Function rustc_lint::middle::ty::adjust_tyUnstable
[-] [+]
[src]
pub fn adjust_ty<'tcx, F>(cx: &ctxt<'tcx>, span: Span, expr_id: u32, unadjusted_ty: &'tcx TyS<'tcx>, adjustment: Option<&AutoAdjustment<'tcx>>, method_type: F) -> &'tcx TyS<'tcx> where F: FnMut(MethodCall) -> Option<&'tcx TyS<'tcx>>
See expr_ty_adjusted