2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-33418.rs:1:11
|
2018-12-16 15:50:49 +07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | trait Tr: !SuperA {}
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
2018-12-16 15:50:49 +07:00
|
|
|
|
2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-33418.rs:3:21
|
2018-12-16 15:50:49 +07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | trait Tr2: SuperA + !SuperB {}
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
2018-12-16 15:50:49 +07:00
|
|
|
|
2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-33418.rs:5:12
|
2018-12-16 15:50:49 +07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | trait Tr3: !SuperA + SuperB {}
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
2018-12-16 15:50:49 +07:00
|
|
|
|
2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-33418.rs:7:12
|
2018-12-16 15:50:49 +07:00
|
|
|
|
|
2019-03-10 19:46:44 -07:00
|
|
|
LL | trait Tr4: !SuperA + SuperB
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
2018-12-16 15:50:49 +07:00
|
|
|
|
2019-12-08 12:19:53 +01:00
|
|
|
error: negative bounds are not supported
|
2023-04-25 05:15:50 +00:00
|
|
|
--> $DIR/issue-33418.rs:9:3
|
|
|
|
|
|
|
|
|
LL | + !SuperC + SuperD {}
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: negative bounds are not supported
|
|
|
|
--> $DIR/issue-33418.rs:11:12
|
2018-12-16 15:50:49 +07:00
|
|
|
|
|
2019-03-10 19:46:44 -07:00
|
|
|
LL | trait Tr5: !SuperA
|
2023-04-25 05:15:50 +00:00
|
|
|
| ^
|
|
|
|
|
|
|
|
error: negative bounds are not supported
|
|
|
|
--> $DIR/issue-33418.rs:13:3
|
|
|
|
|
|
|
|
|
LL | + !SuperB {}
|
|
|
|
| ^
|
2018-12-16 15:50:49 +07:00
|
|
|
|
2023-04-25 05:15:50 +00:00
|
|
|
error: aborting due to 7 previous errors
|
2018-12-16 15:50:49 +07:00
|
|
|
|