We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as-if-std
1 parent 52b94f9 commit 24677dcCopy full SHA for 24677dc
.github/workflows/main.yml
@@ -137,8 +137,11 @@ jobs:
137
138
# Test that including as a submodule will still work, both with and without
139
# the `backtrace` feature enabled.
140
+ # Building as if part of std requires nightly features to be available
141
- run: cargo build --manifest-path crates/as-if-std/Cargo.toml
142
+ if: matrix.rust == 'nightly'
143
- run: cargo build --manifest-path crates/as-if-std/Cargo.toml --no-default-features
144
145
146
windows_arm64:
147
name: Windows AArch64
0 commit comments