``` rust fn main() { unsafe { std::cast::transmute::<int, int> ( 52 ) }; } ``` Should have a warning. In general, `transmute::<T, T>` should be warned against.