Skip to content

Commit

Permalink
Temporary fix for rust-lang/rust#53945
Browse files Browse the repository at this point in the history
Fix suggested by Aaron Hill (@Aaron1011) here:
rust-lang/rust#53945 (comment)
  • Loading branch information
PaulGrandperrin committed Oct 5, 2018
1 parent b112b9b commit 44167fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh -ve
export RUST_BACKTRACE=full

# HACK: temporary fix, see https://github.com/rust-lang/rust/issues/53945#issuecomment-426824324
export RUSTFLAGS="-Clink-arg=-fuse-ld=gold"

cargo clean
cargo update

Expand Down

0 comments on commit 44167fe

Please sign in to comment.