rust/tests/ui/dep-graph/dep-graph-caller-callee.stderr

15 lines
374 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: OK
--> $DIR/dep-graph-caller-callee.rs:21:5
2018-08-08 07:28:26 -05:00
|
2020-07-17 03:47:04 -05:00
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: no path from `x` to `typeck`
--> $DIR/dep-graph-caller-callee.rs:32:5
2018-08-08 07:28:26 -05:00
|
2020-07-17 03:47:04 -05:00
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 2 previous errors