mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 11:33:04 +00:00
Fix failing test
This commit is contained in:
parent
3856df059e
commit
db8cb766e2
@ -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>
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user