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
@ -1274,6 +1274,10 @@ macro_rules! assert {
|
||||
}
|
||||
|
||||
/// 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…
Reference in New Issue
Block a user