We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137bd77 commit 250a638Copy full SHA for 250a638
src/lib.rs
@@ -98,6 +98,8 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
98
test::TestOpts {
99
filter: config.filter.clone(),
100
filter_exact: config.filter_exact,
101
+ #[cfg(not(feature = "stable"))]
102
+ exclude_should_panic: false,
103
run_ignored: if config.run_ignored { test::RunIgnored::Yes } else { test::RunIgnored::No },
104
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
105
logfile: config.logfile.clone(),
0 commit comments