mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 03:32:21 +00:00
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
//@ run-rustfix
|
|
|
|
#[allow(unused_imports)]
|
|
use std::mem::transmute;
|
|
//~^ ERROR the name `transmute` is defined multiple times
|
|
|
|
fn main() {
|
|
}
|