Tell us which errors bug you the most
Give your feedback to improve error reporting. Scala Center (@scala_lang) |
ifdef macro in Scala
Rust has an interesting feature called cfg attribute, which is aware of the build configuration at the language level. I implemented an experimental @ifdef macro that does something similar. Eugene Yokota (@eed3si9n) |