Auto merge of #2315 - alexcrichton:decode-some-signals, r=brson
authorbors <bors@rust-lang.org>
Fri, 5 Feb 2016 21:29:28 +0000 (21:29 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Feb 2016 21:29:28 +0000 (21:29 +0000)
Instead of text that looks like

    Process failed (signal: 11)

the text now looks like:

    Process failed (signal: 11, SIGSEGV: invalid memory reference)

Closes #2315

1  2 
src/cargo/util/errors.rs

Simple merge