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 ead68f0 commit d1204acCopy full SHA for d1204ac
compiler/rustc_codegen_cranelift/src/inline_asm.rs
@@ -1,4 +1,4 @@
1
-//! Codegen of [`asm!`] invocations.
+//! Codegen of `asm!` invocations.
2
3
use crate::prelude::*;
4
compiler/rustc_hir/src/def.rs
@@ -113,7 +113,7 @@ pub enum DefKind {
113
Field,
114
/// Lifetime parameter: the `'a` in `struct Foo<'a> { ... }`
115
LifetimeParam,
116
- /// A use of [`global_asm!`].
+ /// A use of `global_asm!`.
117
GlobalAsm,
118
Impl,
119
Closure,
0 commit comments