blob: e429513b51d3411f5bebebf59fb1edcf3d26af1a [file] [log] [blame]
// run-rustfix
#[allow(unused_imports)]
use std::mem::transmute;
//~^ ERROR the name `transmute` is defined multiple times
fn main() {
}