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

15 lines
438 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: OK
--> $DIR/dep-graph-caller-callee.rs:30:5
|
LL | #[rustc_then_this_would_need(TypeckTables)] //~ ERROR OK
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: no path from `x::x` to `TypeckTables`
--> $DIR/dep-graph-caller-callee.rs:41:5
|
LL | #[rustc_then_this_would_need(TypeckTables)] //~ ERROR no path
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors