We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6d03c commit 10c8d2aCopy full SHA for 10c8d2a
src/librustc_codegen_llvm/debuginfo/metadata.rs
@@ -1637,6 +1637,9 @@ impl VariantMemberDescriptionFactory<'ll, 'tcx> {
1637
}
1638
1639
1640
+// FIXME: terminology here should be aligned with `abi::TagEncoding`.
1641
+// `OptimizedTag` is `TagEncoding::Niche`, `RegularTag` is `TagEncoding::Direct`.
1642
+// `NoTag` should be removed; users should use `Option<EnumTagInfo>` instead.
1643
#[derive(Copy, Clone)]
1644
enum EnumTagInfo<'ll> {
1645
RegularTag { tag_field: Field, tag_type_metadata: &'ll DIType },
0 commit comments