We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0772027 commit 798957bCopy full SHA for 798957b
.envrc
@@ -1 +1,6 @@
1
use flake
2
+
3
+toolchain_path="./.cargo/rust-toolchain.toml"
4
+if rg -q "nightly" "$toolchain_path"; then
5
+ export RUSTFLAGS="$RUSTFLAGS -C link-arg=-fuse-ld=mold --cfg tokio_unstable -Z threads=8 -Z track-diagnostics"
6
+fi
0 commit comments