-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Reexporting types at a higher level doesn't work. #7780
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
Comments
What is the error message? (Please try to include error messages in bug reports.) You possible need |
I should have been more specific. There is no error when compiling the crate but only an error when trying to access the type from outside the crate. The type is not exported. |
I see, is there some code that demonstrates this? (And what is the error message?) |
This was completely a stupid mistake on my end where I didn't edit the extra.rs file correctly. |
…ogiq Revert `update_lints` module list generating code This commit reverts the module list generation code to what it was before the change to `include!` it and generates better output. changelog: none
Consider a module sync that's a module of the extra crate. Suppose one had sync.rs be the following (and there were appropriate file within the sync folder defining the submodules.)
These types should be reexported as part of sync.
The text was updated successfully, but these errors were encountered: