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