]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-17337.stderr
Consider privacy more carefully when suggesting accessing fields
[rust.git] / src / test / ui / issues / issue-17337.stderr
1 error: use of deprecated associated function `Foo::foo`: text
2   --> $DIR/issue-17337.rs:16:6
3    |
4 LL |     .foo();
5    |      ^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/issue-17337.rs:2:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12
13 error: aborting due to previous error
14