jasonplatts / nova-todo

A Panic Nova extension for todo and fixme management.
https://extensions.panic.com/extensions/jasonplatts/jasonplatts.TODO/
MIT License
29 stars 7 forks source link

Rust todo()! macro #46

Open GilOliveira opened 1 year ago

GilOliveira commented 1 year ago

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.