]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/suggestions/suggest-methods.stderr
Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk
[rust.git] / src / test / ui / suggestions / suggest-methods.stderr
index dd9010e32955ebb3bf843fe3975b4c8f09bfa658..97d7e6696a88cb25958b1f5072755eb42b39204c 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `bat` found for struct `Foo` in the current scope
   --> $DIR/suggest-methods.rs:18:7
    |
 LL | struct Foo;
-   |        --- method `bat` not found for this struct
+   | ---------- method `bat` not found for this struct
 ...
 LL |     f.bat(1.0);
    |       ^^^ help: there is an associated function with a similar name: `bar`