]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37867 - brson:no-lexer-verify, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 18 Nov 2016 23:04:27 +0000 (15:04 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 23:04:27 +0000 (15:04 -0800)
Don't build the lexer verifier during tidy

Tidy is not the right place to do this. Tidy is for running lints.
We should instead be running the lexer/grammar tests as part of the test
suite.

This may fix nightly breakage, but I don't understand why.

https://buildbot.rust-lang.org/builders/nightly-dist-rustc-linux/builds/715/steps/distcheck/logs/stdio

r? @alexcrichton

cc @dns2utf8


Trivial merge