We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In parser.rs, we now have...
case ( //the lexer can't tell the different kinds of stars apart ) : token::BINOP(token::STAR)) { glob = true; p.bump(); }
The comment used to be above the case, but ends up being printed after the "case (" part has already been output.