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
$ cargo 3ds test --doc -Zdoctest-xcompile No pre-build std found, using build-std error: Can't skip running doc tests with --no-run
We can probably work around this in cargo-3ds somehow since this still seems to work: cargo test -vvv -Zdoctest-xcompile -Zbuild-std --target armv6k-nintendo-3ds --doc.
See also rustdoc: Tracking issue for --no-run rust-lang/rust#87022
--no-run
is not supported byrustdoc
/cargo
:cargo-3ds
somehow since this still seems to work:cargo test -vvv -Zdoctest-xcompile -Zbuild-std --target armv6k-nintendo-3ds --doc
.See also rustdoc: Tracking issue for
--no-run
rust-lang/rust#87022Originally posted by @ian-h-chamberlain in rust3ds/ctru-rs#106 (comment)
The text was updated successfully, but these errors were encountered: