2018-03-14 07:38:03 -05:00
|
|
|
error: Implemented(T: Foo) :- ProjectionEq(<T as std::iter::Iterator>::Item == i32), TypeOutlives(T : 'static), Implemented(T: std::iter::Iterator), Implemented(T: std::marker::Sized).
|
2018-03-10 05:44:33 -06:00
|
|
|
--> $DIR/lower_impl.rs:15:1
|
|
|
|
|
|
|
|
|
LL | #[rustc_dump_program_clauses] //~ ERROR Implemented(T: Foo) :-
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-04-11 14:20:25 -05:00
|
|
|
error: Normalize(<T as Bar>::Assoc == std::vec::Vec<T>) :- Implemented(T: Bar).
|
2018-04-03 10:53:13 -05:00
|
|
|
--> $DIR/lower_impl.rs:23:5
|
|
|
|
|
|
|
|
|
LL | #[rustc_dump_program_clauses] //~ ERROR Normalize(<T as Bar>::Assoc == std::vec::Vec<T>) :-
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-03-10 05:44:33 -06:00
|
|
|
|