rust/tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
434 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: OK
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:33:5
2018-08-08 12:28:26 +00:00
|
2020-07-17 08:47:04 +00:00
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
2020-07-17 08:47:04 +00:00
error: no path from `x::<impl Foo for u32>` to `typeck`
--> $DIR/dep-graph-trait-impl-two-traits-same-method.rs:42:5
2018-08-08 12:28:26 +00:00
|
2020-07-17 08:47:04 +00:00
LL | #[rustc_then_this_would_need(typeck)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: aborting due to 2 previous errors