-
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
ICE: len is 1 but index is 1: rustc_middle/src/ty/subst.rs #94822
Comments
Slightly smaller repro: #![feature(lang_items)]
#[lang = "sized"]
trait A {}
fn a() {
let _ = 0..80*25;
} Backtraceerror[E0152]: found duplicate lang item `sized` --> |
@rustbot claim |
Fixed by #103003 |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: