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