Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
resolve
/
resolve-conflict-import-vs-import.fixed
blob: e429513b51d3411f5bebebf59fb1edcf3d26af1a [
file
] [
log
] [
blame
]
// run-rustfix
#[allow(unused_imports)]
use
std
::
mem
::
transmute
;
//~^ ERROR the name `transmute` is defined multiple times
fn main
()
{
}