]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mismatched_types/abridged.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / mismatched_types / abridged.stderr
index 7697a375fd8ae589c632997c39ccc31776a11f42..db4e8589291b7023c9848073286930ea2b7f33be 100644 (file)
@@ -83,7 +83,7 @@ LL |     1+2
 help: try using a conversion method
    |
 LL |     (1+2).to_string()
-   |     ^   ^^^^^^^^^^^^^
+   |     +   +++++++++++++
 
 error[E0308]: mismatched types
   --> $DIR/abridged.rs:59:5
@@ -96,7 +96,7 @@ LL |     -2
 help: try using a conversion method
    |
 LL |     (-2).to_string()
-   |     ^  ^^^^^^^^^^^^^
+   |     +  +++++++++++++
 
 error: aborting due to 8 previous errors