Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e9fcb7d

Browse files
committed
Fix feature name in test
1 parent 8c2c9a9 commit e9fcb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)