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