]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/dont-suggest-private-trait-method.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / dont-suggest-private-trait-method.stderr
index 81ecc546a6dee275a7f2b128d77b47777cd89fe8..c2f21606e2133752017a96095ff48dcc7ca6d65f 100644 (file)
@@ -1,11 +1,13 @@
 error[E0599]: no function or associated item named `new` found for type `T` in the current scope
-  --> $DIR/dont-suggest-private-trait-method.rs:14:5
+  --> $DIR/dont-suggest-private-trait-method.rs:14:8
    |
 LL | struct T;
    | --------- function or associated item `new` not found for this
 ...
 LL |     T::new();
-   |     ^^^^^^ function or associated item not found in `T`
+   |     ---^^^
+   |     |
+   |     function or associated item not found in `T`
 
 error: aborting due to previous error