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.
2 parents 7e7ddd4 + 250a638 commit 3c92747Copy full SHA for 3c92747
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