We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861da22 commit d989ea9Copy full SHA for d989ea9
compiler/rustc_type_ir/src/ty_kind.rs
@@ -646,6 +646,7 @@ rustc_index::newtype_index! {
646
#[encodable]
647
#[orderable]
648
#[debug_format = "?{}t"]
649
+ #[gate_rustc_only]
650
pub struct TyVid {}
651
}
652
@@ -654,6 +655,7 @@ rustc_index::newtype_index! {
654
655
656
657
#[debug_format = "?{}i"]
658
659
pub struct IntVid {}
660
661
@@ -662,6 +664,7 @@ rustc_index::newtype_index! {
662
664
663
665
666
#[debug_format = "?{}f"]
667
668
pub struct FloatVid {}
669
670
0 commit comments