about summary refs log tree commit diff
path: root/library/std/src/sys/env_consts.rs
AgeCommit message (Collapse)AuthorLines
2025-04-21Move zkVM constants into `sys::env_consts`Thalia Archibald-0/+11
I missed this in #139868. Its `mod` declaration was removed, but the contents were not moved.
2025-04-18Handle unsupported fallbackThalia Archibald-1/+28
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-0/+377