We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
panic_abort_doc_tests
1 parent c2ec753 commit 45538e0Copy full SHA for 45538e0
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -26,6 +26,5 @@ ENV RUST_CONFIGURE_ARGS \
26
--enable-sanitizers \
27
--enable-profiler \
28
--enable-compiler-docs
29
-# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
30
ENV SCRIPT python3 ../x.py --stage 2 test && \
31
- python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
+ python3 ../x.py --stage 2 test src/tools/cargo
0 commit comments