Skip to content

Commit d2a30f7

Browse files
committed
bless test expectations
1 parent b1b388e commit d2a30f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/borrowck/borrowck-thread-local-static-borrow-outlives-fn.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0712]: thread-local variable borrowed past end of function
44
LL | assert_static(&FOO);
55
| ^^^^ thread-local variables cannot be borrowed beyond the end of the function
66
LL | }
7-
| - end of enclosing function is here
7+
| - end of enclosing function is here
88

99
error: aborting due to 1 previous error
1010

tests/ui/issues/issue-17954.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | let a = &FOO;
55
| ^^^^ thread-local variables cannot be borrowed beyond the end of the function
66
...
77
LL | }
8-
| - end of enclosing function is here
8+
| - end of enclosing function is here
99

1010
error: aborting due to 1 previous error
1111

0 commit comments

Comments
 (0)