]> git.lizzy.rs Git - rust.git/commit
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)
commitac635aa95ba851898e125b047ad7b8d6a8fecf8e
treebf34dac3e9e8a50058779e5b38c1cdc556600eb4
parentb7dfc2bd127d9a4a35c60700f89ee30dea9212f8
parentd3b050c3084f12545a8c224f8d88813b25f46c80
Auto merge of #37867 - brson:no-lexer-verify, r=alexcrichton

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