rust/src/test/ui/dep-graph/dep-graph-caller-callee.stderr

15 lines
427 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: OK
2018-12-25 09:56:47 -06:00
--> $DIR/dep-graph-caller-callee.rs:20:5
2018-08-08 07:28:26 -05:00
|
2019-03-29 11:05:40 -05:00
LL | #[rustc_then_this_would_need(typeck_tables_of)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
2019-03-29 11:05:40 -05:00
error: no path from `x::x` to `typeck_tables_of`
2018-12-25 09:56:47 -06:00
--> $DIR/dep-graph-caller-callee.rs:31:5
2018-08-08 07:28:26 -05:00
|
2019-03-29 11:05:40 -05:00
LL | #[rustc_then_this_would_need(typeck_tables_of)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 2 previous errors