summary refs log tree commit diff
path: root/src/test/ui/variance/variance-trait-object-bound.stderr
blob: fb0fab1950cef5437e9742f49ab7aa881affaf99 (plain)
1
2
3
4
5
6
7
8
9
10
error[E0208]: [-]
  --> $DIR/variance-trait-object-bound.rs:14:1
   |
LL | / struct TOption<'a> {
LL | |     v: Option<Box<dyn T + 'a>>,
LL | | }
   | |_^

error: aborting due to previous error