Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwco
Migrate `rustc_plugin_impl` to `SessionDiagnostic`
Migration of the `rustc_plugin_impl` crate.
~Draft PR because it is blocked on #100694 for `#[fatal(...)]` support~ (this has been merged, and I've changed over to `#[diag(...)]` now too), but I would also like to know if what I did with `LoadPluginError` is okay, because all it does is display the error message from `libloading` ([See conversation on zulip](294327843
)). This crate is apparently for a deprecated feature which is used by servo, so I don't know how much this matters anyway.
This commit is contained in:
commit
35f2d125ca
7 changed files with 35 additions and 11 deletions
|
@ -4321,6 +4321,7 @@ dependencies = [
|
|||
"rustc_ast",
|
||||
"rustc_errors",
|
||||
"rustc_lint",
|
||||
"rustc_macros",
|
||||
"rustc_metadata",
|
||||
"rustc_session",
|
||||
"rustc_span",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue