]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0254.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0254.stderr
index 10456fd5a5dc1e67ace3e36c3793d63b6d640361..b098f8e1a7f49bb46f2749affb1d1ebe8a154243 100644 (file)
@@ -11,7 +11,7 @@ LL | use foo::alloc;
 help: you can use `as` to change the binding name of the import
    |
 LL | use foo::alloc as other_alloc;
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
+   |     ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 error: aborting due to previous error