rust/src/librustc_plugin
Mazdak Farrokhzad 8867ba19de
Rollup merge of #62258 - petrochenkov:idclean, r=Centril
syntax: Unsupport `foo! bar { ... }` macros in the parser

Their support in expansion was removed in https://github.com/rust-lang/rust/pull/61606.

Also un-reserve `macro_rules` as a macro name, there's no ambiguity between `macro_rules` definitions and macro calls (it also wasn't reserved correctly).

cc https://github.com/rust-lang-nursery/wg-grammar/issues/51
2019-07-04 01:38:49 +02:00
..
build.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
Cargo.toml librustc_plugin => 2018 2019-02-06 23:56:39 +09:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
lib.rs Rollup merge of #60131 - agnxy:doc-link, r=ehuss 2019-05-05 12:37:26 -07:00
load.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
registry.rs Rollup merge of #62258 - petrochenkov:idclean, r=Centril 2019-07-04 01:38:49 +02:00