]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-37515.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-37515.stderr
index 68e983f23b03459c7d4c7b1869853912a6c24127..1b4965594848b40f48eaa5fc00b2dc0a78d8ac47 100644 (file)
@@ -1,22 +1,13 @@
 warning: type alias is never used: `Z`
-  --> $DIR/issue-37515.rs:14:1
+  --> $DIR/issue-37515.rs:5:1
    |
 LL | type Z = for<'x> Send;
    | ^^^^^^^^^^^^^^^^^^^^^^
    |
 note: lint level defined here
-  --> $DIR/issue-37515.rs:12:9
+  --> $DIR/issue-37515.rs:3:9
    |
 LL | #![warn(unused)]
    |         ^^^^^^
    = note: #[warn(dead_code)] implied by #[warn(unused)]
 
-error: compilation successful
-  --> $DIR/issue-37515.rs:18:1
-   |
-LL | / fn main() { //~ ERROR compilation successful
-LL | | }
-   | |_^
-
-error: aborting due to previous error
-