1
Fork 0

Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov

[1/2] Implement macro meta-variable expressions

See https://github.com/rust-lang/rust/pull/93545#issuecomment-1050963295

The logic behind `length`, `index` and `count` was removed but the parsing code is still present, i.e., everything is simply ignored like `ignored`.

r? ``@petrochenkov``
This commit is contained in:
Dylan DPC 2022-03-10 23:12:58 +01:00 committed by GitHub
commit 634a6b0d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 900 additions and 44 deletions

View file

@ -846,6 +846,7 @@ symbols! {
macro_export,
macro_lifetime_matcher,
macro_literal_matcher,
macro_metavar_expr,
macro_reexport,
macro_use,
macro_vis_matcher,