Sign in
rust
/
rust
/
42ec52babac2cbf2bb2b9d794f980cbcb3ebe413
/
.
/
tests
/
ui
/
error-codes
/
E0432.rs
blob: 1fc95f945665c0b3798f160d484b636f34061708 [
file
]
use
something
::
Foo
;
//~ ERROR E0432
fn
main
()
{
}