diff --git a/ci/verify-build.sh b/ci/verify-build.sh index 50f3e3b88cde..1f8e2ad12932 100755 --- a/ci/verify-build.sh +++ b/ci/verify-build.sh @@ -68,6 +68,7 @@ test_target() { # Test again without default features, i.e. without "std" $cmd --no-default-features $cmd --no-default-features --features extra_traits + $cmd --no-default-features --features rustc-dep-of-std # For tier 2 freebsd targets, check with the different versions we support # if on nightly or stable