Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis

Stack overflow detection does not currently work with MUSL, so this test needs
to be disabled.
This commit is contained in:
bors 2015-05-04 00:31:09 +00:00
commit ce1150b9f0

View File

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-android: FIXME (#20004)
// ignore-musl
#![feature(asm)]