$ xargo build --target x86_64-fortanix-unknown-sgx
Compiling core v0.0.0 (/home/jethro/.rustup/toolchains/9fe5cb5342244a716055fa0162e795deabd4985c/lib/rustlib/src/rust/src/libcore)
Finished release [optimized] target(s) in 22.12s
error: failed to load source for a dependency on `compiler_builtins`
Caused by:
Unable to update /home/jethro/.rustup/toolchains/9fe5cb5342244a716055fa0162e795deabd4985c/lib/rustlib/src/rust/src/libcompiler_builtins
Caused by:
failed to read `/home/jethro/.rustup/toolchains/9fe5cb5342244a716055fa0162e795deabd4985c/lib/rustlib/src/rust/src/libcompiler_builtins/Cargo.toml`
Caused by:
No such file or directory (os error 2)
error: `"cargo" "build" "--release" "--manifest-path" "/tmp/xargo.MmX2uglNXWpA/Cargo.toml" "--target" "x86_64-fortanix-unknown-sgx" "-p" "compiler_builtins"` failed with exit code: Some(101)
note: run with `RUST_BACKTRACE=1` for a backtrace
``
Once a new nightly is produced, xargo will stop working because of rust-lang/rust#56092 . You can already see this behavior when using https://github.com/kennytm/rustup-toolchain-install-master