mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Expose the std_detect env_override feature
This commit is contained in:
parent
e846f9c44f
commit
160b93903c
@ -72,6 +72,7 @@ panic_immediate_abort = ["core/panic_immediate_abort"]
|
|||||||
# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml
|
# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml
|
||||||
std_detect_file_io = ["std_detect/std_detect_file_io"]
|
std_detect_file_io = ["std_detect/std_detect_file_io"]
|
||||||
std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
|
std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
|
||||||
|
std_detect_env_override = ["std_detect/std_detect_env_override"]
|
||||||
|
|
||||||
[package.metadata.fortanix-sgx]
|
[package.metadata.fortanix-sgx]
|
||||||
# Maximum possible number of threads when testing
|
# Maximum possible number of threads when testing
|
||||||
|
@ -33,3 +33,4 @@ panic_immediate_abort = ["std/panic_immediate_abort"]
|
|||||||
profiler = ["std/profiler"]
|
profiler = ["std/profiler"]
|
||||||
std_detect_file_io = ["std/std_detect_file_io"]
|
std_detect_file_io = ["std/std_detect_file_io"]
|
||||||
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]
|
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]
|
||||||
|
std_detect_env_override = ["std/std_detect_env_override"]
|
||||||
|
Loading…
Reference in New Issue
Block a user