rustc_mir_transform::deduplicate_blocks

Function hash_statements

Source
fn hash_statements<'a, 'tcx, H: Hasher>(
    hasher: &mut H,
    iter: impl Iterator<Item = &'a Statement<'tcx>>,
)
where 'tcx: 'a,