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
rust-lang/rust#78507 affects this crate.
error: unmatched angle bracket --> derive/src/lib.rs:163:72 | 163 | fn decide_trivial(fields: &Fields) -> Result<fn(&Field) -> Result<bool>> { | ^^ help: remove extra angle bracket error: expected one of `,` or `>`, found `{` --> derive/src/lib.rs:163:74 | 163 | fn decide_trivial(fields: &Fields) -> Result<fn(&Field) -> Result<bool>> { | ^ expected one of `,` or `>`
The text was updated successfully, but these errors were encountered:
This will be fixed in rust-lang/rust#78523
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
rust-lang/rust#78507 affects this crate.
The text was updated successfully, but these errors were encountered: