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 8efc383 commit 0007492Copy full SHA for 0007492
compiler/rustc_builtin_macros/src/format/ast.rs
@@ -88,7 +88,7 @@ pub struct FormatArgPosition {
88
/// Which argument this position refers to (Ok),
89
/// or would've referred to if it existed (Err).
90
pub index: Result<usize, usize>,
91
- /// What kind of position this is. See [`FormatArgsPositionKind`].
+ /// What kind of position this is. See [`FormatArgPositionKind`].
92
pub kind: FormatArgPositionKind,
93
/// The span of the name or number.
94
pub span: Option<Span>,
0 commit comments