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 1ee4a9c commit 64b720eCopy full SHA for 64b720e
compiler/rustc_ast/src/ast.rs
@@ -2488,7 +2488,7 @@ pub enum TyKind {
2488
ImplTrait(NodeId, #[visitable(extra = BoundKind::Impl)] GenericBounds),
2489
/// No-op; kept solely so that we can pretty-print faithfully.
2490
Paren(Box<Ty>),
2491
- /// A `field_of` expression (e.g., `builtin # field_of(Struct, field)`).
+ /// A `field_of` expression (e.g., `builtin # field_of(Struct, fields)`).
2492
///
2493
/// Usually not written directly in user code but
2494
/// indirectly via the macro `core::field::field_of!(...)`.
0 commit comments