]> git.lizzy.rs Git - rust.git/commit
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)
commit3768ef477e2013fb565ce3c4b74c9af2a9841b21
tree1a1a67ecbacd0cd410aeef3d9d8dc441b05a0e85
parenteb7589a1881e7a649cb7c23e973f01a60aac78b3
parenta9c3109a6a79430729154498019b37591da5989a
auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballard

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.