Eric Alders
Eric Alders
Here's a dump from the compiler with `'static` in there ``` error[E0106]: missing lifetime specifier --> src/modules/db.rs:207:64 | 207 | async fn query_as Result; | +++++++++++++++++ error[E0637]: `&` without an...
Yeah... it looks like it is conflicting with the lifetime added by automock. ``` error[E0261]: use of undeclared lifetime name `'__mockall_params` --> src/modules/db.rs:205:3 | 205 | #[automock] | ^^^^^^^^^^^- lifetime...
I'm seeing the same issue with v2.11.3. Simple repro `npx yahoo-finance2 quoteSummary APPL`. Seems like this started in the last couple of days was working fine on Tuesday.