We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b75c4 commit 9daffa3Copy full SHA for 9daffa3
compiler/rustc_middle/src/ty/consts/valtree.rs
@@ -33,7 +33,7 @@ pub enum ValTreeKind<'tcx> {
33
/// The fields of any kind of aggregate. Structs, tuples and arrays are represented by
34
/// listing their fields' values in order.
35
///
36
- /// Enums are represented by storing their discriminant as a field, followed by all
+ /// Enums are represented by storing their variant index as a u32 field, followed by all
37
/// the fields of the variant.
38
39
/// ZST types are represented as an empty slice.
0 commit comments