Fix failing test

This commit is contained in:
Shoyu Vanilla 2024-02-12 16:24:41 +09:00
parent 3856df059e
commit db8cb766e2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ trait BadAnnotation2<A,B>
{} {}
#[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{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> trait BadAnnotation3<A,B>
{} {}