summary refs log tree commit diff
path: root/src/test/ui/issue-32709.stderr
blob: 8da4be2ba2bb1b0cfa33c0495149ee5bf1e79b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0277]: the trait bound `(): std::convert::From<{integer}>` is not satisfied
  --> $DIR/issue-32709.rs:14:5
   |
LL |     Err(5)?; //~ ERROR 14:5: 14:12
   |     ^^^^^^^ the trait `std::convert::From<{integer}>` is not implemented for `()`
   |
   = note: required by `std::convert::From::from`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.