Rollup merge of #66226 - lzutao:asm-usage-link, r=Centril
add link to unstable book for asm! macro r? @Centril
This commit is contained in:
commit
3ef975d4be
1 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue