aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-01-05 18:58:22 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-01-05 18:58:33 -0800
commit2e0af3bd060e3c50bed39a536a6fc868715f0544 (patch)
tree78745d8288c01774a18b1f7955eb6b411516497f
parent4b7012c9a0b9bba4574f29c83deeb2dc931e39a4 (diff)
downloadcxx-2e0af3bd060e3c50bed39a536a6fc868715f0544.tar.gz
Update ui test suite to nightly-2024-01-06
-rw-r--r--tests/ui/missing_unsafe.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/missing_unsafe.stderr b/tests/ui/missing_unsafe.stderr
index e7dcba74..31ef9e24 100644
--- a/tests/ui/missing_unsafe.stderr
+++ b/tests/ui/missing_unsafe.stderr
@@ -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);