]> git.lizzy.rs Git - rust.git/commit
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)
commitc8e77d5586aed50821e0b9361b2e24c96ade816c
treefe5ccc6b0b4ccbbd70cf48925e22cccf3d3c0a72
parentb571039021e031888cea4e0b53d8f9b4e81c6d31
parent309ab958e6cf78caf188f6dcbf9ce35d9ba62468
auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichton

They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.