Skip to content

Commit 63e1ce2

Browse files
committed
Remove all options to cargo -Zcheck-cfg
They no longer exists: rust-lang/cargo#12845
1 parent 07bb6bf commit 63e1ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
- name: Setup Rust toolchain
334334
run: TOOLCHAIN=nightly sh ./ci/install-rust.sh
335335
- name: Build with check-cfg
336-
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg=features,names,values,output
336+
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg
337337

338338
# These jobs doesn't actually test anything, but they're only used to tell
339339
# bors the build completed, as there is no practical way to detect when a

0 commit comments

Comments
 (0)