]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr
Rollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
[rust.git] / src / test / ui / dep-graph / dep-graph-trait-impl-two-traits-same-method.stderr
1 error: OK
2   --> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:33:5
3    |
4 LL |     #[rustc_then_this_would_need(typeck)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: no path from `x::<impl Foo for u32>` to `typeck`
8   --> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:42:5
9    |
10 LL |     #[rustc_then_this_would_need(typeck)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14