This is a tracking issue for the `--exclude-should-panic` flag of libtest. This prevents tests annotated with the `should_panic` attribute from running. Implementation: #58689 ### Unresolved Questions - [ ] Is this useful for anyone? It was added for miri, but as of https://github.com/rust-lang/miri/pull/1104, it appears miri no longer needs it.
This is a tracking issue for the
--exclude-should-panicflag of libtest.This prevents tests annotated with the
should_panicattribute from running.Implementation: #58689
Unresolved Questions