We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae97e6f commit 3382ffeCopy full SHA for 3382ffe
mk/grammar.mk
@@ -45,17 +45,17 @@ check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
45
$(Q)$(SG)check.sh $(S) "$(BG)" \
46
"$(CFG_GRUN)" "$(BG)verify" "$(BG)RustLexer.tokens"
47
else
48
-$(info grun not available, skipping lexer test...)
+$(info cfg: grun not available, skipping lexer test...)
49
check-lexer:
50
51
endif
52
53
-$(info antlr4 not available, skipping lexer test...)
+$(info cfg: antlr4 not available, skipping lexer test...)
54
55
56
57
58
-$(info javac not available, skipping lexer test...)
+$(info cfg: javac not available, skipping lexer test...)
59
60
61
0 commit comments