blob: 0f4c6e83fbe70e825e0afc5be18f27636bc25c74 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0275]: overflow assigning `_` to `Option<_>`
--> $DIR/issue-84073.rs:32:27
|
LL | Race::new(|race| race.when());
| ^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.
|