2022-09-25 17:37:56 -04:00
|
|
|
const UNINIT: core::mem::MaybeUninit<core::cell::Cell<&'static ()>> = core::mem::MaybeUninit::uninit();
|
2023-07-28 21:35:48 +02:00
|
|
|
//~^ ERROR: a `const` item should never be interior mutable
|
|
|
|
//~| NOTE: `-D clippy::declare-interior-mutable-const` implied by `-D warnings`
|
2022-09-25 17:37:56 -04:00
|
|
|
|
|
|
|
fn main() {}
|