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

pub(crate) is not allowed in the named!() #656

Closed
vthriller opened this issue Jan 14, 2018 · 2 comments
Closed

pub(crate) is not allowed in the named!() #656

vthriller opened this issue Jan 14, 2018 · 2 comments

Comments

@vthriller
Copy link
Contributor

This one is self-explanatory:

error: no rules expected the token `crate`
 --> src/lib.rs:4:12
  |
4 | named!(pub(crate) whatever, tag!("whatever"));
  |            ^^^^^
@veprbl
Copy link

veprbl commented Jan 15, 2018

#566

@vthriller
Copy link
Contributor Author

vthriller commented Jan 15, 2018

Oh great, now I wonder why it doesn't show up in search results disregard that, I was looking for issues, not pull requests.

Closing this then.

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

No branches or pull requests

2 participants