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