Uh oh!
There was an error while loading. Please reload this page.
macros: Improve tt matchers - #34908
Conversation
Looks like this breaks some non-trivial macro-expanded This should be able to land without breakage once I fix non-trivial macro-expanded |
jseyfried
commented
Jul 19, 2016
cc @eddyb |
eddyb
commented
Jul 19, 2016
LGTM, pending on #34925 landing. |
ddf7ae9 to
082970cComparejseyfried
commented
Jul 26, 2016
This is ready to land now pending review (cc @nrc). |
nrc
commented
Jul 26, 2016
@bors: r+ |
bors
commented
Jul 26, 2016
📌 Commit 082970c has been approved by |
bors
commented
Jul 26, 2016
⌛ Testing commit 082970c with merge ee0dc3a... |
bors
commented
Jul 26, 2016
💔 Test failed - auto-win-msvc-64-opt |
eddyb
commented
Jul 26, 2016
@bors retry |
bors
commented
Jul 26, 2016
⌛ Testing commit 082970c with merge bb5f00b... |
bors
commented
Jul 26, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
alexcrichton
commented
Jul 26, 2016
@bors: retry On Tue, Jul 26, 2016 at 3:24 AM, bors notifications@github.com wrote:
|
bors
commented
Jul 28, 2016
⌛ Testing commit 082970c with merge d69a893... |
bors
commented
Jul 28, 2016
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
082970c to
4485502Comparejseyfried
commented
Jul 28, 2016
@bors r=nrc |
bors
commented
Jul 28, 2016
📌 Commit 4485502 has been approved by |
bors
commented
Jul 28, 2016
⌛ Testing commit 4485502 with merge 4e0fcad... |
alexcrichton
commented
Jul 28, 2016
@bors: retry force clean
|
bors
commented
Jul 28, 2016
bors
commented
Jul 28, 2016
Has this innocuously named PR finally killed the reparse hack? https://is.gd/tV0iba macro_rules! as_item {($i:item) => { $i }}macro_rules! foo {($x:tt) => {//as_item!{ // uncomment for stablestructItem($x);//}}}foo!(i32);fnmain(){} |
eddyb
commented
Aug 3, 2016
@durka That's what was fixed here, yeah. |
durka
commented
Aug 3, 2016
That makes me unjustifiably happy. Please tag this with |
Rust 1.11 had an old behaviour for `tt` matchers that has been fixed in Rust 1.12 (rust-lang/rust#34908).
Fixes#5846, fixes#22819.
r? @nrc