debug ice: suggestion must not have overlapping parts
, suggests -> Box<dyn>
#112434
Labels
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
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.
Code
Meta
rustc --version --verbose
:Error output
The
-> Box<dyn>
andsuggestions are quite interesting :D
I suspect the first one causes the debug ice
Backtrace
The text was updated successfully, but these errors were encountered: