]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/implicit-method-bind.stderr
Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay
[rust.git] / src / test / ui / implicit-method-bind.stderr
index c6af47805ea5bdfd4f5983f5d2d0cc094528835a..e0a968527205fc788d77d507a11bf34b7904e29f 100644 (file)
@@ -7,7 +7,7 @@ LL |     let _f = 10i32.abs;
 help: use parentheses to call the method
    |
 LL |     let _f = 10i32.abs();
-   |                       ^^
+   |                       ++
 
 error: aborting due to previous error