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