about summary refs log tree commit diff
path: root/tests/ui/tool-attributes
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-06-21 18:20:45 -0400
committerMichael Goulet <michael@errs.io>2024-06-21 19:00:18 -0400
commitffd72b1700a6c96b2468e9259fdb4beea11717e0 (patch)
tree781817f15b995c9695a5d9f0f7cb36a242254239 /tests/ui/tool-attributes
parentea681ef2814b321177d1eee437b8867d31141754 (diff)
downloadrust-ffd72b1700a6c96b2468e9259fdb4beea11717e0.tar.gz
rust-ffd72b1700a6c96b2468e9259fdb4beea11717e0.zip
Fix remaining cases
Diffstat (limited to 'tests/ui/tool-attributes')
-rw-r--r--tests/ui/tool-attributes/duplicate-diagnostic.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/tool-attributes/duplicate-diagnostic.stderr b/tests/ui/tool-attributes/duplicate-diagnostic.stderr
index 26bd6a82e34..3cd438004c8 100644
--- a/tests/ui/tool-attributes/duplicate-diagnostic.stderr
+++ b/tests/ui/tool-attributes/duplicate-diagnostic.stderr
@@ -1,14 +1,14 @@
-error: duplicate diagnostic item in crate `p2`: `Foo`.
+error: duplicate diagnostic item in crate `p2`: `Foo`
    |
-   = note: the diagnostic item is first defined in crate `p1`.
+   = note: the diagnostic item is first defined in crate `p1`
 
-error: duplicate diagnostic item in crate `duplicate_diagnostic`: `Foo`.
+error: duplicate diagnostic item in crate `duplicate_diagnostic`: `Foo`
   --> $DIR/duplicate-diagnostic.rs:12:1
    |
 LL | pub struct Foo {}
    | ^^^^^^^^^^^^^^
    |
-   = note: the diagnostic item is first defined in crate `p2`.
+   = note: the diagnostic item is first defined in crate `p2`
 
 error: aborting due to 2 previous errors