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