You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/parser-combinators-0.2.4/src/combinator.rs:156:36: 156:37 error: unable to infer enough type information about `_`; type annotations required [E0282]
/home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/parser-combinators-0.2.4/src/combinator.rs:156 NotFollowedBy(try(parser).then(f as fn (_) -> _)
^
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
See here for the whole build. I don't think this one's my fault.
The text was updated successfully, but these errors were encountered:
Seems to be a regression (possibly intentional?) in how rust infers casts using as. Seems that adding type annotations instead should make it compile but I will investigate some more before uploading a fix, just in case it is an unintentional regression
See here for the whole build. I don't think this one's my fault.
The text was updated successfully, but these errors were encountered: