Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
ui
/
error-codes
/
E0432.rs
blob: 1fc95f945665c0b3798f160d484b636f34061708 [
file
] [
log
] [
blame
]
use
something
::
Foo
;
//~ ERROR E0432
fn
main
()
{
}