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
bound
stringify!
Describe the bug
Using macros, including stringify! as arguments to the bound= errors.
bound=
To Reproduce
Compile
#[derivative(PartialEq(bound=stringify!()))] struct Foo();
Errors
error: invalid attribute: expected literal
Version (please complete the following information):
rustup --version rustup 1.24.3 (ce5817a94 2021-05-31) cargo --version cargo 1.56.0-nightly (cc17afbb0 2021-08-02) rustc --version rustc 1.56.0-nightly (ae90dcf02 2021-08-09)
derivative
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using macros, including
stringify!
as arguments to thebound=
errors.To Reproduce
Compile
Errors
Version (please complete the following information):
derivative
: 2.2.0The text was updated successfully, but these errors were encountered: