Uh oh!
There was an error while loading. Please reload this page.
Add diagnostic struct for const eval error in rustc_middle - #102486
Conversation
rustbot
commented
Sep 29, 2022
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
This comment has been minimized.
This comment has been minimized.
7610599 to
4e58187Compare
This comment has been minimized.
This comment has been minimized.
4e58187 to
93af6feCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bb13feb to
70a2950Comparerustbot
commented
Oct 2, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki Some changes occurred in need_type_info.rs cc @lcnr Some changes occurred in compiler/rustc_codegen_gcc cc @antoyo A change occurred in the Ayu theme. cc @Cldfire The Miri subtree was changed cc @rust-lang/miri Some changes occurred in HTML/CSS themes. Some changes occurred in src/librustdoc/clean/types.rs cc @camelid Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in const_evaluatable.rs cc @lcnr |
GuillaumeGomez
commented
Oct 2, 2022
I think you failed a rebase. |
70a2950 to
1295548Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1eb61b2 to
f04c241Compare
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
f04c241 to
d1c83a6Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
pierwill
commented
Oct 3, 2022
I'm stilling getting strange ui test errors locally, but this passes in CI. |
Co-authored-by: Michael Goulet <michael@errs.io>
f4b87a0 to
b9c0467Comparecompiler-errors
commented
Oct 3, 2022
@pierwill are you rebased onto the latest master? maybe that's why. |
pierwill
commented
Oct 3, 2022
I am. :( |
compiler-errors
commented
Oct 3, 2022
r? @compiler-errors@bors r+ rollup |
bors
commented
Oct 3, 2022
…compiler-errors Add diagnostic struct for const eval error in `rustc_middle` Part of rust-lang#100717. r? `@ghost`
pierwill
commented
Oct 3, 2022
@rustbot label -A-bootstrap -A-query-system |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#98218 (Document the conditional existence of `alloc::sync` and `alloc::task`.) - rust-lang#99216 (docs: be less harsh in wording for Vec::from_raw_parts) - rust-lang#99460 (docs: Improve AsRef / AsMut docs on blanket impls) - rust-lang#100470 (Tweak `FpCategory` example order.) - rust-lang#101040 (Fix `#[derive(Default)]` on a generic `#[default]` enum adding unnecessary `Default` bounds) - rust-lang#101308 (introduce `{char, u8}::is_ascii_octdigit`) - rust-lang#102486 (Add diagnostic struct for const eval error in `rustc_middle`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Part of #100717.
r? @ghost