rust/tests/ui/impl-trait/issues/issue-84073.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
275 B
Plaintext
Raw Normal View History

error[E0275]: overflow assigning `_` to `Option<_>`
--> $DIR/issue-84073.rs:32:27
2022-02-17 13:55:58 +00:00
|
LL | Race::new(|race| race.when());
| ^^^^
2022-02-17 13:55:58 +00:00
error: aborting due to 1 previous error
2022-02-17 13:55:58 +00:00
For more information about this error, try `rustc --explain E0275`.