Skip to content

Commit

Permalink
add link to unstable book for asm! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Nov 8, 2019
1 parent 76ade3e commit 3db1005
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libcore/macros.rs
Expand Up @@ -1274,6 +1274,10 @@ pub(crate) mod builtin {
}

/// Inline assembly.
///
/// Read the [unstable book] for the usage.
///
/// [unstable book]: ../unstable-book/library-features/asm.html
#[unstable(feature = "asm", issue = "29722",
reason = "inline assembly is not stable enough for use and is subject to change")]
#[rustc_builtin_macro]
Expand Down

0 comments on commit 3db1005

Please sign in to comment.