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