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