Uh oh!
There was an error while loading. Please reload this page.
Add a regression test for #44415 - #47704
Conversation
rust-highfive
commented
Jan 24, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
Turns out I accidentally closed this PR while cleaning up my fork. |
alexcrichton
commented
Jan 24, 2018
Thanks @dsprenkels! For us though |
dsprenkels
commented
Jan 24, 2018
Oh yeah, I forgot about that. I will fix it accordingly. |
Hmmm. It turns out harder than expected, because the error does not trigger in the file itself, but in mem.rs. So the Is it possible to specify an |
kennytm
commented
Jan 26, 2018
Maybe try to make it a UI test instead of compile-fail test? |
Yes I could do this. However, we would have to update the test every time Instead, I chose to redefine the |
dsprenkels
commented
Jan 30, 2018
Btw. I propose that if we adopt any of the solutions that are not |
emilyalbini
commented
Feb 5, 2018
@alexcrichton ping from triage! |
alexcrichton
commented
Feb 5, 2018
@bors: r+ Thanks! |
bors
commented
Feb 5, 2018
📌 Commit f641ac6 has been approved by |
Add a regression test for rust-lang#44415 This PR adds a regression test for issue rust-lang#44415. Fixesrust-lang#44415.
This PR adds a regression test for issue #44415.
Fixes#44415.