]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-32709.stderr
Rollup merge of #53311 - RalfJung:windows-mutex, r=retep998
[rust.git] / src / test / ui / issues / issue-32709.stderr
1 error[E0277]: the trait bound `(): std::convert::From<{integer}>` is not satisfied
2   --> $DIR/issue-32709.rs:14:5
3    |
4 LL |     Err(5)?; //~ ERROR 14:5: 14:12
5    |     ^^^^^^^ the trait `std::convert::From<{integer}>` is not implemented for `()`
6    |
7    = note: required by `std::convert::From::from`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.