]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-64430.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-64430.stderr
index e7a244e9df576619b61c7f964ce2cedad4d07931..b6b1f3a66c7855fd55f8b2a0c515d6550c9b0522 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `bar` found for struct `Foo` in the current scope
   --> $DIR/issue-64430.rs:7:9
    |
 LL | pub struct Foo;
-   | --------------- method `bar` not found for this
+   | -------------- method `bar` not found for this struct
 ...
 LL |     Foo.bar()
    |         ^^^ method not found in `Foo`