bless test expectations

This commit is contained in:
Rémy Rakic
2025-02-03 10:43:27 +00:00
parent b1b388e98a
commit d2a30f7d88
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ error[E0712]: thread-local variable borrowed past end of function
LL | assert_static(&FOO);
| ^^^^ thread-local variables cannot be borrowed beyond the end of the function
LL | }
| - end of enclosing function is here
| - end of enclosing function is here
error: aborting due to 1 previous error
+1 -1
View File
@@ -5,7 +5,7 @@ LL | let a = &FOO;
| ^^^^ thread-local variables cannot be borrowed beyond the end of the function
...
LL | }
| - end of enclosing function is here
| - end of enclosing function is here
error: aborting due to 1 previous error