Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Feature/uprev fs 1.9.2 #37

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

briancorbin
Copy link
Contributor

No description provided.

@briancorbin briancorbin requested a review from eranrund July 26, 2022 05:36
@briancorbin
Copy link
Contributor Author

briancorbin commented Jul 26, 2022

@eranrund do you know of a fix for the x509-parser crate, it's throwing the following error when building. I've gotten around it by just commenting out the stuff using that, but I'd prefer not doing that.

error[E0106]: missing lifetime specifier
  --> /Users/briancorbin/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/asn1-rs-0.5.1/src/asn1_types/tagged/helpers.rs:10:42
   |
10 | ) -> impl FnMut(&'a [u8]) -> ParseResult<TaggedParser<'a, Explicit, T, E>, E>
   |                                          ^ 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
   |
10 | ) -> impl FnMut(&'a [u8]) -> ParseResult<'a, TaggedParser<'a, Explicit, T, E>, E>
   |                                          +++

error[E0106]: missing lifetime specifier
  --> /Users/briancorbin/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/asn1-rs-0.5.1/src/asn1_types/tagged/helpers.rs:44:42
   |
44 | ) -> impl FnMut(&'a [u8]) -> ParseResult<TaggedParser<'a, Implicit, T, E>, E>
   |                                          ^ 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
   |
44 | ) -> impl FnMut(&'a [u8]) -> ParseResult<'a, TaggedParser<'a, Implicit, T, E>, E>
   |                                          +++

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant