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 5d46a2b commit 030b7c5Copy full SHA for 030b7c5
toolchain/sem_ir/type_info.h
@@ -95,7 +95,8 @@ struct InitRepr : Printable<InitRepr> {
95
// The type has no initializing representation. This is used for empty
96
// types, where no initialization is necessary.
97
None,
98
- // The initializing representation is dependent because the type is symbolic.
+ // The initializing representation is dependent because the type is
99
+ // symbolic.
100
Dependent,
101
// An initializing expression produces an object representation by value,
102
// which is copied into the initialized object.
0 commit comments