Type Function bad [src]
This function is to make it handy to comment out the return and make it
into a crash when working on this file.
Prototype
pub fn bad() error{InvalidDebugInfo}
Possible Errors
Source
pub fn bad() error{InvalidDebugInfo} {
invalidDebugInfoDetected();
return error.InvalidDebugInfo;
}