Rollup merge of #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.
This commit is contained in:
commit
f784c5281e
@ -5,7 +5,7 @@
|
||||
|
||||
#![feature(decl_macro)]
|
||||
#![cfg(FALSE)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_patterns)]
|
||||
|
||||
macro mac() {} // OK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user