about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-12979.rs
blob: a2787291d9e156ebac6618ae4c1c7e2630362268 (plain)
1
2
3
#[deny(clippy::declare_interior_mutable_const)] //~ empty_line_after_outer_attr

const FOO: u8 = 0;