rust/tests/ui/traits/cache-reached-depth-ice.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
342 B
Plaintext
Raw Normal View History

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