1
Fork 0

Reduce exposure of some items.

This commit is contained in:
Nicholas Nethercote 2023-11-16 17:08:27 +11:00
parent 290fc68f2d
commit e2664eba50
11 changed files with 16 additions and 16 deletions

View file

@ -351,7 +351,7 @@ fn unsizing_params_for_adt<'tcx>(tcx: TyCtxt<'tcx>, def_id: DefId) -> BitSet<u32
unsizing_params
}
pub fn provide(providers: &mut Providers) {
pub(crate) fn provide(providers: &mut Providers) {
*providers = Providers {
asyncness,
adt_sized_constraint,