We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// 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"?