Function write_unstable_interface_csv
pub fn write_unstable_interface_csv<W: Write>(
rows: &[UnstableInterfaceRow],
w: &mut W,
) -> Result<()>Expand description
unstable-interface CSV emitter — heavily-imported files that
change often and co-change with their dependents.