stefson opened Issue #1302:
I've run the tests via:
cargo build -j12 cargo test --all -j12here's the full log: test-failure.zip
I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262
stefson labeled Issue #1302:
I've run the tests via:
cargo build -j12 cargo test --all -j12here's the full log: test-failure.zip
I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262
bjorn3 commented on Issue #1302:
It looks like that is a doc-test. Adding
# extern crate std;
to all doc-tests in those crates should fix this.
philipc commented on Issue #1302:
While it prints failure, it doesn't actually exit with an error code does it? This is probably https://github.com/rust-lang/rust/issues/54010, and can be ignored.
alexcrichton transferred Issue #1302:
I've run the tests via:
cargo build -j12 cargo test --all -j12here's the full log: test-failure.zip
I wonder if this is related to https://github.com/bytecodealliance/cranelift/pull/1262
Last updated: Nov 22 2024 at 16:03 UTC