blob: 08f0193e9f61cb5ba81588b121d87962f067738b (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: trait bound str: Sized does not depend on any type or lifetime parameters
--> $DIR/gvn-nonsensical-sized-str.rs:10:10
|
LL | str: Sized,
| ^^^^^
|
= note: `#[warn(trivial_bounds)]` on by default
warning: 1 warning emitted
|