]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / impl-trait / in-trait / trait-more-generics-than-impl.stderr
diff --git a/tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr b/tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr
deleted file mode 100644 (file)
index 8ff54ca..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-error[E0049]: method `bar` has 0 type parameters but its trait declaration has 1 type parameter
-  --> $DIR/trait-more-generics-than-impl.rs:11:11
-   |
-LL |     fn bar<T>() -> impl Sized;
-   |            - expected 1 type parameter
-...
-LL |     fn bar() -> impl Sized {}
-   |           ^ found 0 type parameters
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0049`.