<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-make/staticlib-blank-lib/foo.rs, branch 1.24.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.24.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.24.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-04-14T15:30:31+00:00</updated>
<entry>
<title>Use new attribute syntax in python files in src/etc too (#13478)</title>
<updated>2014-04-14T15:30:31+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2014-04-14T15:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=713e87526eac42aa9879e7cfb556ea64d63e7a91'/>
<id>urn:sha1:713e87526eac42aa9879e7cfb556ea64d63e7a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix staticlib outputs linking to blank archives</title>
<updated>2014-02-19T00:07:09+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-19T00:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2eacc729e245972c3e162f144c0c4ef38c191146'/>
<id>urn:sha1:2eacc729e245972c3e162f144c0c4ef38c191146</id>
<content type='text'>
When creating a staticlib, it unzips all static archives it finds and then
inserts the files manually into the output file. This process is done through
`ar`, and `ar` doesn't like if you specify you want to add files and you don't
give it any files.

This case arose whenever you linked to an archive that didn't have any contents
or all of the contents were filtered out. This just involved ignoring the case
where the number of inputs we have is 0, because we don't have any files to add
anyway.
</content>
</entry>
</feed>
