]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-7950.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / issues / issue-7950.stderr
1 error[E0599]: no function or associated item named `bar` found for type `Foo` in the current scope
2   --> $DIR/issue-7950.rs:16:10
3    |
4 LL | struct Foo;
5    | ----------- function or associated item `bar` not found for this
6 ...
7 LL |     Foo::bar();
8    |     -----^^^
9    |     |
10    |     function or associated item not found in `Foo`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0599`.