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.
I think this code would be cleaner if we made an upvar module with submodules like:
rustc_typeck::check::upvar::collect_uses
rustc_typeck::check::upvar::minimization
and just had the "top-level logic" in rustc_typeck::check::upvar.
I also think we should include a comment with the "abstract algorithm" -- but maybe it should live in the reference, actually, and we should just reference to it from here.