mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 04:16:07 +00:00
Mention `env!` in `option_env!`'s docs `env!` mentions that there is an alternative that returns an `Option<...>` instead of emitting a compile error. Now `option_env!` also mentions that there is an alternative that emits a compile error instead of returning an `Option<...>`.