Skip to content

Commit 3db1005

Browse files
committed
add link to unstable book for asm! macro
1 parent 76ade3e commit 3db1005

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libcore/macros.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,10 @@ pub(crate) mod builtin {
12741274
}
12751275

12761276
/// Inline assembly.
1277+
///
1278+
/// Read the [unstable book] for the usage.
1279+
///
1280+
/// [unstable book]: ../unstable-book/library-features/asm.html
12771281
#[unstable(feature = "asm", issue = "29722",
12781282
reason = "inline assembly is not stable enough for use and is subject to change")]
12791283
#[rustc_builtin_macro]

0 commit comments

Comments
 (0)