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