Hacker News new | ask | show | jobs
by stevefan1999 207 days ago
There's a crate that prevents linking panic symbol in the final stage of the executable generation, forcing it to be undefined symbol, so while it is hard to find out where the panic is, it effectively requires me to inspect throughout the code to find out. Sometimes I have to disassemble the object file to see this
1 comments

it's not the `no_panic` crate by david tolnay, is it?