2022-10-06 02:44:38 -05:00
|
|
|
const UNINIT: core::mem::MaybeUninit<core::cell::Cell<&'static ()>> = core::mem::MaybeUninit::uninit();
|
2023-08-24 14:32:12 -05:00
|
|
|
//~^ ERROR: a `const` item should never be interior mutable
|
|
|
|
//~| NOTE: `-D clippy::declare-interior-mutable-const` implied by `-D warnings`
|
2022-10-06 02:44:38 -05:00
|
|
|
|
|
|
|
fn main() {}
|