]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14472 : huonw/rust/native-lib-warnings, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 29 May 2014 07:16:41 +0000 (00:16 -0700)
committerbors <bors@rust-lang.org>
Thu, 29 May 2014 07:16:41 +0000 (00:16 -0700)
rustc: clarify warning about native deps for a staticlib.

This adjusts the "unlinked native library" warning one receives when
compiling with `crate_type="staticlib"`. The warning is just trying to
tell the user that they need to link against these libraries, but the
old text wasn't making this obvious, the new text says this explicitly.

1  2 
src/librustc/back/link.rs

Simple merge