mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
bc9b313cb5
Port several linking (linkage?) related attributes the new attribute system This ports: - `#[export_stable]` - `#[ffi_const]` - `#[ffi_pure]` - `#[rustc_std_internal_symbol]` Part of rust-lang/rust#131229 r? ``@oli-obk``