Skip to content
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

process module not found #402

Open
4ncly opened this issue Aug 15, 2022 · 0 comments
Open

process module not found #402

4ncly opened this issue Aug 15, 2022 · 0 comments

Comments

@4ncly
Copy link

4ncly commented Aug 15, 2022

proc-macro2-1.0.43 git:(master) ✗ cargo b --release
Compiling proc-macro2 v1.0.43 (/root/sgx/exp/lib/proc-macro2-1.0.43)
error[E0432]: unresolved imports std::process, std::process
--> build.rs:59:10
|
59 | use std::process::{self, Command};
| ^^^^^^^ ^^^^ no process in the root
| |
| could not find process in std

when i want to move proc-macro2 to Rust SGX, and i find an error in build.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant