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