#![allow(dead_code)] use std::panic::UnwindSafe; use std::cell::UnsafeCell; fn assert() {} fn main() { assert::<*const UnsafeCell>(); //~ ERROR E0277 }