Skip to content

Commit 84b0c2f

Browse files
committed
Fix the build with the stable toolchain
1 parent b3d5dd2 commit 84b0c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> test::TestDescAndFn
259259
ignore: early_props.ignore,
260260
should_panic: should_panic,
261261
allow_fail: false,
262+
#[cfg(not(feature = "stable"))]
262263
test_type: test::TestType::IntegrationTest,
263264
},
264265
testfn: make_test_closure(config, testpaths),

0 commit comments

Comments
 (0)