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
Compiling hello-world v0.1.0 (hello-world)
Finished dev [unoptimized + debuginfo] target(s) in 0.37s
Running target/debug/deps/hello-world-4720fc1f96669b3c
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Doc-tests aaa
running 1 test
test src/lib.rs - (line 1) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
rc=0
cargo test --doc --target x86_64-unknown-linux-musl; echo rc=$?
Compiling hello-world v0.1.0 (hello-world)
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
rc=0
The text was updated successfully, but these errors were encountered:
WildCryptoFox
changed the title
cargo doc silently fails with --target x86_64-unknown-linux-musl
cargo test --doc silently fails with --target x86_64-unknown-linux-musl
Feb 2, 2019
src.rs
cargo test --doc; echo rc=$?
cargo test --doc --target x86_64-unknown-linux-musl; echo rc=$?
The text was updated successfully, but these errors were encountered: