]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38923 - petrochenkov:scheck, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 9 Jan 2017 08:58:28 +0000 (08:58 +0000)
committerbors <bors@rust-lang.org>
Mon, 9 Jan 2017 08:58:28 +0000 (08:58 +0000)
commit6e18e629c29ae4f94c0a16fa2d5259550b0d5e39
tree9a07bc317867ced966cbfc31206f2190cc18ec69
parent7aab3d38a07a89663d1e35f1fd86d7b4659dcef2
parent39e1a7e99e3ed21df2eb1fe20116266ef5c53411
Auto merge of #38923 - petrochenkov:scheck, r=alexcrichton

Avoid large number of stage 0 warnings about --no-stack-check

```
....

rustc: x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd
warning: the --no-stack-check flag is deprecated and does nothing

rustc: x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/libgetopts
warning: the --no-stack-check flag is deprecated and does nothing

rustc: x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/libterm
warning: the --no-stack-check flag is deprecated and does nothing

rustc: x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/liblog
warning: the --no-stack-check flag is deprecated and does nothing

....
```

r? @alexcrichton