usecrate::records::internal_compiler_error::InternalCompilerError;usecore::ffi::c_char;implInternalCompilerError{#[inline]pubfnwhat(&self)->*const c_char{// NUL-terminated (see `c_message`): `message.as_ptr()` would over-read.
self.c_message.as_ptr()}}