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.
1 parent 883971f commit 31c167bCopy full SHA for 31c167b
.github/workflows/test_rust.yml
@@ -65,7 +65,7 @@ jobs:
65
# Based on: https://github.com/dtolnay/linkme/pull/88
66
- name: Disable rust-lld
67
if: matrix.rust_version == 'nightly'
68
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=web_sys_unstable_apis\ -Zlinker-features=-lld >> $GITHUB_ENV
69
70
- name: Cache Cargo output
71
uses: Swatinem/rust-cache@v2
0 commit comments