Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local ambiguity: multiple parsing options: built-in NTs tt ('generics') or 1 other option #31

Closed
fafhrd91 opened this issue Sep 29, 2020 · 1 comment · Fixed by #32
Closed
Assignees
Labels
C-bug Category: related to a bug.

Comments

@fafhrd91
Copy link

got error "local ambiguity: multiple parsing options: built-in NTs tt ('generics') or 1 other option" with version 0.1.8

code that fails looks like:

pin_project_lite::pin_project! {
#[doc(hidden)]
pub struct HttpServiceResponse<
    T,
    S: ServiceFactory,
    B,
    X: ServiceFactory,
    U: ServiceFactory,
> {
...
}}
@taiki-e taiki-e added the C-bug Category: related to a bug. label Sep 29, 2020
@taiki-e taiki-e self-assigned this Sep 29, 2020
@bors bors bot closed this as completed in 6708f42 Sep 29, 2020
@taiki-e
Copy link
Owner

taiki-e commented Sep 29, 2020

Published 0.1.9 which fixes this issue, thanks @fafhrd91 for the reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants