summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-17337.stderr
blob: 55e51e566d981ed36d6a7d65f21954874d4eafb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: use of deprecated method `Foo::foo`: text
  --> $DIR/issue-17337.rs:16:6
   |
LL |     .foo();
   |      ^^^
   |
note: the lint level is defined here
  --> $DIR/issue-17337.rs:2:9
   |
LL | #![deny(deprecated)]
   |         ^^^^^^^^^^

error: aborting due to previous error