]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/changing-crates.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / changing-crates.stderr
index 50287fa3fde9f69bbdd178a4201d4a89a92b6408..d8de685c7d7a2264a5c4e83d516b044e3f3d5332 100644 (file)
@@ -1,7 +1,7 @@
 error[E0460]: found possibly newer version of crate `a` which `b` depends on
   --> $DIR/changing-crates.rs:20:1
    |
-20 | extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
+LL | extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
    | ^^^^^^^^^^^^^^^
    |
    = note: perhaps that crate needs to be recompiled?
@@ -11,3 +11,4 @@ error[E0460]: found possibly newer version of crate `a` which `b` depends on
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0460`.