rust/tests/ui/traits/cache-reached-depth-ice.stderr
David Wood 183458263b
tests: bless remaining tests
These tests just need blessing, they don't have any interesting behaviour
changes.

Some of these tests have new errors because `LegacyReceiver` cannot be
proven to be implemented now that it is also testing for `MetaSized` -
but this is just a consequence of the other errors in the test.
2025-06-16 23:04:35 +00:00

12 lines
354 B
Plaintext

error: evaluate(Binder { value: TraitPredicate(<A as std::marker::Send>, polarity:Positive), bound_vars: [] }) = Ok(EvaluatedToOk)
--> $DIR/cache-reached-depth-ice.rs:44:5
|
LL | fn test<X: PointeeSized + Send>() {}
| ---- predicate
...
LL | test::<A>();
| ^^^^^^^^^
error: aborting due to 1 previous error