Does Rust have a “I’m still writing this function, pls chill” macro I can toss on a function to avoid the build errors when I save a file?
Conversation
unimplemented!()
2
4
Hah, my lame claim to fame! github.com/rust-lang/rust Still wish I named it `todo!()`... `unimplemented!()` is so annoying to write. 😅


