Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
bad-module.rs
blob: 8a49ac79b8b7a454386020f43349a03db7733705 [
file
] [
log
] [
blame
]
// error-pattern: unresolved name
fn
main
()
{
let
foo
=
thing
::
len
(~[]);
}