1 2 3 4 5
use crate::codegen::ir::hir::raw::crates::HirRawCrate; pub(crate) struct HirRawPack { pub crates: Vec<HirRawCrate>, }