Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-04-27
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 27, 2022
1 parent 38d6311 commit 0be969d
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 0be969d

Please sign in to comment.