./x.py test does not explain why a #[should_panic] test failed #111825
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When an stdlib
#[should_panic]
test does not actually panic,./x.py test
fails but gives no explanation as to why, even with-vv
:The instructions at the end also don't work,
./x.py test
doesn't have-p
or--test
parameters.The text was updated successfully, but these errors were encountered: