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