blob: 3d968aa3ea68a79676bc993b6995eebe459228b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: OK
--> $DIR/dep-graph-caller-callee.rs:20:5
|
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: no path from `x` to `typeck`
--> $DIR/dep-graph-caller-callee.rs:31:5
|
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
|