2023-01-27 02:23:08 +03:00
|
|
|
error: [+, +, +]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:9:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test2<'a, 'b, 'c> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-27 02:23:08 +03:00
|
|
|
error: [-, -, -]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:18:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test3<'a, 'b, 'c> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-27 02:23:08 +03:00
|
|
|
error: [+, o]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:27:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test4<'a, 'b:'a> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-27 02:23:08 +03:00
|
|
|
error: [-, o]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:35:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test5<'a, 'b:'a> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-27 02:23:08 +03:00
|
|
|
error: [+, o]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:45:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test6<'a, 'b:'a> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-16 23:30:50 +13:00
|
|
|
error: [*]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:52:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Test7<'a> {
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-01-27 02:23:08 +03:00
|
|
|
error: [-, +, o]
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/variance-regions-direct.rs:59:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | enum Test8<'a, 'b, 'c:'b> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
|
|
|
|