]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 24 Feb 2016 07:21:44 +0000 (07:21 +0000)
committerbors <bors@rust-lang.org>
Wed, 24 Feb 2016 07:21:44 +0000 (07:21 +0000)
I am not entirely sure I have got everything right, but if it compiles it is ok probably...
I tested it with msvc x86_64 and gnu.

Somehow a lot of `EXCEPTION-*` constants are dead code when running test, no idea why.
I have put `#![cfg_attr(test, allow(dead_code))]` at the top for this.


Trivial merge