youtube image
From YouTube: Convert Closure Upvar Representation to Tuples with @blitzerr

Description

Walk through the steps to convert the internal representation of closures to use a tuple for the upvar types. In the process, explain a lot about how closures work in rustc itself.