-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add tests for issues with the E-needstest label #43465
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Could you add |
@Mark-Simulacrum Thanks, updated the description. |
@bors r+ rollup |
📌 Commit 04aa5c1 has been approved by |
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. |
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 Fixes rust-lang#19181. Fixes rust-lang#29516. Fixes rust-lang#29798. Fixes rust-lang#33504. Fixes rust-lang#34780. Fixes rust-lang#39211. Fixes rust-lang#39467. Fixes rust-lang#39720.
Fixes #19181.
Fixes #29516.
Fixes #29798.
Fixes #33504.
Fixes #34780.
Fixes #39211.
Fixes #39467.
Fixes #39720.