Skip to content

Commit d3323fe

Browse files
committed
Test rustc tests with unstable features disabled
1 parent 7762c7a commit d3323fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
./y.rs build
4+
./y.rs build --no-unstable-features
55
source scripts/config.sh
66

77
echo "[SETUP] Rust fork"

0 commit comments

Comments
 (0)