-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
error: internal compiler error: src/librustc_metadata/decoder.rs:483: entry: id not found: DefIndex(86) in crate aljabar with number 15 #64730
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-metadata
Area: Crate metadata
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
verbose trace:
|
jonas-schievink
added
A-const-generics
Area: const generics (parameters and arguments)
A-metadata
Area: Crate metadata
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Sep 24, 2019
It would help if you can reduce the problem to a minimal reproducer without the crate. (Also note that ICEs are common for |
Not sure if i can manage that. Could be over my head. |
16 tasks
@Centril there is a minimal example here: #44580 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-metadata
Area: Crate metadata
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hey everybody :) I was trying to test matrix*vector in aljabar crate by
running "cargo test" on:
and got this:
Not sure if it's a known issue or not but if there's anything else you need from me please let me know :)
The text was updated successfully, but these errors were encountered: