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:
Guillaume Gomez 2024-09-20 15:45:46 +02:00 committed by GitHub
commit f784c5281e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
#![feature(decl_macro)]
#![cfg(FALSE)]
#![feature(box_syntax)]
#![feature(box_patterns)]
macro mac() {} // OK