From: bors Date: Thu, 3 Nov 2016 00:21:23 +0000 (-0700) Subject: Auto merge of #3175 - alexcrichton:bench-abort, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb524b7759195fbed7756d345eefeaa076844c18;p=cargo.git Auto merge of #3175 - alexcrichton:bench-abort, r=brson Ignore `panic` configuration for test/bench profiles Both of these profiles link to libtest, so it's invalid to configure them with `panic="abort"`. To prevent confusing errors just ignore the configuration for now. Closes #3166 --- cb524b7759195fbed7756d345eefeaa076844c18