#![allow(dead_code)] use std::panic::UnwindSafe; use std::cell::RefCell; fn assert() {} fn main() { assert::<&RefCell>(); //~^ ERROR the type `UnsafeCell` may contain interior mutability and a //~| ERROR the type `UnsafeCell` may contain interior mutability and a }