Skip to content

Commit 5af11d2

Browse files
committed
bless output of ui test nll/user-annotations/closure-substs.rs
Trivial diagnostics grammar change
1 parent 8242463 commit 5af11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/user-annotations/closure-substs.polonius.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ error[E0521]: borrowed data escapes outside of closure
5050
--> $DIR/closure-substs.rs:29:9
5151
|
5252
LL | |x: &i32, b: fn(&'static i32)| {
53-
| - - `b` is declared here, outside of the closure body
53+
| - - `b` declared here, outside of the closure body
5454
| |
5555
| `x` is a reference that is only valid in the closure body
5656
LL | b(x);

0 commit comments

Comments
 (0)