Skip to content

Commit d989ea9

Browse files
committed
Reenable *Vid* gate_rustc_only
1 parent 861da22 commit d989ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: compiler/rustc_type_ir/src/ty_kind.rs

+3
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ rustc_index::newtype_index! {
646646
#[encodable]
647647
#[orderable]
648648
#[debug_format = "?{}t"]
649+
#[gate_rustc_only]
649650
pub struct TyVid {}
650651
}
651652

@@ -654,6 +655,7 @@ rustc_index::newtype_index! {
654655
#[encodable]
655656
#[orderable]
656657
#[debug_format = "?{}i"]
658+
#[gate_rustc_only]
657659
pub struct IntVid {}
658660
}
659661

@@ -662,6 +664,7 @@ rustc_index::newtype_index! {
662664
#[encodable]
663665
#[orderable]
664666
#[debug_format = "?{}f"]
667+
#[gate_rustc_only]
665668
pub struct FloatVid {}
666669
}
667670

0 commit comments

Comments
 (0)