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

const FOO: u8 = 0;