]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-7950.stderr
Auto merge of #99028 - tmiasko:inline, r=estebank
[rust.git] / src / test / ui / issues / issue-7950.stderr
index 2a683c2d55a3585732819ac14bd676bd0c5e7233..b8b0eb310cf3eade796c62c76f444dc4fed2c73a 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no function or associated item named `bar` found for struct `Foo`
   --> $DIR/issue-7950.rs:6:10
    |
 LL | struct Foo;
-   |        --- function or associated item `bar` not found for this struct
+   | ---------- function or associated item `bar` not found for this struct
 ...
 LL |     Foo::bar();
    |          ^^^ function or associated item not found in `Foo`