]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-trait-impl.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / dep-graph / dep-graph-trait-impl.stderr
1 error: OK
2   --> $DIR/dep-graph-trait-impl.rs:27:5
3    |
4 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: OK
8   --> $DIR/dep-graph-trait-impl.rs:32:5
9    |
10 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: OK
14   --> $DIR/dep-graph-trait-impl.rs:37:5
15    |
16 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
17    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 error: OK
20   --> $DIR/dep-graph-trait-impl.rs:42:5
21    |
22 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
23    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: no path from `x::<impl Foo for char>` to `typeck_tables_of`
26   --> $DIR/dep-graph-trait-impl.rs:55:5
27    |
28 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
29    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
31 error: aborting due to 5 previous errors
32