1 2 3 4 5 6 7 8 9
// run-rustfix #[allow(unused_imports)] use std::mem::transmute; //~^ ERROR the name `transmute` is defined multiple times fn main() { }