blob: de041e600672d47b8050ee5482ad56e187686efe (
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_tables_of)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: no path from `x::x` to `typeck_tables_of`
--> $DIR/dep-graph-caller-callee.rs:31:5
|
LL | #[rustc_then_this_would_need(typeck_tables_of)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
|