We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41b5a7 commit 868a8a6Copy full SHA for 868a8a6
crates/core_arch/src/x86/rtm.rs
@@ -31,7 +31,7 @@ extern "C" {
31
pub const _XBEGIN_STARTED: u32 = !0;
32
33
/// Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
34
-/// _xabort_code(status).
+/// `_xabort_code(status)`.
35
pub const _XABORT_EXPLICIT: u32 = 1 << 0;
36
37
/// Transaction retry is possible.
0 commit comments