]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-stmt_expr_attributes.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-stmt_expr_attributes.rs
1 const X: i32 = #[allow(dead_code)] 8;
2 //~^ ERROR attributes on expressions are experimental
3
4 fn main() {}