rust/compiler/rustc_error_messages
Nathan Stocks 0d65819d52 respond to review feedback: mainly eliminate as many conversions as possible...
- ... when creating diagnostics in rustc_metadata
-  use the error_code! macro
- pass macro output to diag.code()
- use fluent from within manual implementation of SessionDiagnostic
- emit the untested errors in case they occur in the wild
- stop panicking in the probably-not-dead code, add fixme to write test
2022-08-31 10:56:42 -06:00
..
locales/en-US respond to review feedback: mainly eliminate as many conversions as possible... 2022-08-31 10:56:42 -06:00
src set up rustc_metadata for SessionDiagnostics, port dependency_format.rs 2022-08-31 10:56:38 -06:00
Cargo.toml errors: support fluent + parallel compiler 2022-04-05 07:01:03 +01:00