Closed
Description
The build.rs
of mach-test
in the mach
crate commit fitzgen/mach@d31c809 crashes on MacOS X with a stack overflow when xcode
6.4 is used. This used to work, but is now failing on nightly, so this stack overflow is a regression. I don't have access to a MacOSX system with xcode 6.4 but travis reproduces this reliably. The PR in mach that works around this is: fitzgen/mach#49