about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-07-27 05:50:27 -0700
committerGitHub <noreply@github.com>2016-07-27 05:50:27 -0700
commita373b8437b205cce01a19e7cdef17a50ff7ec84a (patch)
tree761825197c8933c7bfc987ab300837d4a33b9f62 /src/libstd/sys/unix/stack_overflow.rs
parent422ebd5328e485462c675af9304f3b5b86e5b893 (diff)
parentf438801528fd03a12339c843e6d516ca3526e8e1 (diff)
downloadrust-a373b8437b205cce01a19e7cdef17a50ff7ec84a.tar.gz
rust-a373b8437b205cce01a19e7cdef17a50ff7ec84a.zip
Auto merge of #33363 - japaric:target, r=japaric
fix built-in target detection

previously the logic was accepting wrong triples (like
`x86_64_unknown-linux-musl`) as valid ones (like `x86_64-unknown-linux-musl`) if
they contained an underscore instead of a dash.

fixes #33329

---

r? @brson

I wanted to use a compile-fail test at first. But, you can't pass an extra `--target` flag to `rustc` for those because they already call `rustc --target $HOST` so you get a `error: Option 'target' given more than once.`. The run-make test used here works fine though.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions