mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 18:43:38 +00:00
f7b834831f
Example code: ``` fn opts() -> Option<String> { let s: Option<String> = Some(String::new()); Some(s?) // this can just be "s" } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |