]> git.lizzy.rs Git - rust.git/commit
auto merge of #9804 : alexcrichton/rust/always-anon-extern, r=brson
authorbors <bors@rust-lang.org>
Fri, 11 Oct 2013 04:31:21 +0000 (21:31 -0700)
committerbors <bors@rust-lang.org>
Fri, 11 Oct 2013 04:31:21 +0000 (21:31 -0700)
commite5fc0ca6dcc748d1534367343489ff6251afb4b2
tree20d1a65419c71c75b031d5a5e686dba7c0e79726
parent0daced63fc1a4f153e77c55cb6c1a2d02d3bb6bd
parentb70306158ff41706e08c691596087502ba40f635
auto merge of #9804 : alexcrichton/rust/always-anon-extern, r=brson

There's currently a fair amount of code which is being ignored on unnamed blocks
(which are the default now), and I opted to leave it commented out for now. I
intend on very soon revisiting on how we perform linking with extern crates in
an effort to support static linking.