]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-caller-callee.stderr
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / dep-graph / dep-graph-caller-callee.stderr
1 error: OK
2   --> $DIR/dep-graph-caller-callee.rs:21:5
3    |
4 LL |     #[rustc_then_this_would_need(typeck)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: no path from `x` to `typeck`
8   --> $DIR/dep-graph-caller-callee.rs:32:5
9    |
10 LL |     #[rustc_then_this_would_need(typeck)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14