Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
error-codes
/
E0432.rs
blob: 990b600d34084f24ca399f4956d361f586b96fed [
file
] [
log
] [
blame
]
//@ edition:2015
use
something
::
Foo
;
//~ ERROR E0432
fn
main
()
{
}