Function rustc_hir_typeck::coercion::identity
source ยท fn identity(_: Ty<'_>) -> Vec<Adjustment<'_>>
Expand description
Do not require any adjustments, i.e. coerce x -> x
.
fn identity(_: Ty<'_>) -> Vec<Adjustment<'_>>
Do not require any adjustments, i.e. coerce x -> x
.