-
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
error performing operation: fully_perform in ascribe_user_type #138707
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-type-system
Area: Type system
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Comments
Triage: Bisection is seemingly unhelpful Started ICEing on nightly-2022-03-09 but with different message ("broken MIR") output of nightly-2022-03-09
PRs for nightly-2022-03-09
Different ICE starting nightly-2023-05-27 ("error performing ParamEnvAnd") output of nightly-2023-05-27
PRs for nightly-2023-05-27
Current ICE wording (but with different stack trace) starting nightly-2024-04-10 output of nightly-2024-04-10
PRs for nightly-2024-04-10:
@rustbot label: +T-types +A-type-system +A-associated-items -needs-triage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-type-system
Area: Type system
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
The following code is a minimization from some code using nalgebra.
The ICE is gone if any of the following changes are made
Allocator<U2>
is added to the bounds ofice
Allocator<D>
is removed from the bounds ofice
Buffer
is not used on theFrom
implementation-Znext-solver
is usedCode
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: