2024-04-05 22:00:43 -04:00
|
|
|
error[E0275]: overflow assigning `_` to `Option<_>`
|
2024-03-10 19:43:20 -04:00
|
|
|
--> $DIR/issue-84073.rs:32:27
|
2022-02-17 13:55:58 +00:00
|
|
|
|
|
|
|
|
LL | Race::new(|race| race.when());
|
2024-04-05 22:00:43 -04:00
|
|
|
| ^^^^
|
2022-02-17 13:55:58 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-02-17 13:55:58 +00:00
|
|
|
|
2024-04-05 22:00:43 -04:00
|
|
|
For more information about this error, try `rustc --explain E0275`.
|