Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 6, 2024
1 parent 4b7012c commit 2e0af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/missing_unsafe.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
error[E0133]: call to unsafe function `f` is unsafe and requires unsafe function or block
--> tests/ui/missing_unsafe.rs:4:12
|
4 | fn f(x: i32);
Expand Down

0 comments on commit 2e0af3b

Please sign in to comment.