Function tectonic_bridge_core::ttbc_diag_append[][src]

#[no_mangle]
pub unsafe extern "C" fn ttbc_diag_append(
    diag: &mut Diagnostic,
    text: *const c_char
)
Expand description

Append text to a diagnostic.

Safety

This function is unsafe because it accepts a raw C string.