summary refs log tree commit diff
path: root/src/test/ui/chalkify/lower_trait.stderr
blob: 6da1e2fd8edd8f810a1b858fc32c970536286fcd (plain)
1
2
3
4
5
6
7
8
error: Implemented(Self: Foo<S, T, U>) :- FromEnv(Self: Foo<S, T, U>).
  --> $DIR/lower_trait.rs:13:1
   |
LL | #[rustc_dump_program_clauses] //~ ERROR Implemented(Self: Foo<S, T, U>) :-
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error