]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/impl-trait/in-trait/method-signature-matches.mismatch.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / ui / impl-trait / in-trait / method-signature-matches.mismatch.stderr
index d3183b92e8400acc7f6d949ac3a88f3357cba14f..e0bd1cc4f194610e49df32393c7b533361a8afd3 100644 (file)
@@ -1,5 +1,5 @@
 error[E0053]: method `owo` has an incompatible type for trait
-  --> $DIR/method-signature-matches.rs:14:15
+  --> $DIR/method-signature-matches.rs:13:15
    |
 LL |     fn owo(_: u8) {}
    |               ^^
@@ -8,7 +8,7 @@ LL |     fn owo(_: u8) {}
    |               help: change the parameter type to match the trait: `()`
    |
 note: type in trait
-  --> $DIR/method-signature-matches.rs:9:15
+  --> $DIR/method-signature-matches.rs:8:15
    |
 LL |     fn owo(x: ()) -> impl Sized;
    |               ^^