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
The error does not reproduce with an equivalent closure. Again, interestingly, replacing the function f with fn f<'a>(_: &'a ()) {} fails to compile, even though it seems to name the same type.
Was messing with associated types & lifetimes when the compiler panicked. Reproduces on stable, beta & nightly.
Note: seems similar to #34430 and #36381
The error does not reproduce with an equivalent closure. Again, interestingly, replacing the function
f
withfn f<'a>(_: &'a ()) {}
fails to compile, even though it seems to name the same type.Backtrace:
The text was updated successfully, but these errors were encountered: