File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Let's start with defining a term that we will be using quite a bit in the rest o
115
115
* upvar* . An ** upvar** is a variable that is local to the function where the closure is defined. So,
116
116
in the above examples, ** x** will be an upvar to the closure. They are also sometimes referred to as
117
117
the * free variables* meaning they are not bound to the context of the closure.
118
- [ ` compiler/rustc_middle/src/ty/query/mod.rs ` ] [ upvars ] defines a query called * upv.rs_mentioned *
118
+ [ ` compiler/rustc_middle/src/ty/query/mod.rs ` ] [ upvars ] defines a query called * upvars_mentioned *
119
119
for this purpose.
120
120
121
121
[ upvars ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_query_impl/queries/struct.upvars_mentioned.html
You can’t perform that action at this time.
0 commit comments