Function rustc_infer::infer::canonical::ir::debug_bound_var
source ยท pub fn debug_bound_var<T>(
fmt: &mut T,
debruijn: DebruijnIndex,
var: impl Debug,
) -> Result<(), Error>where
T: Write,