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.
rustc-dep-of-std
1 parent 4ca22fa commit 96db1f4Copy full SHA for 96db1f4
ci/verify-build.sh
@@ -70,6 +70,11 @@ test_target() {
70
$cmd --no-default-features
71
$cmd --no-default-features --features extra_traits
72
73
+ # Ensure the crate will build when used with `std`
74
+ if [ "$rust" = "nightly" ]; then
75
+ $cmd --no-default-features --features rustc-dep-of-std
76
+ fi
77
+
78
# For tier 2 freebsd targets, check with the different versions we support
79
# if on nightly or stable
80
case "$rust-$target" in
0 commit comments