about summary refs log tree commit diff
path: root/tests/ui/attributes/rustc_confusables.rs
diff options
context:
space:
mode:
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() {}