]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_attr/src/lib.rs
Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petrochenkov
[rust.git] / compiler / rustc_attr / src / lib.rs
index 3a43f1aad02d63c40262b5c2f38640014669ef74..053f848aacbf73351cd2d1bcc99d4663fbad6fa9 100644 (file)
@@ -4,6 +4,7 @@
 //! The goal is to move the definition of `MetaItem` and things that don't need to be in `syntax`
 //! to this crate.
 
+#![feature(let_chains)]
 #![feature(let_else)]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]