summary refs log tree commit diff
path: root/src/test/ui/chalkify/lower_impl.stderr
blob: b5d791d640ada9dcd79a4c07aff37b2e845f90fa (plain)
1
2
3
4
5
6
7
8
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).
  --> $DIR/lower_impl.rs:15:1
   |
LL | #[rustc_dump_program_clauses] //~ ERROR Implemented(T: Foo) :-
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error