We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A downstream crate may want to wrap inventory's macros in their own.
gflags::define! { /// comma-separated list of languages to offer in the 'lang' menu language: &str = "english,french,german"; }
This doesn't work right now because inventory-impl hardcodes inventory as the crate name in generated code.
inventory
inventory/impl/src/lib.rs
Line 39 in 1a28fb3
Fix is blocked on rust-lang/rust#57089.
The text was updated successfully, but these errors were encountered:
Implemented a workaround in 5a561d3 and dtolnay/gflags@4e188d3.
Sorry, something went wrong.
target_os = "none"
No branches or pull requests
A downstream crate may want to wrap inventory's macros in their own.
This doesn't work right now because inventory-impl hardcodes
inventory
as the crate name in generated code.inventory/impl/src/lib.rs
Line 39 in 1a28fb3
Fix is blocked on rust-lang/rust#57089.
The text was updated successfully, but these errors were encountered: