We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6417760 commit 0295237Copy full SHA for 0295237
compiler/rustc_middle/src/ty/inhabitedness/def_id_forest.rs
@@ -18,7 +18,7 @@ use DefIdForest::*;
18
/// We store the minimal set of `DefId`s required to represent the whole set. If A and B are
19
/// `DefId`s in the `DefIdForest`, and A is a parent of B, then only A will be stored. When this is
20
/// used with `type_uninhabited_from`, there will very rarely be more than one `DefId` stored.
21
-#[derive(Clone, HashStable)]
+#[derive(Clone, HashStable, Debug)]
22
pub enum DefIdForest {
23
Empty,
24
Single(DefId),
0 commit comments