]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/bad-crate-name.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / bad-crate-name.stderr
index e015010da13969e8b520cba2ff1e2af75bbe2dc1..c98a620f1237147a5d0884236365335c02c58088 100644 (file)
@@ -7,7 +7,7 @@ LL | extern crate krate-name-here;
 help: if the original crate name uses dashes you need to use underscores in the code
    |
 LL | extern crate krate_name_here;
-   |                   ^    ^
+   |                   ~    ~
 
 error[E0463]: can't find crate for `krate_name_here`
   --> $DIR/bad-crate-name.rs:1:1