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.