mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:55:57 +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.