]> git.proxmox.com Git - rustc.git/blob - src/test/ui/dep-graph/dep-graph-caller-callee.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.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)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: no path from `x` to `typeck`
8 --> $DIR/dep-graph-caller-callee.rs:31:5
9 |
10 LL | #[rustc_then_this_would_need(typeck)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14