]> git.lizzy.rs Git - rust.git/commit
rustc: clarify warning about native deps for a staticlib.
authorHuon Wilson <dbau.pp+github@gmail.com>
Tue, 27 May 2014 22:49:07 +0000 (08:49 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Tue, 27 May 2014 23:03:51 +0000 (09:03 +1000)
commita167caf1061ea81cb946ff4be2ca31cc1bc98310
treed2c66fe78dcc96e59b90d22c5dadf1565810c57c
parent746d086f9322d24fa7b389dd911e204ca35012ae
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.
src/librustc/back/link.rs