Sign in
fuchsia
/
third_party
/
rust
/
0.8
/
.
/
src
/
test
/
compile-fail
/
does-nothing.rs
blob: 9d2b68ddb81ef6ce2cd712ac3160e3941998c7c2 [
file
]
// error-pattern: unresolved name `this_does_nothing_what_the`.
fn
main
()
{
info
!(
"doing"
);
this_does_nothing_what_the
;
info
!(
"boing"
);
}