Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
error-codes
/
E0430.rs
blob: 0c13cddb5320f84989202119b9d38dce1b11a18f [
file
] [
log
] [
blame
] [
edit
]
use
std
::
fmt
::{
self
,
self
};
//~ ERROR the name `fmt` is defined multiple times
fn
main
()
{
}