You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I compile with xargo I get error[E0432]: unresolved import core.
I don't want to explicitly import core because that will break the regular cargo build (cargo: the name coreis defined multiple times)
Hi,
When I compile with xargo I get
error[E0432]: unresolved import core
.I don't want to explicitly import core because that will break the regular cargo build (cargo:
the name
coreis defined multiple times
)I'm running
RUST_TARGET_PATH=`pwd` xargo build --target x86_64-unknown-linux-sgx --release
x86_64-unknown-linux-sgx.json:
Xargo.toml:
The text was updated successfully, but these errors were encountered: