mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 23:25:55 -05:00
909a174957
error[E0106]: missing lifetime specifier --> base/time.rs:26:68 | 26 | fn fixed_len_num<'a>(len: usize) -> impl FnMut(&'a str) -> IResult<&'a str, i32> { | ^ expected named lifetime parameter | = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments help: consider using the `'a` lifetime |
||
---|---|---|
.. | ||
Cargo.toml | ||
clock.rs | ||
error.rs | ||
lib.rs | ||
shutdown.rs | ||
strutil.rs | ||
time.rs |