We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
naked_functions
1 parent d0721d4 commit 07de1a6Copy full SHA for 07de1a6
core/src/arch.rs
@@ -32,7 +32,7 @@ pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
32
///
33
/// [Rust By Example]: https://doc.rust-lang.org/nightly/rust-by-example/unsafe/asm.html
34
/// [reference]: https://doc.rust-lang.org/nightly/reference/inline-assembly.html
35
-#[unstable(feature = "naked_functions", issue = "90957")]
+#[stable(feature = "naked_functions", since = "CURRENT_RUSTC_VERSION")]
36
#[rustc_builtin_macro]
37
pub macro naked_asm("assembly template", $(operands,)* $(options($(option),*))?) {
38
/* compiler built-in */
0 commit comments