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

error: aborting due to previous error

For more information about this error, try `rustc --explain E0208`.