Function rustc_middle::ty::relate::super_relate_consts   [−][src]
pub fn super_relate_consts<R: TypeRelation<'tcx>, 'tcx>(
    relation: &mut R, 
    a: &'tcx Const<'tcx>, 
    b: &'tcx Const<'tcx>
) -> RelateResult<'tcx, &'tcx Const<'tcx>>Expand description
The main “const relation” routine. Note that this does not handle inference artifacts, so you should filter those out before calling it.