compiletest: crashes tests should mention COMPILETEST_VERBOSE_CRASHES
if no longer crashes
#130776
Labels
A-compiletest
Area: The compiletest test runner
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
E.g. if a test doesn't have a
main
fn it can prevent the test from ICEing because ICEing codepath might not yet be reached before compilation is aborted. In this case, the stderr should be printed to help the person figure out that "I forgor to annotate crate type" is the cause.The text was updated successfully, but these errors were encountered: