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
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),