rust/compiler/rustc_incremental/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
..
persist Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
assert_dep_graph.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
assert_module_sources.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
errors.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00