1- error[E0275]: overflow evaluating the requirement `S<U> well-formed`
1+ error[E0275]: overflow evaluating whether `S<U>` is well-formed
22 --> $DIR/const-ctor-overflow-eval.rs:14:5
33 |
44LL | S<{ U }>:;
@@ -13,7 +13,7 @@ LL | where
1313LL | S<{ U }>:;
1414 | ^^^^^^^^ required by this bound in `S`
1515
16- error[E0275]: overflow evaluating the requirement `S<U> well-formed`
16+ error[E0275]: overflow evaluating whether `S<U>` is well-formed
1717 --> $DIR/const-ctor-overflow-eval.rs:14:5
1818 |
1919LL | S<{ U }>:;
@@ -29,7 +29,7 @@ LL | S<{ U }>:;
2929 | ^^^^^^^^ required by this bound in `S`
3030 = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
3131
32- error[E0275]: overflow evaluating the requirement `S<U> well-formed`
32+ error[E0275]: overflow evaluating whether `S<U>` is well-formed
3333 --> $DIR/const-ctor-overflow-eval.rs:14:5
3434 |
3535LL | S<{ U }>:;
@@ -45,7 +45,7 @@ LL | S<{ U }>:;
4545 | ^^^^^^^^ required by this bound in `S`
4646 = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
4747
48- error[E0275]: overflow evaluating the requirement `S<U> well-formed`
48+ error[E0275]: overflow evaluating whether `S<U>` is well-formed
4949 --> $DIR/const-ctor-overflow-eval.rs:8:24
5050 |
5151LL | #[derive(ConstParamTy, PartialEq, Eq)]
@@ -60,7 +60,7 @@ LL | where
6060LL | S<{ U }>:;
6161 | ^^^^^^^^ required by this bound in `S`
6262
63- error[E0275]: overflow evaluating the requirement `S<U> well-formed`
63+ error[E0275]: overflow evaluating whether `S<U>` is well-formed
6464 --> $DIR/const-ctor-overflow-eval.rs:8:35
6565 |
6666LL | #[derive(ConstParamTy, PartialEq, Eq)]
0 commit comments