-
Notifications
You must be signed in to change notification settings - Fork 13.3k
assertion failed: end <= self.len(), slice.rs:432 #19772
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
Comments
This is due to a recent change, |
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Dec 13, 2014
Fix a panic where the compiler was looking at stale or old metadata. See rust-lang#19798, rust-lang#19772, rust-lang#19757, rust-lang#19744, rust-lang#19718, rust-lang#19691.
This was referenced Dec 13, 2014
Closed
brson
added a commit
to brson/rust
that referenced
this issue
Dec 16, 2014
Fix a panic where the compiler was looking at stale or old metadata. See rust-lang#19798, rust-lang#19772, rust-lang#19757, rust-lang#19744, rust-lang#19718, rust-lang#19691.
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
May 20, 2025
internal: Make diagnostics experimental by default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this compiler panic on some (probably badly-typed or otherwise bogus) code while I was playing around with Iron.
(on Ubuntu 14.04.1, if that makes a difference)
The code (
main.rs
), depending on iron 0.0.7:Full command-line (from rerunning cargo with
--verbose
):The text was updated successfully, but these errors were encountered: