We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2c9a9 commit e9fcb7dCopy full SHA for e9fcb7d
tests/ui/cfg/cfg-false-feature.rs
@@ -5,7 +5,7 @@
5
6
#![feature(decl_macro)]
7
#![cfg(FALSE)]
8
-#![feature(box_syntax)]
+#![feature(box_patterns)]
9
10
macro mac() {} // OK
11
0 commit comments