rustc loosing track of DerefMut impl on nested type #68590
Labels
A-trait-system
Area: Trait system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code should compile but doesn't. With only 9 nesting levels, I wouldn't expect to be running into deref-limits yet.
(Playground)
Errors:
The text was updated successfully, but these errors were encountered: