2018-08-08 14:28:26 +02:00
|
|
|
error[E0208]: [-]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-trait-object-bound.rs:14:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct TOption<'a> {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
2023-01-09 15:44:33 +13:00
|
|
|
For more information about this error, try `rustc --explain E0208`.
|