Function llvm_lib::core::dispose_message

source ·
pub fn dispose_message(_message: c_char)
Expand description

Dispose LLVM message

§Panics

This function is purely informative and panics with a message about the call being unavailable. Since there are no cases in which it can be called in safe code. For raw access, if there is such a need, must be called LLVMDisposeMessage directly.