]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/confuse-field-and-method/issue-32128.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / confuse-field-and-method / issue-32128.stderr
index 50c6fe1e83308487fe9290cff38c7b119af4ff8e..4b96bce8d2e82d3b0a09f8f18db8b2af86169b91 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `example` found for struct `Example` in the curren
   --> $DIR/issue-32128.rs:12:10
    |
 LL | struct Example {
-   | -------------- method `example` not found for this
+   | -------------- method `example` not found for this struct
 ...
 LL |     demo.example(1);
    |          ^^^^^^^ field, not a method