Sign in
rust
/
rust
/
11636013f99ec91fac6bf88ff03cd370bbd4542d
/
.
/
tests
/
ui
/
error-codes
/
E0431.rs
blob: 836cf560a456c974163cc32b68fbdddfc06ce49c [
file
]
use
{
self
};
//~ ERROR imports need to be explicitly named
fn
main
()
{
}