Test rustc tests with unstable features disabled

This commit is contained in:
bjorn3 2021-12-26 14:10:30 +01:00
parent 7762c7a75e
commit d3323fe685
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
./y.rs build ./y.rs build --no-unstable-features
source scripts/config.sh source scripts/config.sh
echo "[SETUP] Rust fork" echo "[SETUP] Rust fork"