We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2b5a3 commit 768209bCopy full SHA for 768209b
src/instructions/mod.rs
@@ -26,7 +26,7 @@ pub fn hlt() {
26
/// Executes the `nop` instructions, which performs no operation (i.e. does nothing).
27
///
28
/// This operation is useful to work around the LLVM bug that endless loops are illegally
29
-/// optimized away (see https://github.com/rust-lang/rust/issues/28728). By invoking this
+/// optimized away (see [the issue](https://github.com/rust-lang/rust/issues/28728)). By invoking this
30
/// instruction (which is marked as volatile), the compiler should no longer optimize the
31
/// endless loop away.
32
#[inline]
0 commit comments