about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-26 14:10:30 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-26 14:10:30 +0100
commitd3323fe685c65a3183d90ff609d1210ee96357d7 (patch)
treeedac025447b103ffbe4649894069cf9a332478bd
parent7762c7a75e59a1629a0cc7588c2eae4c7528defb (diff)
downloadrust-d3323fe685c65a3183d90ff609d1210ee96357d7.tar.gz
rust-d3323fe685c65a3183d90ff609d1210ee96357d7.zip
Test rustc tests with unstable features disabled
-rw-r--r--scripts/setup_rust_fork.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh
index 46c3b5b7f11..73600faa1e9 100644
--- a/scripts/setup_rust_fork.sh
+++ b/scripts/setup_rust_fork.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 
-./y.rs build
+./y.rs build --no-unstable-features
 source scripts/config.sh
 
 echo "[SETUP] Rust fork"