mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
16fc6a694c
They've been replaced by putting the name on the extern block.
#[abi = "foo"]
goes to
extern "foo" { }
Closes #9483.