about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShoyu Vanilla <modulo641@gmail.com>2024-02-12 16:24:41 +0900
committerShoyu Vanilla <modulo641@gmail.com>2024-02-12 16:24:41 +0900
commitdb8cb766e23e5438007c8dd12f3392b7f41be56e (patch)
treef16857821d9ec5e9928e3e392b4e34c062aa65c5
parent3856df059ed90b8fd19a82efbfb9da36f68e6bb9 (diff)
downloadrust-db8cb766e23e5438007c8dd12f3392b7f41be56e.tar.gz
rust-db8cb766e23e5438007c8dd12f3392b7f41be56e.zip
Fix failing test
-rw-r--r--tests/ui/on-unimplemented/bad-annotation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/on-unimplemented/bad-annotation.rs b/tests/ui/on-unimplemented/bad-annotation.rs
index f05436b8c04..4c6610f8864 100644
--- a/tests/ui/on-unimplemented/bad-annotation.rs
+++ b/tests/ui/on-unimplemented/bad-annotation.rs
@@ -25,7 +25,7 @@ trait BadAnnotation2<A,B>
 {}
 
 #[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{A},{B},{}>`"]
-//~^ only named substitution parameters are allowed
+//~^ only named generic parameters are allowed
 trait BadAnnotation3<A,B>
 {}