Update tracking issue of naked_functions
The original tracking issue was superseded by a new one (constrainted naked functions) and therefore is closed.
This commit is contained in:
parent
1c20462338
commit
86bd81fe83
2 changed files with 3 additions and 3 deletions
|
@ -525,7 +525,7 @@ declare_features! (
|
||||||
/// Allows the `#[must_not_suspend]` attribute.
|
/// Allows the `#[must_not_suspend]` attribute.
|
||||||
(unstable, must_not_suspend, "1.57.0", Some(83310)),
|
(unstable, must_not_suspend, "1.57.0", Some(83310)),
|
||||||
/// Allows using `#[naked]` on functions.
|
/// Allows using `#[naked]` on functions.
|
||||||
(unstable, naked_functions, "1.9.0", Some(32408)),
|
(unstable, naked_functions, "1.9.0", Some(90957)),
|
||||||
/// Allows specifying the as-needed link modifier
|
/// Allows specifying the as-needed link modifier
|
||||||
(unstable, native_link_modifiers_as_needed, "1.53.0", Some(81490)),
|
(unstable, native_link_modifiers_as_needed, "1.53.0", Some(81490)),
|
||||||
/// Allow negative trait implementations.
|
/// Allow negative trait implementations.
|
||||||
|
|
|
@ -4,7 +4,7 @@ error[E0658]: the `#[naked]` attribute is an experimental feature
|
||||||
LL | #[naked]
|
LL | #[naked]
|
||||||
| ^^^^^^^^
|
| ^^^^^^^^
|
||||||
|
|
|
|
||||||
= note: see issue #32408 <https://github.com/rust-lang/rust/issues/32408> for more information
|
= note: see issue #90957 <https://github.com/rust-lang/rust/issues/90957> for more information
|
||||||
= help: add `#![feature(naked_functions)]` to the crate attributes to enable
|
= help: add `#![feature(naked_functions)]` to the crate attributes to enable
|
||||||
|
|
||||||
error[E0658]: the `#[naked]` attribute is an experimental feature
|
error[E0658]: the `#[naked]` attribute is an experimental feature
|
||||||
|
@ -13,7 +13,7 @@ error[E0658]: the `#[naked]` attribute is an experimental feature
|
||||||
LL | #[naked]
|
LL | #[naked]
|
||||||
| ^^^^^^^^
|
| ^^^^^^^^
|
||||||
|
|
|
|
||||||
= note: see issue #32408 <https://github.com/rust-lang/rust/issues/32408> for more information
|
= note: see issue #90957 <https://github.com/rust-lang/rust/issues/90957> for more information
|
||||||
= help: add `#![feature(naked_functions)]` to the crate attributes to enable
|
= help: add `#![feature(naked_functions)]` to the crate attributes to enable
|
||||||
|
|
||||||
error: aborting due to 2 previous errors
|
error: aborting due to 2 previous errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue