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