]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-18119.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-18119.stderr
index e0e2d089b7b1f3c653af91ba1ca58827e50f5b6c..4c5b940190ee671b54f7349786a5e27b2e46943b 100644 (file)
@@ -1,21 +1,20 @@
 error[E0573]: expected type, found constant `X`
-  --> $DIR/issue-18119.rs:15:6
+  --> $DIR/issue-18119.rs:5:6
    |
 LL | impl X {}
    |      ^ not a type
 
 error[E0573]: expected type, found static `Y`
-  --> $DIR/issue-18119.rs:17:6
+  --> $DIR/issue-18119.rs:7:6
    |
 LL | impl Y {}
    |      ^ not a type
 
 error[E0573]: expected type, found function `foo`
-  --> $DIR/issue-18119.rs:19:6
+  --> $DIR/issue-18119.rs:9:6
    |
 LL | impl foo {}
    |      ^^^ not a type
 
 error: aborting due to 3 previous errors
 
-For more information about this error, try `rustc --explain E0573`.