Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
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
()
{
}