]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 14 Oct 2013 14:26:47 +0000 (07:26 -0700)
committerbors <bors@rust-lang.org>
Mon, 14 Oct 2013 14:26:47 +0000 (07:26 -0700)
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.


Trivial merge