-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#[serial(crate = ...)] parameter #123
Comments
I haven't seen this problem before. Can you provide a demo of the problem and why the current setup doesn't enable things? |
This is how serde is doing it for example: https://serde.rs/container-attrs.html#crate Use case is this: I'm developing a macro like
However,
so that when Please let me know, if this explanation does not help. |
Yeah, it makes more sense now. I'm busy with a whole bunch of things at the moment, and won't get to this anytime soon. OTOH, if you're able to provide a PR for this, I'm happy to review. |
This is for proc-macros generating
#[serial_test]
annotations: they should rely on reexports ofserial
crate.The text was updated successfully, but these errors were encountered: