correct template for #[align]

it should not suggest just `#[align]`
This commit is contained in:
Folkert de Vries
2025-06-19 12:40:50 +02:00
parent 8a65ee0829
commit eefd598725
6 changed files with 35 additions and 33 deletions

View File

@@ -510,7 +510,7 @@ declare_features! (
(unstable, ffi_pure, "1.45.0", Some(58329)),
/// Controlling the behavior of fmt::Debug
(unstable, fmt_debug, "1.82.0", Some(129709)),
/// Allows using `#[repr(align(...))]` on function items
/// Allows using `#[align(...)]` on function items
(unstable, fn_align, "1.53.0", Some(82232)),
/// Support delegating implementation of functions to other already implemented functions.
(incomplete, fn_delegation, "1.76.0", Some(118212)),