diff options
Diffstat (limited to 'tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs')
| -rw-r--r-- | tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs b/tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs index 6c045379191..63c567b2d03 100644 --- a/tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs +++ b/tests/ui/parser/assoc/assoc-const-underscore-syntactic-pass.rs @@ -4,7 +4,7 @@ fn main() {} -#[cfg(FALSE)] +#[cfg(false)] const _: () = { pub trait A { const _: () = (); |
