Add opaque TypeId handles for CTFE
This commit is contained in:
@@ -325,6 +325,7 @@ impl<'tcx> ReachableContext<'tcx> {
|
||||
self.visit(args);
|
||||
}
|
||||
}
|
||||
GlobalAlloc::TypeId { ty, .. } => self.visit(ty),
|
||||
GlobalAlloc::Memory(alloc) => self.propagate_from_alloc(alloc),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user