]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3973.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / issues / issue-3973.stderr
index 9be07614ec176099dc8edb55777b75343f24d80c..1389dcd2a039bdbe7d4f1481246784d5c1829fd9 100644 (file)
@@ -8,13 +8,15 @@ LL | |     }
    | |_____^ not a member of trait `ToString_`
 
 error[E0599]: no function or associated item named `new` found for type `Point` in the current scope
-  --> $DIR/issue-3973.rs:32:13
+  --> $DIR/issue-3973.rs:32:20
    |
 LL | struct Point {
    | ------------ function or associated item `new` not found for this
 ...
 LL |     let p = Point::new(0.0, 0.0);
-   |             ^^^^^^^^^^ function or associated item not found in `Point`
+   |             -------^^^
+   |             |
+   |             function or associated item not found in `Point`
 
 error: aborting due to 2 previous errors