-
Couldn't load subscription status.
- Fork 13.9k
Move zkVM constants into sys::env_consts
#140141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I missed this in rust-lang#139868. Its `mod` declaration was removed, but the contents were not moved.
|
@flaub @jbruestle @SchmErik I think the |
|
We don't directly rely on any of these values, so I think it being empty as before is probably fine. |
|
WASM and SGX both also don't have a value for |
|
Fair enough. |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#136083 (Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc) - rust-lang#138282 (Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions`) - rust-lang#139700 (Autodiff flags) - rust-lang#140139 (rustc_target: Adjust RISC-V feature implication) - rust-lang#140141 (Move zkVM constants into `sys::env_consts`) - rust-lang#140150 (fix MAX_EXP and MIN_EXP docs) - rust-lang#140172 (Make algebraic functions into `const fn` items.) - rust-lang#140191 (Remove git repository from git config) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#140141 - thaliaarchi:env-consts/zkvm, r=joboet Move zkVM constants into `sys::env_consts` I missed this in rust-lang#139868. Its `mod` declaration was removed, but the contents were not moved. r? joboet
Move zkVM constants into `sys::env_consts` I missed this in rust-lang#139868. Its `mod` declaration was removed, but the contents were not moved. r? joboet
I missed this in #139868. Its
moddeclaration was removed, but the contents were not moved.r? joboet