]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/lower_env1.stderr
Update const_forget.rs
[rust.git] / src / test / ui / chalkify / lower_env1.stderr
1 error: program clause dump
2   --> $DIR/lower_env1.rs:6:1
3    |
4 LL | #[rustc_dump_program_clauses]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: forall<Self> { FromEnv(Self: Foo) :- FromEnv(Self: Bar). }
8    = note: forall<Self> { Implemented(Self: Bar) :- FromEnv(Self: Bar). }
9    = note: forall<Self> { WellFormed(Self: Bar) :- Implemented(Self: Bar), WellFormed(Self: Foo). }
10
11 error: program clause dump
12   --> $DIR/lower_env1.rs:9:1
13    |
14 LL | #[rustc_dump_env_program_clauses]
15    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16    |
17    = note: forall<Self> { FromEnv(Self: Foo) :- FromEnv(Self: Bar). }
18    = note: forall<Self> { Implemented(Self: Bar) :- FromEnv(Self: Bar). }
19    = note: forall<Self> { Implemented(Self: Foo) :- FromEnv(Self: Foo). }
20
21 error: aborting due to 2 previous errors
22