1 2 3 4 5 6 7
use std::time::Duration; use lits::duration; const _DURATION: Duration = duration!("not-a-duration"); fn main() {}