about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorLeo Testard <leo.testard@gmail.com>2016-04-07 00:43:03 +0200
committerLeo Testard <leo.testard@gmail.com>2016-04-22 01:40:33 +0200
commit03ab057f97910769846f06ef904eb3eedc20134e (patch)
tree27f3eeed5037072895a75545c64501c93893d979 /src/libsyntax/parse/parser.rs
parent11f1eb0c4e2ff7e43052b4b847fb4dffaeea46b7 (diff)
downloadrust-03ab057f97910769846f06ef904eb3eedc20134e.tar.gz
rust-03ab057f97910769846f06ef904eb3eedc20134e.zip
Remove the MacroVisitor pass.
This pass was supposed to check use of gated features before
`#[cfg]`-stripping but this was not the case since it in fact happens
after. Checks that are actually important and must be done before macro
expansion are now made where the features are actually used. Close #32648.
Also ensure that attributes on macro-generated macro invocations are
checked as well. Close #32782 and #32655.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions