rust/src/librustc_resolve
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_reduced_graph.rs Rollup merge of #61898 - petrochenkov:sekind, r=eddyb 2019-06-19 01:52:10 +02:00
Cargo.toml rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
check_unused.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
diagnostics.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
error_codes.rs Fix error code description 2019-04-25 23:19:36 +01:00
lib.rs Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
macros.rs Rollup merge of #62258 - petrochenkov:idclean, r=Centril 2019-07-04 01:38:49 +02:00
resolve_imports.rs Convert more usages over 2019-07-01 20:21:12 -07:00