rust/compiler/rustc_parse/src
David Wood d1fcf61117 errors: generate typed identifiers in each crate
Instead of loading the Fluent resources for every crate in
`rustc_error_messages`, each crate generates typed identifiers for its
own diagnostics and creates a static which are pulled together in the
`rustc_driver` crate and provided to the diagnostic emitter.

Signed-off-by: David Wood <david.wood@huawei.com>
2023-02-22 09:15:53 +00:00
..
lexer Don't recover lifetimes/labels containing emojis as character literals 2023-02-14 17:31:58 +08:00
parser errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00