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
Having a trait Foo with associated type Bar and function foo() and a generic default implementation using default keyword for Bar and foo() yields an ICE.
Having a trait
Foo
with associated typeBar
and functionfoo()
and a generic default implementation usingdefault
keyword forBar
andfoo()
yields an ICE.See the following playground for a minimal example: https://is.gd/FIf4Jc
ICE backtrace:
I'm running this on the playground on the nightly setting so I can't find the exact rustc version being run.
The text was updated successfully, but these errors were encountered: