Files
rust/src/libsyntax
Steve Klabnik 16fc6a694c Remove unused abi attributes.
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.
2013-10-14 13:10:36 +02:00
..
2013-10-14 13:10:36 +02:00
2013-09-30 23:21:19 -07:00
2013-10-10 18:04:58 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00