]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_parse/src/lib.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / compiler / rustc_parse / src / lib.rs
index d1c3fd0cd0f8f7559e412a799bfe6e7bce2d2448..17466cd0e6dceaef681497e167b4b831119226a6 100644 (file)
@@ -36,7 +36,7 @@ pub mod validate_attr;
 
 mod errors;
 
-fluent_messages! { "../locales/en-US.ftl" }
+fluent_messages! { "../messages.ftl" }
 
 // A bunch of utility functions of the form `parse_<thing>_from_<source>`
 // where <thing> includes crate, expr, item, stmt, tts, and one that