about summary refs log tree commit diff
path: root/tests/ui/traits/issue-85360-eval-obligation-ice.stderr
blob: d2b00a45a4f154a43464003fcfea1aa8f5d506e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error: evaluate(Binder { value: TraitPredicate(<MaskedStorage<GenericComp<Pos>> as std::marker::Sized>, polarity:Positive), bound_vars: [] }) = Ok(EvaluatedToOk)
  --> $DIR/issue-85360-eval-obligation-ice.rs:9:5
   |
LL |     test::<MaskedStorage<GenericComp<Pos>>>(make());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | fn test<T: Sized>(_: T) {}
   |            ----- predicate

error: evaluate(Binder { value: TraitPredicate(<MaskedStorage<GenericComp2<Pos>> as std::marker::Sized>, polarity:Positive), bound_vars: [] }) = Ok(EvaluatedToOkModuloRegions)
  --> $DIR/issue-85360-eval-obligation-ice.rs:12:5
   |
LL |     test::<MaskedStorage<GenericComp2<Pos>>>(make());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | fn test<T: Sized>(_: T) {}
   |            ----- predicate

error: aborting due to 2 previous errors