File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1202,11 +1202,11 @@ fn emit_hir_ty(
12021202
12031203enum Variant {
12041204 Unit ,
1205- Record ( trap:: Label < generated:: RecordFieldList > ) ,
1205+ Record ( trap:: Label < generated:: StructFieldList > ) ,
12061206 Tuple ( trap:: Label < generated:: TupleFieldList > ) ,
12071207}
12081208
1209- impl From < Variant > for Option < trap:: Label < generated:: RecordFieldList > > {
1209+ impl From < Variant > for Option < trap:: Label < generated:: StructFieldList > > {
12101210 fn from ( val : Variant ) -> Self {
12111211 match val {
12121212 Variant :: Record ( label) => Some ( label) ,
@@ -1264,7 +1264,7 @@ fn emit_variant_data(
12641264 } )
12651265 } )
12661266 . collect ( ) ;
1267- Variant :: Record ( trap. emit ( generated:: RecordFieldList {
1267+ Variant :: Record ( trap. emit ( generated:: StructFieldList {
12681268 id : trap:: TrapId :: Star ,
12691269 fields,
12701270 } ) )
You can’t perform that action at this time.
0 commit comments