-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add tests for three old ICEs #92312
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
Add tests for three old ICEs #92312
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
b64b773
to
db27403
Compare
@bors r+ rollup |
📌 Commit db27403 has been approved by |
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
@bors r- failed in a rollup |
triage: @BGR360 could you please fix the test failure using |
@@ -1,7 +1,7 @@ | |||
// compile-flags: -Zsave-analysis | |||
|
|||
// Check that this does not ICE. | |||
// Stolen from src/test/ui/inference/infer-arg-test.rs | |||
// Stolen from src/test/ui/const-generics/generic_arg_infer/infer-arg-test.stderr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
The ICE from rust-lang#84044 no longer occurs.
cef7777
to
3f849a8
Compare
@bors r+ rollup=iffy Squashed the last commit in rather than having it be separate. |
📌 Commit 3f849a8 has been approved by |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
☀️ Test successful - checks-actions |
Finished benchmarking commit (d08e816): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Closes #84044
Closes #91594
Closes #89066