diff options
| author | Bennet Bleßmann <bb-github@t-online.de> | 2025-04-06 15:10:23 +0200 |
|---|---|---|
| committer | Bennet Bleßmann <3877590+Skgland@users.noreply.github.com> | 2025-04-06 21:41:47 +0200 |
| commit | 6dfb29624cf2fd1b6d2f31e6321bcef5e4a4a84e (patch) | |
| tree | 555d0bd820994a88529ea2ebde76eaad35efffa8 /compiler/rustc_feature/src | |
| parent | 51b51b51d7931da85280382a81c4dd80c73ca754 (diff) | |
| download | rust-6dfb29624cf2fd1b6d2f31e6321bcef5e4a4a84e.tar.gz rust-6dfb29624cf2fd1b6d2f31e6321bcef5e4a4a84e.zip | |
update docs
- src\doc\nomicon\src\ffi.md should also have its ABI list updated
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 710e129b609..77d8965602c 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -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), |
