about summary refs log tree commit diff
path: root/tests/ui/error-codes
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2025-07-30 18:00:53 -0500
committerCameron Steffen <cam.steffen94@gmail.com>2025-08-11 16:58:21 -0500
commit3aa0ac0a8af32f2c5da106c5e89bd9712d5a9655 (patch)
tree8eb1d8cae95b4d555250443f0eb14972125a95f4 /tests/ui/error-codes
parentfa733909edadf390cde8c36c303bce42d37f7a3b (diff)
downloadrust-3aa0ac0a8af32f2c5da106c5e89bd9712d5a9655.tar.gz
rust-3aa0ac0a8af32f2c5da106c5e89bd9712d5a9655.zip
Tweak trait modifier errors
Diffstat (limited to 'tests/ui/error-codes')
-rw-r--r--tests/ui/error-codes/E0197.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0197.stderr b/tests/ui/error-codes/E0197.stderr
index e3d3c7dde9c..04c6174b9f1 100644
--- a/tests/ui/error-codes/E0197.stderr
+++ b/tests/ui/error-codes/E0197.stderr
@@ -6,7 +6,7 @@ LL | unsafe impl Foo { }
    | |
    | unsafe because of this
    |
-   = note: only trait implementations may be annotated with unsafe
+   = note: only trait implementations may be annotated with `unsafe`
 
 error: aborting due to 1 previous error