2018-08-08 07:28:26 -05:00
|
|
|
error: OK
|
2021-09-19 11:57:19 -05:00
|
|
|
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:33: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
|
|
|
|
2020-07-17 03:47:04 -05:00
|
|
|
error: no path from `x::<impl Foo for u32>` to `typeck`
|
2021-09-19 11:57:19 -05:00
|
|
|
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:42: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
|
|
|
|
|