Skip to content

Commit 768209b

Browse files
authored
Add a link to the issue (#176)
1 parent 8b2b5a3 commit 768209b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn hlt() {
2626
/// Executes the `nop` instructions, which performs no operation (i.e. does nothing).
2727
///
2828
/// 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
29+
/// optimized away (see [the issue](https://github.com/rust-lang/rust/issues/28728)). By invoking this
3030
/// instruction (which is marked as volatile), the compiler should no longer optimize the
3131
/// endless loop away.
3232
#[inline]

0 commit comments

Comments
 (0)