]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-7950.stderr
Rollup merge of #98538 - TaKO8Ki:add-test-for-issue-91883, r=Mark-Simulacrum
[rust.git] / src / test / ui / issues / issue-7950.stderr
index 73e13c65cf37f23e51b388d8d87eb752fcce38cb..2a683c2d55a3585732819ac14bd676bd0c5e7233 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
+   |        --- function or associated item `bar` not found for this struct
 ...
 LL |     Foo::bar();
    |          ^^^ function or associated item not found in `Foo`