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
I'm seeing this too with the nightly build from 2017-01-17 (x86_64-apple-darwin). It works fine with 2017-01-12. I haven't tried any builds in between.
error[E0178]: expected a path on the left-hand side of
+
, not(Fn(D::Error) -> E)
--> /Users/prz/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-1.4.0/src/_drain.rs:119:17
|
119 | map_fn: Box<(Fn(D::Error) -> E) + 'static+ Send+Sync>,
| ^^^^^^^^^^^^^^^^^^^ expected a path
|
= help: perhaps you forgot parentheses? (per RFC 438)
looks to me like compiler bug though ...
The text was updated successfully, but these errors were encountered: