nova-todo
nova-todo copied to clipboard
Rust todo()! macro
Rust's todo!()
macro has the same semantic meaning as a // TODO
. However, it allows the program to compile and panic at runtime. Some IDEs treat these 2 syntaxes similarly.
More info in the standard library reference.