]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tail-typeck.stderr
Auto merge of #99028 - tmiasko:inline, r=estebank
[rust.git] / src / test / ui / tail-typeck.stderr
index cff0991072103d3fe9b0a2bceb8b32b718f886c0..10dfd2de744fc0f383d17c053a9dfd3c947df4e9 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