rust/library/core
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
..
benches Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
src Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-errors 2024-10-15 05:11:36 +02:00
tests Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 2024-10-14 06:04:29 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00