]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-link-unknown-crate.stderr
move an `assert!` to the right place
[rust.git] / src / test / ui / no-link-unknown-crate.stderr
index db76b74fdad0a905f4c899c8294afe58a4205009..068c7139ed9e26f4fa387d91f7f41e3eb600c794 100644 (file)
@@ -1,7 +1,7 @@
 error[E0463]: can't find crate for `doesnt_exist`
   --> $DIR/no-link-unknown-crate.rs:2:1
    |
-LL | extern crate doesnt_exist; //~ ERROR can't find crate
+LL | extern crate doesnt_exist;
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
 
 error: aborting due to previous error