We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub
1 parent 59c5259 commit 86754cdCopy full SHA for 86754cd
compiler/rustc_monomorphize/src/partitioning/mod.rs
@@ -182,7 +182,7 @@ impl<'tcx> Partition<'tcx> for Partitioner {
182
}
183
184
185
-pub struct PartitioningCx<'a, 'tcx> {
+struct PartitioningCx<'a, 'tcx> {
186
tcx: TyCtxt<'tcx>,
187
target_cgu_count: usize,
188
inlining_map: &'a InliningMap<'tcx>,
@@ -231,7 +231,7 @@ fn get_partitioner(tcx: TyCtxt<'_>) -> Partitioner {
231
232
233
234
-pub fn partition<'tcx, I>(
+fn partition<'tcx, I>(
235
236
mono_items: &mut I,
237
max_cgu_count: usize,
0 commit comments