Files
rust/tests/ui/stability-attribute/check-stability-issue-138319.stderr
2025-03-14 14:51:58 +08:00

11 lines
212 B
Plaintext

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