-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a couple tests for fixed ICEs. #124240
Conversation
// issue rust-lang/rust#123420 | ||
// ICE assertion failed: i32 != &'{erased} mut i32 | ||
//@ edition:2021 | ||
#![feature(async_closure)] |
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.
this should go into async-await/async-closures
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.
also, i don't think we even need this test. I added enough tests in #123660.
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.
ah neat; I'll boot this one then :)
123d986
to
a42adf2
Compare
@bors r+ rollup |
…ler-errors add a couple tests for fixed ICEs. Fixes rust-lang#121413 Fixes rust-lang#121463 Fixes rust-lang#114463
…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
…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
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
Fixes #121413
Fixes #121463
Fixes #114463