bootstrap compiler ignores unknown names
636fca3
Opened by tohava at
// 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"?
Closed by 74cb9508cd122b7863f179c69c406e0f47572354.
Graydon Hoare at 2010-09-30 20:48:28