#!/bin/bash set -e ./y.rs build --no-unstable-features source scripts/config.sh echo "[SETUP] Rust fork" git clone https://github.com/rust-lang/rust.git || true pushd rust git fetch git checkout -- . git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')" git apply - <( cfg: Option<&str>, ) -> test::TestDesc { let mut ignore = false; #[cfg(not(bootstrap))] - let ignore_message: Option = None; + let ignore_message: Option<&str> = None; let mut should_fail = false; let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some(); EOF cat > config.toml <