]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/tail-typeck.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / tail-typeck.stderr
index cff0991072103d3fe9b0a2bceb8b32b718f886c0..422aa904e1d934692fe2288af4bf338f76354f39 100644 (file)
@@ -9,7 +9,7 @@ LL | fn f() -> isize { return g(); }
 help: you can convert a `usize` to an `isize` and panic if the converted value doesn't fit
    |
 LL | fn f() -> isize { return g().try_into().unwrap(); }
-   |                          ^^^^^^^^^^^^^^^^^^^^^^^
+   |                          ~~~~~~~~~~~~~~~~~~~~~~~
 
 error: aborting due to previous error