Skip to content
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

Fails to build on nightly-2020-10-29 due to rustc regression #14

Closed
dtolnay opened this issue Oct 29, 2020 · 1 comment · Fixed by #16
Closed

Fails to build on nightly-2020-10-29 due to rustc regression #14

dtolnay opened this issue Oct 29, 2020 · 1 comment · Fixed by #16

Comments

@dtolnay
Copy link
Owner

dtolnay commented Oct 29, 2020

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 `>`
@estebank
Copy link

This will be fixed in rust-lang/rust#78523

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants