Skip to content

Commit 41a589b

Browse files
authored
Unrolled build for rust-lang#130605
Rollup merge of rust-lang#130605 - clubby789:change-test, r=jieyouxu Fix feature name in test This is meant to test that the `box_patterns` feature isn't active due to the `cfg(FALSE)`, but uses the removed `box_syntax` feature. Fix this so it's testing what it should be.
2 parents 1a5a224 + e9fcb7d commit 41a589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cfg/cfg-false-feature.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#![feature(decl_macro)]
77
#![cfg(FALSE)]
8-
#![feature(box_syntax)]
8+
#![feature(box_patterns)]
99

1010
macro mac() {} // OK
1111

0 commit comments

Comments
 (0)