rust/compiler/rustc_parse/src
Dylan DPC 8ebca242bc
Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
rustc_ast: Do not panic by default when visiting macro calls

Panicking by default made sense when we didn't have HIR or MIR and everything worked on AST, but now all AST visitors run early and majority of them have to deal with macro calls, often by ignoring them.

The second commit renames `visit_mac` to `visit_mac_call`, the corresponding structures were renamed earlier in https://github.com/rust-lang/rust/pull/69589.
2020-11-09 19:06:55 +01:00
..
lexer Fix even more URLs 2020-11-05 20:11:29 +01:00
parser Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco 2020-11-09 19:06:55 +01:00
lib.rs Use reparsed TokenStream if we captured any inner attributes 2020-11-02 13:22:03 -05:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00