rustc/tests/ui/resolve/resolve-conflict-import-vs-import.fixed
2023-08-02 10:33:26 +02:00

10 lines
140 B
Plaintext

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