]> git.lizzy.rs Git - rust.git/commit
Make lexer tooling message more generic
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 23 Sep 2015 15:43:49 +0000 (11:43 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 23 Sep 2015 15:43:49 +0000 (11:43 -0400)
commitf78115434c78d6d0aa7ecca7276cdd709c06cff6
tree0158537cb9f2f259cf05caab8f5c716c8b4be8f5
parent07ca1ab1ec32ac99a61312ec07d66db5f3657040
Make lexer tooling message more generic

We don't actually probe for javac in all circumstances, so if you have
javac installed, but don't have antlr4 installed, and you're on Mac OS
X, then you'll get a message that javac is missing, even though that's
wrong.

To fix this, let's just be a bit more generic in the message, so that
it's the same no matter what part of the lexer tests you're missing.

cc
https://www.reddit.com/r/rust/comments/3m199d/running_make_check_on_the_source_code_says_javac/
mk/grammar.mk