This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Print captures precisely in borrow checker #36
Closed
Description
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.