-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Index out of bounds: the len is 1 but the index is 1 #5366
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
What project is this on? |
@MikailBag Can you provide the source code that causes this panic? |
I don't remember neither source file name, nor git commit unfortunately. If I see this panic again, I'll reopen. |
Just hit this myself, on a closed-source project. The line number is a little different, I'm assuming it drifted since this last report. Tried to reproduce but wasn't able to. It happened as I was adding a
|
Let's keep the issue open regardless, this seems important to track. The panicking line is this: |
I've had the similar issue (VS Code output):
|
Adding to the data here, my vscode output:
|
Still hitting this issue in |
Getting this consistently these days:
|
Another:
|
Code in my fn main() {
println!("Hello, world!");
}
struct AppState {
url: String,
method: // I am typing here
} |
similar error:
|
Closing this as presumably a salsa bug which should be fixed now |
panic message:
Installed via
xtask
from source.The text was updated successfully, but these errors were encountered: