Uh oh!
There was an error while loading. Please reload this page.
Add tests for issues with the E-needstest label - #43465
Conversation
rust-highfive
commented
Jul 25, 2017
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jul 25, 2017
Could you add |
topecongiro
commented
Jul 25, 2017
@Mark-Simulacrum Thanks, updated the description. |
Mark-Simulacrum
commented
Jul 25, 2017
@bors r+ rollup |
bors
commented
Jul 25, 2017
📌 Commit 04aa5c1 has been approved by |
RalfJung
commented
Jul 25, 2017
This adds a test checking that It seems that this used to ICE, and the test makes sure that doesn't happen. Okay. However, the error message doesn't make any sense, so I am somewhat surprised that it should be "enforced" by a test. |
Mark-Simulacrum
commented
Jul 25, 2017
Once #34344 is fixed, I'd imagine we'd remove that test. I think it's better to have it and avoid regressing on the ICE. Tests in general to me don't imply cemented behavior, just current behavior -- if you're fixing something and it fixes a test, consider removing the test; it's just somewhat unusual that we have tests like this. |
…lacrum Add tests for issues with the E-needstest label Fixesrust-lang#19181. Fixesrust-lang#29516. Fixesrust-lang#29798. Fixesrust-lang#33504. Fixesrust-lang#34780. Fixesrust-lang#39211. Fixesrust-lang#39467. Fixesrust-lang#39720.
Fixes#19181.
Fixes#29516.
Fixes#29798.
Fixes#33504.
Fixes#34780.
Fixes#39211.
Fixes#39467.
Fixes#39720.