-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ice: effects, const_trait: assertion failed: constant / lifetime #119078
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
Labels
C-bug
Category: This is a bug.
F-effects
`#![feature(effects)]`
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.
Comments
I missed Command:
Backtrace
|
cc #119089 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
F-effects
`#![feature(effects)]`
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.
Same assertion violation appeared at #117244, but has different query stack.
Found this ICE using fuzzing method (with tree-splicer mutator), seed pool is constructed with
rust/tests/ui/
andrust-clippy/tests/ui/
.Code
(manual-reduced, call it
qwer.rs
)(original)
Meta
/root/.cargo/bin/rustc --version --verbose
:Command
Error output
Backtrace
The text was updated successfully, but these errors were encountered: