Macro todo_or_die::after_date[][src]

after_date!() { /* proc-macro */ }
Expand description

Trigger a compile error if today is after the given date

Requires the time feature to be enabled.

Example

todo_or_die::after_date!(1994, 10, 22);