mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
e49a1470ba
It appears identically as a closure in two functions. Also change its return type from `bool` to `Option<()>` so it can be used with `?`.