]> git.lizzy.rs Git - rust.git/commit
Remove proc_macro from the tidy whitelist again
authorest31 <MTest31@outlook.com>
Sun, 22 Jan 2017 22:05:51 +0000 (23:05 +0100)
committerest31 <MTest31@outlook.com>
Sun, 22 Jan 2017 22:53:13 +0000 (23:53 +0100)
commite3daab037de17a9e0679356f008f21e164467844
treeee99e870d4acb9e36ec6889d7347e808a6ab8d46
parenta8fa31029f264988c1dac30778d9cbebdd5eb4d3
Remove proc_macro from the tidy whitelist again

PR #38842 has exposed that we were missing the src/test/compile-fail-fulldeps
directory in the search for feature gate tests. Because the detection didn't
work despite the effort to name the test appropriately and add a correct
"// gate-test-proc_macro" comment, proc_macro was added to the whitelist.

We fix this little weakness in the feature gate tidy check and add
the src/test/compile-fail-fulldeps directory to the checked directories.
src/tools/tidy/src/features.rs
src/tools/tidy/src/main.rs