about summary refs log tree commit diff
path: root/tests/ui/attributes/rustc_confusables.rs
diff options
context:
space:
mode:
authorJonathan Brouwer <jonathantbrouwer@gmail.com>2025-08-16 17:13:15 +0200
committerJonathan Brouwer <jonathantbrouwer@gmail.com>2025-08-19 09:03:54 +0200
commitd5dc797dceedee45842f7a8b9c69c341db895cff (patch)
treeacec4fb65226cf63d49c09a1531662c77aa2d264 /tests/ui/attributes/rustc_confusables.rs
parentc1c204d707011a1987f2a00f1d421a253f83d3a6 (diff)
downloadrust-d5dc797dceedee45842f7a8b9c69c341db895cff.tar.gz
rust-d5dc797dceedee45842f7a8b9c69c341db895cff.zip
Update uitests
Diffstat (limited to 'tests/ui/attributes/rustc_confusables.rs')
-rw-r--r--tests/ui/attributes/rustc_confusables.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/attributes/rustc_confusables.rs b/tests/ui/attributes/rustc_confusables.rs
index 91c66a75cc3..14aed092694 100644
--- a/tests/ui/attributes/rustc_confusables.rs
+++ b/tests/ui/attributes/rustc_confusables.rs
@@ -45,4 +45,5 @@ impl Bar {
 #[rustc_confusables("blah")]
 //~^ ERROR attribute cannot be used on
 //~| HELP can only be applied to
+//~| HELP remove the attribute
 fn not_inherent_impl_method() {}