-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate rustc_interface
diagnostics
#100808
Migrate rustc_interface
diagnostics
#100808
Conversation
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank
|
f349490
to
674ddc8
Compare
Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993). cc @eddyb Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in HTML/CSS themes. Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt The Miri submodule was changed cc @rust-lang/miri Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in src/librustdoc/clean/types.rs cc @camelid Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
A change occurred in the Ayu theme. cc @Cldfire Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
Looks like |
fatal
in SessionDiagnostic
derive macro and migrate rustc_interface
diagnostics rustc_interface
diagnostics
This contains unrelated changes. |
674ddc8
to
5839b06
Compare
I messed up the rebase, now it should only contain the commits from #100694 and this PR. |
This comment has been minimized.
This comment has been minimized.
5839b06
to
4316eb9
Compare
☔ The latest upstream changes (presumably #100765) made this pull request unmergeable. Please resolve the merge conflicts. |
4316eb9
to
1df9fde
Compare
1df9fde
to
f07ff77
Compare
f07ff77
to
ccc1a4b
Compare
@rustbot label -S-blocked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, left some comments, just need to wait on #[fatal(..)]
support now :)
Add impls of `IntoDiagnosticArg` for `std::io::Error`, `std::path::Path` and `std::path::PathBuf`. Signed-off-by: David Wood <david.wood@huawei.com>
@bors r+ |
Rollup of 8 pull requests Successful merges: - rust-lang#99332 (Stabilize `#![feature(label_break_value)]`) - rust-lang#99954 (let-else: break out to one scope higher for let-else) - rust-lang#100188 (Parser will not suggest invalid expression when use public) - rust-lang#100780 (save_analysis: Migrate diagnostic) - rust-lang#100808 (Migrate `rustc_interface` diagnostics ) - rust-lang#100921 (Add a warning about `Option/Result::and()` being eagerly evaluated) - rust-lang#100960 (rustdoc: ayu code color selector more specific) - rust-lang#100964 (Sync rustc_codegen_cranelift) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
@rustbot label +A-translation
r? rust-lang/diagnostics
cc #100717