diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-09-20 09:18:47 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-09-20 09:18:47 +0000 |
| commit | e9fcb7db4d924b4ba43281be6312f12ce90faed1 (patch) | |
| tree | a5b10bb5f328fa2754a2761cce91098237514fea | |
| parent | 8c2c9a9ef527edb453bcee638d34beb0e7b4616b (diff) | |
| download | rust-e9fcb7db4d924b4ba43281be6312f12ce90faed1.tar.gz rust-e9fcb7db4d924b4ba43281be6312f12ce90faed1.zip | |
Fix feature name in test
| -rw-r--r-- | tests/ui/cfg/cfg-false-feature.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/cfg/cfg-false-feature.rs b/tests/ui/cfg/cfg-false-feature.rs index 6645f667d7e..716b18492c7 100644 --- a/tests/ui/cfg/cfg-false-feature.rs +++ b/tests/ui/cfg/cfg-false-feature.rs @@ -5,7 +5,7 @@ #![feature(decl_macro)] #![cfg(FALSE)] -#![feature(box_syntax)] +#![feature(box_patterns)] macro mac() {} // OK |
