]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_ast_passes/src/lib.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_ast_passes / src / lib.rs
index b9dcaee2373d2f049035383ecde336230b96157f..e2c666604b3c36058772e8949c25cb7e5b6688ce 100644 (file)
@@ -4,7 +4,6 @@
 //!
 //! The crate also contains other misc AST visitors, e.g. `node_count` and `show_span`.
 
-#![allow(rustc::potential_query_instability)]
 #![feature(box_patterns)]
 #![feature(if_let_guard)]
 #![feature(iter_is_partitioned)]
@@ -22,4 +21,4 @@ pub mod feature_gate;
 pub mod node_count;
 pub mod show_span;
 
-fluent_messages! { "../locales/en-US.ftl" }
+fluent_messages! { "../messages.ftl" }