// BEGIN CODE // -_\- rust -_- fn main() { log "doing"; this_does_nothing_what_the; log "boing"; } // END CODE The following code compiles, wouldn't it be wiser to have the compiler report an error about "this_does_nothing_what_the"?
// BEGIN CODE
// -- rust --
fn main() {
log "doing";
this_does_nothing_what_the;
log "boing";
}
// END CODE
The following code compiles, wouldn't it be wiser to have the compiler report an error about "this_does_nothing_what_the"?