]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/changing-crates.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / changing-crates.stderr
index 436335aa917d9fc8c883bbc0d47578c193b91956..a8b986d67f875f6f0fd050b9291fc63e69d39918 100644 (file)
@@ -1,5 +1,5 @@
 error[E0460]: found possibly newer version of crate `a` which `b` depends on
-  --> $DIR/changing-crates.rs:20:1
+  --> $DIR/changing-crates.rs:10:1
    |
 LL | extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
    | ^^^^^^^^^^^^^^^
@@ -11,4 +11,4 @@ LL | extern crate b; //~ ERROR: found possibly newer version of crate `a` which
 
 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`.