Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
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]