bad
This function is to make it handy to comment out the return and make it into a crash when working on this file.
Source
Implementation
pub fn bad() error{InvalidDebugInfo} {
invalidDebugInfoDetected();
return error.InvalidDebugInfo;
}This function is to make it handy to comment out the return and make it into a crash when working on this file.
Source
pub fn bad() error{InvalidDebugInfo} {
invalidDebugInfoDetected();
return error.InvalidDebugInfo;
}