macro_literal_matcher
The tracking issue for this feature is: #35625
The RFC is: rfc#1576.
With this feature gate enabled, the list of fragment specifiers gains one more entry:
literal
: a literal. Examples: 2, "string", 'c'
A literal
may be followed by anything, similarly to the ident
specifier.