nova-todo icon indicating copy to clipboard operation
nova-todo copied to clipboard

Rust todo()! macro

Open GilOliveira opened this issue 1 year ago • 0 comments

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.

GilOliveira avatar Apr 17 '23 08:04 GilOliveira