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 2b25bd9 commit 37706caCopy full SHA for 37706ca
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
steps:
53
- uses: actions/checkout@v3
54
- uses: dtolnay/rust-toolchain@nightly
55
+ with:
56
+ components: rust-src
57
- name: Enable type layout randomization
58
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
59
- run: cargo test
rust-toolchain.toml
@@ -0,0 +1,2 @@
1
+[toolchain]
2
+components = ["rust-src"]
0 commit comments