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(in x) not supported #10

Closed
Dushistov opened this issue Aug 9, 2017 · 1 comment
Closed

pub(in x) not supported #10

Dushistov opened this issue Aug 9, 2017 · 1 comment

Comments

@Dushistov
Copy link

 $ rustsym search -l src/lib.rs Symbol
src/types_map/parsing.rs:26:5: 26:7 error: expected identifier, found keyword `in`
src/types_map/parsing.rs:26 pub(in types_map) fn parse_types_map(
                                ^~
error: internal compiler error: Error constructed but not emitted
thread 'main' panicked at 'explicit panic', .cargo/registry/src/github.com-1ecc6299db9ec823/syntex_errors-0.38.0/src/lib.rs:393
@trixnz trixnz closed this as completed in ac917f2 Aug 9, 2017
@trixnz
Copy link
Owner

trixnz commented Aug 9, 2017

This should be fixed now if you update to 0.3.2.

Note: This will break again as new syntax is introduced, see #11.

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