Lifetime elision not working properly with self: &mut Rc<Self>
#89094
Labels
C-bug
Category: This is a bug.
self: &mut Rc<Self>
#89094
I tried this code:
I expected to see this happen: Code compiles
Instead, this happened:
(playground)
Meta
Happens on stable, nightly, and older rust versions
Same problem for inherent impls
The text was updated successfully, but these errors were encountered: