Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
does-nothing.rs
blob: c6115f408535f3b786834fce33463709e43db9ea [
file
] [
log
] [
blame
]
// error-pattern: unresolved name: this_does_nothing_what_the
fn
main
()
{
debug
!(
"doing"
);
this_does_nothing_what_the
;
debug
!(
"boing"
);
}