Function rustc_typeck::check::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
.