1
Fork 0

add naked_functions_target_feature unstable feature

This commit is contained in:
Folkert de Vries 2025-03-16 21:14:41 +01:00
parent 8b87fefd76
commit c26142697c
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 67 additions and 8 deletions

View file

@ -568,6 +568,8 @@ declare_features! (
(incomplete, mut_ref, "1.79.0", Some(123076)),
/// Allows using `#[naked]` on functions.
(unstable, naked_functions, "1.9.0", Some(90957)),
/// Allows using `#[target_feature(enable = "...")]` on `#[naked]` on functions.
(unstable, naked_functions_target_feature, "1.86.0", Some(138568)),
/// Allows specifying the as-needed link modifier
(unstable, native_link_modifiers_as_needed, "1.53.0", Some(81490)),
/// Allow negative trait implementations.