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