rust/compiler/rustc_parse/src
Dylan DPC 8216b359e5
Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011
expand/resolve: Pre-requisites to "Turn `#[derive]` into a regular macro attribute"

Miscellaneous refactorings and error reporting changes extracted from https://github.com/rust-lang/rust/pull/79078.

Unlike https://github.com/rust-lang/rust/pull/79078 this PR doesn't make any observable changes to the language or library.
r? ```@Aaron1011```
2020-11-19 23:58:42 +01:00
..
lexer Fix even more URLs 2020-11-05 20:11:29 +01:00
parser Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 2020-11-19 23:58:42 +01:00
lib.rs Do not collect tokens for doc comments 2020-11-09 01:47:11 +03:00
validate_attr.rs