]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37974 - japaric:abort, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 25 Nov 2016 01:03:07 +0000 (19:03 -0600)
committerGitHub <noreply@github.com>
Fri, 25 Nov 2016 01:03:07 +0000 (19:03 -0600)
commit2e7176f98bf64c3644408cec40c4b2541d96148e
treec49aad0c7e5642ac3fee0809b3586c2db7b484a2
parentd9bdc636da951314064d8c3442bc5842a13e5b79
parentba07a1b58d72fb460734014f5d314a206dad7359
Auto merge of #37974 - japaric:abort, r=alexcrichton

std: make compilation of libpanic_unwind optional via a Cargo feature

with this feature disabled, you can (Cargo) compile std with
"panic=abort"

rustbuild will build std with this feature enabled, to maintain the
status quo

fixes #37252

r? @alexcrichton