Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
imports
/
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
blob: 5ac7407371d52e42f611667fb4ea1fa1463622bc [
file
] [
log
] [
blame
]
//@ run-rustfix
extern
crate std
;
fn
main
()
{}
//~^^ ERROR the name `std` is defined multiple times [E0259]