This is Debugging Story of the Week. A series where each week I post my favourite Debugging story from the interwebs, and why I think they're interesting. You are most definitely invited to share your debugging story.
This week it is from Raunak (@rrampage), it's my favourite because it shows how your code can fail to compile even when you've done nothing wrong. You can install the language using the right tools, write the perfect code, use all secure packages that are compatible with each other, and yet your code can fail to compile. His knowledge of compilers and linkers came in handy while debugging and thankfully the Cargo Book had good documentation. If a tool doesn't have proper documentation, it is easy to get lost in guessing where the error could be originating from.
Check out Raunak's story below and tell me what you think.
So, what's your debugging story?

Top comments (0)