]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/dont-suggest-private-trait-method.stderr
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / dont-suggest-private-trait-method.stderr
index d85fd526d52b0a4dbb51a7c1331fb0802d8988ea..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 struct
+   | -------- function or associated item `new` not found for this struct
 ...
 LL |     T::new();
    |        ^^^ function or associated item not found in `T`