fn id(t: T) -> T { t } fn main() { const A: bool = unsafe { id:: as *const () < id:: as *const () }; //~^ ERROR can't compare println!("{}", A); }