about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-12979.1.fixed
blob: e68f1c20a8e7c2b20f2bb8b25ca7861068946b72 (plain)
1
2
#[deny(clippy::declare_interior_mutable_const)] //~ empty_line_after_outer_attr
const FOO: u8 = 0;