Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
4b3ece475d6e77465a30c8b53d7e1e9e861e4b79
/
.
/
tests
/
ui
/
does-nothing.rs
blob: e4992e2cfd3c9864bd28e468286252a2fb6f383e [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
"doing"
);
this_does_nothing_what_the
;
println
!(
"boing"
);
}
//~^ ERROR cannot find value `this_does_nothing_what_the` in this scope