2019-03-29 16:05:40 +00:00
|
|
|
error: no path from `x::<impl Foo for char>` to `typeck_tables_of`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/dep-graph-trait-impl-two-traits.rs:31:5
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-29 16:05:40 +00:00
|
|
|
LL | #[rustc_then_this_would_need(typeck_tables_of)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 12:28:26 +00:00
|
|
|
|
2019-03-29 16:05:40 +00:00
|
|
|
error: no path from `x::<impl Foo for char>` to `typeck_tables_of`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/dep-graph-trait-impl-two-traits.rs:40:5
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-29 16:05:40 +00:00
|
|
|
LL | #[rustc_then_this_would_need(typeck_tables_of)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|