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 65852a4 commit 482565fCopy full SHA for 482565f
src/librustc/ty/mod.rs
@@ -1939,7 +1939,7 @@ pub struct FieldDef {
1939
}
1940
1941
/// The definition of an [*algebraic data type (ADT)*][adt].
1942
-/// These include `struct`s (products), `enum` (sums).
+/// These include `struct`s (products) and `enum`s (sums).
1943
/// A `union` is also represented here but is not an ADT.
1944
///
1945
/// [adt]: https://en.wikipedia.org/wiki/Algebraic_data_type
0 commit comments