about summary refs log tree commit diff
path: root/tests/ui/stability-attribute/check-stability-issue-138319.stderr
blob: 4a2c3554a1e7e72dc96860538397a78db7f0dfd3 (plain)
1
2
3
4
5
6
7
8
9
10
warning: use of deprecated struct `_Bar`: reason
  --> $DIR/check-stability-issue-138319.rs:3:5
   |
LL |     _Bar {
   |     ^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted