]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-caller-callee.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / dep-graph / dep-graph-caller-callee.stderr
1 error: OK
2   --> $DIR/dep-graph-caller-callee.rs:20:5
3    |
4 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: no path from `x::x` to `typeck_tables_of`
8   --> $DIR/dep-graph-caller-callee.rs:31:5
9    |
10 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14