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