]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_passes/lib.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / librustc_ast_passes / lib.rs
index 520a7ac3e566539f7c819d90499dbd9f88962586..10081d36754ba43f652593ee3ab13e91a69fdcf4 100644 (file)
@@ -1,3 +1,4 @@
+#![feature(bindings_after_at)]
 //! The `rustc_ast_passes` crate contains passes which validate the AST in `syntax`
 //! parsed by `rustc_parse` and then lowered, after the passes in this crate,
 //! by `rustc_ast_lowering`.