]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/extern/extern-crate-rename.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / extern / extern-crate-rename.stderr
index 787c11f2a81ab4d11cebe0771fe26ff349d452ad..5f14779552110a3595fbd84b92617c0d6909856d 100644 (file)
@@ -10,7 +10,7 @@ LL | extern crate m2 as m1;
 help: you can use `as` to change the binding name of the import
    |
 LL | extern crate m2 as other_m1;
-   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 error: aborting due to previous error