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