rust/compiler/rustc_interface
Yuki Okushi fd02c83bfe
Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk
resolve: Simplify built-in macro table

We don't use full `SyntaxExtension`s from the table, only `SyntaxExtensionKind`s, and `Ident` in `register_builtin_macro` always had dummy span. This PR removes unnecessary data from the table and related function signatures.

Noticed when reviewing #80850.
2021-01-12 07:59:13 +09:00
..
src Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk 2021-01-12 07:59:13 +09:00
Cargo.toml Move rustc_ty -> rustc_ty_utils 2020-11-19 21:57:29 +01:00