blob: 877a056019f67bb2d33dcd74b4fbdbe1af8ea577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: OK
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:42:5
|
LL | #[rustc_then_this_would_need(TypeckTables)] //~ ERROR OK
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: no path from `x::<impl Foo for u32>` to `TypeckTables`
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:51:5
|
LL | #[rustc_then_this_would_need(TypeckTables)] //~ ERROR no path
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
|