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 4c83e55 commit 7eadc69Copy full SHA for 7eadc69
compiler/rustc_middle/src/ty/mod.rs
@@ -1934,7 +1934,7 @@ impl<'tcx> TyCtxt<'tcx> {
1934
field_tys: [].into(),
1935
field_names: [].into(),
1936
variant_fields,
1937
- variant_source_info: [source_info].into(),
+ variant_source_info: [source_info, source_info, source_info].into(),
1938
storage_conflicts: BitMatrix::new(0, 0),
1939
};
1940
return Some(self.arena.alloc(proxy_layout));
0 commit comments