]> 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 ba93d78a970797dbc9155998f83d6750904b5355..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,4 +11,4 @@ error[E0460]: found possibly newer version of crate `a` which `b` depends on
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0460"
+For more information about this error, try `rustc --explain E0460`.