]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/issue-67651.stderr
Rollup merge of #71627 - ldm0:autoderefarg, r=Dylan-DPC
[rust.git] / src / test / ui / async-await / issue-67651.stderr
1 error[E0119]: conflicting implementations of trait `From` for type `()`:
2   --> $DIR/issue-67651.rs:11:1
3    |
4 LL | impl From for () {
5    | ---------------- first implementation here
6 ...
7 LL | impl From for () {
8    | ^^^^^^^^^^^^^^^^ conflicting implementation for `()`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0119`.