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
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
The borrow checker just prints the root variable when printing captures from within the context of the closure, we should update this to be print the captured path precisely.
Ideally, we do this once rust-lang/rust#80635 lands because it introduces a function to prints paths precisely.