We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8242463 commit 5af11d2Copy full SHA for 5af11d2
src/test/ui/nll/user-annotations/closure-substs.polonius.stderr
@@ -50,7 +50,7 @@ error[E0521]: borrowed data escapes outside of closure
50
--> $DIR/closure-substs.rs:29:9
51
|
52
LL | |x: &i32, b: fn(&'static i32)| {
53
- | - - `b` is declared here, outside of the closure body
+ | - - `b` declared here, outside of the closure body
54
| |
55
| `x` is a reference that is only valid in the closure body
56
LL | b(x);
0 commit comments