blob: 9a2c924b96a9539fc07f2dde3508b91d12f09f96 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0208]: [-]
--> $DIR/variance-trait-object-bound.rs:14:1
|
LL | struct TOption<'a> {
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0208`.
|