mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
error: OK
|
|
--> $DIR/dep-graph-caller-callee.rs:21:5
|
|
|
|
|
LL | #[rustc_then_this_would_need(typeck)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: no path from `x` to `typeck`
|
|
--> $DIR/dep-graph-caller-callee.rs:32:5
|
|
|
|
|
LL | #[rustc_then_this_would_need(typeck)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|