mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
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`.
|