mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:46:28 +00:00
Fix bug where `option_env!` would return `None` when env var is present but not valid Unicode Fixes #122669 by making `option_env!` emit an error when the value of the environment variable is not valid Unicode.