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

InvalidDebugInfo

Source

pub fn bad() error{InvalidDebugInfo} { if (debug_debug_mode) @panic("bad dwarf"); return error.InvalidDebugInfo; }