diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-26 14:10:30 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-26 14:10:30 +0100 |
| commit | d3323fe685c65a3183d90ff609d1210ee96357d7 (patch) | |
| tree | edac025447b103ffbe4649894069cf9a332478bd | |
| parent | 7762c7a75e59a1629a0cc7588c2eae4c7528defb (diff) | |
| download | rust-d3323fe685c65a3183d90ff609d1210ee96357d7.tar.gz rust-d3323fe685c65a3183d90ff609d1210ee96357d7.zip | |
Test rustc tests with unstable features disabled
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
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" |
