mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +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``
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.