1
Fork 0

Remove incomplete features from RPITIT/AFIT tests

This commit is contained in:
Michael Goulet 2023-10-24 15:27:02 +00:00
parent cee6db171d
commit 90e3aaeca2
39 changed files with 29 additions and 74 deletions

View file

@ -1,5 +1,5 @@
error[E0049]: method `bar` has 0 type parameters but its trait declaration has 1 type parameter
--> $DIR/trait-more-generics-than-impl.rs:10:11
--> $DIR/trait-more-generics-than-impl.rs:8:11
|
LL | fn bar<T>() -> impl Sized;
| - expected 1 type parameter