]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/issue-85360-eval-obligation-ice.stderr
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / traits / issue-85360-eval-obligation-ice.stderr
1 error: evaluate(Binder(TraitPredicate(<MaskedStorage<GenericComp<Pos>> as std::marker::Sized>, polarity:Positive), [])) = Ok(EvaluatedToOk)
2   --> $DIR/issue-85360-eval-obligation-ice.rs:9:5
3    |
4 LL |     test::<MaskedStorage<GenericComp<Pos>>>(make());
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 ...
7 LL | fn test<T: Sized>(_: T) {}
8    |         - predicate
9
10 error: evaluate(Binder(TraitPredicate(<MaskedStorage<GenericComp<Pos>> as std::marker::Sized>, polarity:Positive), [])) = Ok(EvaluatedToOk)
11   --> $DIR/issue-85360-eval-obligation-ice.rs:9:5
12    |
13 LL |     test::<MaskedStorage<GenericComp<Pos>>>(make());
14    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15 ...
16 LL | fn test<T: Sized>(_: T) {}
17    |            ----- predicate
18
19 error: evaluate(Binder(TraitPredicate(<MaskedStorage<GenericComp2<Pos>> as std::marker::Sized>, polarity:Positive), [])) = Ok(EvaluatedToOkModuloRegions)
20   --> $DIR/issue-85360-eval-obligation-ice.rs:13:5
21    |
22 LL |     test::<MaskedStorage<GenericComp2<Pos>>>(make());
23    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24 ...
25 LL | fn test<T: Sized>(_: T) {}
26    |         - predicate
27
28 error: evaluate(Binder(TraitPredicate(<MaskedStorage<GenericComp2<Pos>> as std::marker::Sized>, polarity:Positive), [])) = Ok(EvaluatedToOkModuloRegions)
29   --> $DIR/issue-85360-eval-obligation-ice.rs:13:5
30    |
31 LL |     test::<MaskedStorage<GenericComp2<Pos>>>(make());
32    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33 ...
34 LL | fn test<T: Sized>(_: T) {}
35    |            ----- predicate
36
37 error: aborting due to 4 previous errors
38