about summary refs log tree commit diff
path: root/library/core/src/arch.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2025-05-09 18:20:01 +0200
committerPietro Albini <pietro@pietroalbini.org>2025-05-12 15:33:30 +0200
commita360940ac90cfbc6dbdab1f30ca5d5196551b1c3 (patch)
treef2ab27f622f78bde0c5cb7d090016b3c3ef1fd56 /library/core/src/arch.rs
parent16c1c54a2921d5ace22e4a71c0ba7d4ef4b8aec7 (diff)
downloadrust-a360940ac90cfbc6dbdab1f30ca5d5196551b1c3.tar.gz
rust-a360940ac90cfbc6dbdab1f30ca5d5196551b1c3.zip
update version placeholders
Diffstat (limited to 'library/core/src/arch.rs')
-rw-r--r--library/core/src/arch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/arch.rs b/library/core/src/arch.rs
index f19fde2b4c7..e5078a45c6d 100644
--- a/library/core/src/arch.rs
+++ b/library/core/src/arch.rs
@@ -32,7 +32,7 @@ pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
 ///
 /// [Rust By Example]: https://doc.rust-lang.org/nightly/rust-by-example/unsafe/asm.html
 /// [reference]: https://doc.rust-lang.org/nightly/reference/inline-assembly.html
-#[stable(feature = "naked_functions", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "naked_functions", since = "1.88.0")]
 #[rustc_builtin_macro]
 pub macro naked_asm("assembly template", $(operands,)* $(options($(option),*))?) {
     /* compiler built-in */