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
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#![feature(decl_macro)]
|
||||
#![cfg(FALSE)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_patterns)]
|
||||
|
||||
macro mac() {} // OK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue