mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00

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.
12 lines
354 B
Plaintext
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
|
|
|