summary refs log tree commit diff
path: root/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr
blob: 3384fd7b4acf570583964d1d6069a36971fed979 (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:32:5
   |
LL |     #[rustc_then_this_would_need(typeck_tables_of)]
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: no path from `x::<impl Foo for u32>` to `typeck_tables_of`
  --> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:41:5
   |
LL |     #[rustc_then_this_would_need(typeck_tables_of)]
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors