error[E0277]: the trait bound `Vec: EncodeLabelValue` is not satisfied --> tests/ui/labels/bogus_field_type.rs:5:5 | 5 | method: Vec, | ^^^^^^ the trait `EncodeLabelValue` is not implemented for `Vec` | = help: the following other types implement trait `EncodeLabelValue`: &str Arc Box Cow<'a, str> DurationAsSecs LabelRef<'_, S> Option Rc and $N others