You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
#![feature(trait_alias)]pubtraitSelfInput = Fn(&mutSelf);pubfnf(_f:&dynSelfInput){}//~^ ERROR the trait alias `SelfInput` cannot be made into an object [E0038]fnmain(){}
The text was updated successfully, but these errors were encountered:
matthiaskrgr
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
C-bug
Category: This is a bug.
labels
Aug 13, 2022
matthiaskrgr
changed the title
ICE: compiler/rustc_privacy/src/lib.rs:282:17: unexpected type: FreshTy(0
ICE: compiler/rustc_privacy/src/lib.rs:282:17: unexpected type: FreshTy(0)
Aug 13, 2022
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
./src/test/ui/traits/alias/self-in-generics.rs
Code
Meta
rustc --version --verbose
:Error output
Backtrace
See also #100484
The text was updated successfully, but these errors were encountered: