Uh oh!
There was an error while loading. Please reload this page.
Diagnostics migr const eval - #100738
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
davidtwco
commented
Aug 19, 2022
nidnogg
commented
Aug 19, 2022
I added in some more migrations but I'm struggling a bit with their test passes - if anyone could give me some pointers that'd be really appreciated! |
This comment has been minimized.
This comment has been minimized.
Xiretza
left a comment
There was a problem hiding this comment.
create_feature_err() does not automatically assign error code E0658 like feature_err() does - maybe that should be changed there (with a check that the diagnostic that's passed in does not already have an error code set)?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rustbot
commented
Aug 20, 2022
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
…reate_feature_err() builder
63c2f86 to
13abae2Compare
davidtwco
left a comment
There was a problem hiding this comment.
LGTM, r=me once remaining comments addressed
nidnogg
commented
Aug 22, 2022
r? @davidtwco |
davidtwco
commented
Aug 22, 2022
@bors r+ |
bors
commented
Aug 22, 2022
compiler-errors
commented
Aug 26, 2022
@bors rollup |
…mpiler-errors Rollup of 9 pull requests Successful merges: - rust-lang#100724 (Migrate ast lowering to session diagnostic) - rust-lang#100735 (Migrate `rustc_ty_utils` to `SessionDiagnostic`) - rust-lang#100738 (Diagnostics migr const eval) - rust-lang#100744 (Migrate rustc_mir_dataflow to diagnostic structs) - rust-lang#100776 (Migrate `rustc_lint` errors to `SessionDiagnostic`) - rust-lang#100817 (sugg: suggest the usage of boolean value when there is a typo in the keyword) - rust-lang#100836 (Migrate `rustc_attr` crate diagnostics) - rust-lang#100890 (Migrate rustc_driver to SessionDiagnostic) - rust-lang#100900 (on `region_errors.rs`) Failed merges: - rust-lang#100831 (Migrate `symbol_mangling` module to new diagnostics structs) r? `@ghost` `@rustbot` modify labels: rollup
This PR should eventually contain all diagnostic migrations for the
rustc_const_evalcrate.r? @davidtwco
@rustbot label +A-translation