]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballard
authorbors <bors@rust-lang.org>
Mon, 1 Sep 2014 16:45:59 +0000 (16:45 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Sep 2014 16:45:59 +0000 (16:45 +0000)
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.


Trivial merge