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