add a couple tests for fixed ICEs.#124240
Merged
bors merged 3 commits intorust-lang:masterfrom Apr 22, 2024
Merged
Conversation
Collaborator
compiler-errors
suggested changes
Apr 21, 2024
| // issue rust-lang/rust#123420 | ||
| // ICE assertion failed: i32 != &'{erased} mut i32 | ||
| //@ edition:2021 | ||
| #![feature(async_closure)] |
Contributor
There was a problem hiding this comment.
this should go into async-await/async-closures
Contributor
There was a problem hiding this comment.
also, i don't think we even need this test. I added enough tests in #123660.
Member
Author
There was a problem hiding this comment.
ah neat; I'll boot this one then :)
123d986 to
a42adf2
Compare
Contributor
|
@bors r+ rollup |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Apr 22, 2024
…ler-errors add a couple tests for fixed ICEs. Fixes rust-lang#121413 Fixes rust-lang#121463 Fixes rust-lang#114463
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 22, 2024
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#124236 (crashes: add a couple more ICE tests) - rust-lang#124240 (add a couple tests for fixed ICEs.) - rust-lang#124246 (Add comma at one place in `abs()` documentation) r? `@ghost` `@rustbot` modify labels: rollup
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 22, 2024
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#124240 (add a couple tests for fixed ICEs.) - rust-lang#124245 (bootstrap: Promote some build_steps comments to docs) - rust-lang#124246 (Add comma at one place in `abs()` documentation) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 22, 2024
Rollup merge of rust-lang#124240 - matthiaskrgr:tests_sunday, r=compiler-errors add a couple tests for fixed ICEs. Fixes rust-lang#121413 Fixes rust-lang#121463 Fixes rust-lang#114463
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #121413
Fixes #121463
Fixes #114463