]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/lower_trait_higher_rank.stderr
Auto merge of #51678 - Zoxc:combine-lints, r=estebank
[rust.git] / src / test / ui / chalkify / lower_trait_higher_rank.stderr
1 error: program clause dump
2   --> $DIR/lower_trait_higher_rank.rs:13:1
3    |
4 LL | #[rustc_dump_program_clauses] //~ ERROR program clause dump
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: FromEnv(F: std::marker::Sized) :- FromEnv(Self: Foo<F>).
8    = note: FromEnv(F: std::ops::Fn<(&'a (u8, u16),)>) :- FromEnv(Self: Foo<F>).
9    = note: Implemented(Self: Foo<F>) :- FromEnv(Self: Foo<F>).
10    = note: ProjectionEq(<F as std::ops::FnOnce<(&'a (u8, u16),)>>::Output == &'a u8) :- FromEnv(Self: Foo<F>).
11
12 error: aborting due to previous error
13