]> git.lizzy.rs Git - rust.git/blob - tests/ui/async-await/issue-67651.stderr
Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=compiler...
[rust.git] / tests / 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`.