Skip to content

Commit 2e0af3b

Browse files
committed
Update ui test suite to nightly-2024-01-06
1 parent 4b7012c commit 2e0af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/missing_unsafe.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
1+
error[E0133]: call to unsafe function `f` is unsafe and requires unsafe function or block
22
--> tests/ui/missing_unsafe.rs:4:12
33
|
44
4 | fn f(x: i32);

0 commit comments

Comments
 (0)