You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#130875 - folkertdev:naked-asm-bootstrap, r=tgross35
update `compiler-builtins` to 0.1.126
this requires the addition of a bootstrap variant of the new `naked_asm!` macro
r? `@tgross35`
extracted from rust-lang#128651
/// Inline assembly used in combination with `#[naked]` functions.
24
+
///
25
+
/// Refer to [Rust By Example] for a usage guide and the [reference] for
26
+
/// detailed information about the syntax and available options.
27
+
///
28
+
/// [Rust By Example]: https://doc.rust-lang.org/nightly/rust-by-example/unsafe/asm.html
0 commit comments