We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c86971 commit cf5a4ecCopy full SHA for cf5a4ec
compiler/rustc_mir_transform/src/lib.rs
@@ -1,6 +1,7 @@
1
#![allow(rustc::potential_query_instability)]
2
#![deny(rustc::untranslatable_diagnostic)]
3
#![deny(rustc::diagnostic_outside_of_impl)]
4
+#![feature(assert_matches)]
5
#![feature(box_patterns)]
6
#![feature(cow_is_borrowed)]
7
#![feature(decl_macro)]
0 commit comments