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
Directly having an impl Trait for Trait and cause a "coherence failed to report ambiguity" ICE. Having an indirect impl (impl<T: ?Sized> Trait for T) causes cryptic "type annotations required: cannot resolve Bar : Bar" and "recursion limit exceeded during monomorphisation" errors, but I didn't manage to get an ICE.
An example that causes a coherence failed to report ambiguity ICE:
Directly having an
impl Trait for Trait
and cause a "coherence failed to report ambiguity" ICE. Having an indirect impl (impl<T: ?Sized> Trait for T
) causes cryptic "type annotations required: cannot resolveBar : Bar
" and "recursion limit exceeded during monomorphisation" errors, but I didn't manage to get an ICE.An example that causes a coherence failed to report ambiguity ICE:
The text was updated successfully, but these errors were encountered: