rust/compiler/rustc_error_messages
Dylan DPC 35f2d125ca
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](https://rust-lang.zulipchat.com/#narrow/stream/147480-t-compiler.2Fwg-diagnostics/topic/.23100717.20diagnostic.20translation/near/294327843)). This crate is apparently for a deprecated feature which is used by servo, so I don't know how much this matters anyway.
2022-08-23 20:40:04 +05:30
..
locales/en-US Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwco 2022-08-23 20:40:04 +05:30
src Migrate rustc_plugin_impl to SessionDiagnostic 2022-08-22 16:35:05 +01:00
Cargo.toml errors: support fluent + parallel compiler 2022-04-05 07:01:03 +01:00