rust/compiler/rustc_builtin_macros
Matthias Krüger 6d9999662c
Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-errors
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.
2024-10-15 05:11:36 +02:00
..
src Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-errors 2024-10-15 05:11:36 +02:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix 2024-10-07 11:10:52 -07:00