-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
E0107 and E0275 may occurs ICE #93955
Comments
Same ICE occurs on stable(1.58.1)
|
|
a part of
|
1.56.1 doesn't panic. 1.57.0 panics.
|
1.57.0-beta.1 panics.
|
rustc 1.57.0-nightly (485ced5 2021-10-07) doesn't panic. rustc 1.57.0-nightly (54bb4fe 2021-10-08) panics.
|
Thanks for the report. cargo-bisect-rustc points to #89576 as the cause: searched nightlies: from nightly-2021-10-07 to nightly-2021-10-09 bisected with cargo-bisect-rustc v0.6.1Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --test-dir=. --start=2021-10-07 --end=2021-10-09 --prompt |
Issue: rust-lang/rust#93955
Fix ice when error reporting recursion errors Fixes: rust-lang#90319, rust-lang#92148, rust-lang#93955
Fix ice when error reporting recursion errors Fixes: rust-lang#90319, rust-lang#92148, rust-lang#93955
Fix ice when error reporting recursion errors Fixes: rust-lang#90319, rust-lang#92148, rust-lang#93955
Fixed by #94391 |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: