rust/compiler/rustc_parse/src
est31 7e2ecb3cd8 Simplify message paths
This makes it easier to open the messages file while developing on features.

The commit was the result of automatted changes:

for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done

for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done
2023-03-11 22:51:57 +01:00
..
lexer Simplify sort_by calls 2023-03-07 18:13:41 +00:00
parser feat/refactor: improve errors in case of ident with number at start 2023-03-09 21:29:32 +13:00
errors.rs feat/refactor: improve errors in case of ident with number at start 2023-03-09 21:29:32 +13:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00