mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
3768ef477e
Enables any macros using `MacExpr` to be treated as patterns when they produce a literal in the form `ExprLit` (e.g. `stringify!` or `line!`). Fixes #16876.