@@ -307,7 +307,7 @@ fn project_and_unify_type<'cx, 'tcx>(
307
307
/// them with a fully resolved type where possible. The return value
308
308
/// combines the normalized result and any additional obligations that
309
309
/// were incurred as result.
310
- pub fn normalize < ' a , ' b , ' tcx , T > (
310
+ pub ( crate ) fn normalize < ' a , ' b , ' tcx , T > (
311
311
selcx : & ' a mut SelectionContext < ' b , ' tcx > ,
312
312
param_env : ty:: ParamEnv < ' tcx > ,
313
313
cause : ObligationCause < ' tcx > ,
@@ -321,7 +321,7 @@ where
321
321
Normalized { value, obligations }
322
322
}
323
323
324
- pub fn normalize_to < ' a , ' b , ' tcx , T > (
324
+ pub ( crate ) fn normalize_to < ' a , ' b , ' tcx , T > (
325
325
selcx : & ' a mut SelectionContext < ' b , ' tcx > ,
326
326
param_env : ty:: ParamEnv < ' tcx > ,
327
327
cause : ObligationCause < ' tcx > ,
@@ -335,7 +335,7 @@ where
335
335
}
336
336
337
337
/// As `normalize`, but with a custom depth.
338
- pub fn normalize_with_depth < ' a , ' b , ' tcx , T > (
338
+ pub ( crate ) fn normalize_with_depth < ' a , ' b , ' tcx , T > (
339
339
selcx : & ' a mut SelectionContext < ' b , ' tcx > ,
340
340
param_env : ty:: ParamEnv < ' tcx > ,
341
341
cause : ObligationCause < ' tcx > ,
@@ -351,7 +351,7 @@ where
351
351
}
352
352
353
353
#[ instrument( level = "info" , skip( selcx, param_env, cause, obligations) ) ]
354
- pub fn normalize_with_depth_to < ' a , ' b , ' tcx , T > (
354
+ pub ( crate ) fn normalize_with_depth_to < ' a , ' b , ' tcx , T > (
355
355
selcx : & ' a mut SelectionContext < ' b , ' tcx > ,
356
356
param_env : ty:: ParamEnv < ' tcx > ,
357
357
cause : ObligationCause < ' tcx > ,
@@ -371,7 +371,7 @@ where
371
371
}
372
372
373
373
#[ instrument( level = "info" , skip( selcx, param_env, cause, obligations) ) ]
374
- pub fn try_normalize_with_depth_to < ' a , ' b , ' tcx , T > (
374
+ pub ( crate ) fn try_normalize_with_depth_to < ' a , ' b , ' tcx , T > (
375
375
selcx : & ' a mut SelectionContext < ' b , ' tcx > ,
376
376
param_env : ty:: ParamEnv < ' tcx > ,
377
377
cause : ObligationCause < ' tcx > ,
0 commit comments