]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-17337.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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