]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/dont-suggest-private-trait-method.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / dont-suggest-private-trait-method.stderr
index fd7fdb4f7226c6eb0c4afbc42d29d17f7d443e65..1492670dc63354daadb422556d82cb0e9156295c 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no function or associated item named `new` found for struct `T` in
   --> $DIR/dont-suggest-private-trait-method.rs:4:8
    |
 LL | struct T;
-   | --------- function or associated item `new` not found for this
+   | -------- function or associated item `new` not found for this struct
 ...
 LL |     T::new();
    |        ^^^ function or associated item not found in `T`