Skip to content

Commit

Permalink
Std lib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avanhatt committed Aug 18, 2021
1 parent 34b92bb commit 716b351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/std-lib-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cd /tmp
if [ -d StdLibTest ]; then rm -rf StdLibTest; fi
cargo new StdLibTest
cd StdLibTest
rustup component add rust-src --toolchain nightly > /dev/null 2>&1
RUSTFLAGS="-Z trim-diagnostic-paths=no -Z codegen-backend=gotoc --cfg=rmc" RUSTC=rmc-rustc cargo +nightly build -Z build-std --target x86_64-unknown-linux-gnu 2> $STD_LIB_LOG

# For now, we expect a linker error, but no modules should fail with a compiler
Expand Down

0 comments on commit 716b351

Please sign in to comment.