1
Fork 0

update docs

- src\doc\nomicon\src\ffi.md should also have its ABI list updated
This commit is contained in:
Bennet Bleßmann 2025-04-06 15:10:23 +02:00 committed by Bennet Bleßmann
parent 51b51b51d7
commit 6dfb29624c
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99
5 changed files with 7 additions and 57 deletions

View file

@ -211,7 +211,7 @@ declare_features! (
(internal, custom_mir, "1.65.0", None),
/// Outputs useful `assert!` messages
(unstable, generic_assert, "1.63.0", None),
/// Allows using the `rust-intrinsic`'s "ABI".
/// Allows using the #[rustc_intrinsic] attribute.
(internal, intrinsics, "1.0.0", None),
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
(internal, lang_items, "1.0.0", None),