mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
error: evaluate(Binder(TraitPredicate(<A as std::marker::Send>, polarity:Positive), [])) = Ok(EvaluatedToOk)
|
|
--> $DIR/cache-reached-depth-ice.rs:43:5
|
|
|
|
|
LL | fn test<X: ?Sized + Send>() {}
|
|
| ---- predicate
|
|
...
|
|
LL | test::<A>();
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|