Module rustc_typeck::check::inherited
source · [−]Structs
Closures defined within the function. For example:
A temporary returned by
Inherited::build(...)
. This is necessary
for multiple InferCtxt
to share the same in_progress_typeck_results
without using Rc
or something similar.