Skip to content

Instantly share code, notes, and snippets.

@eaglgenes101
Created September 5, 2018 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eaglgenes101/a3eb5061ca980c0841815b8aaae31fa7 to your computer and use it in GitHub Desktop.
Save eaglgenes101/a3eb5061ca980c0841815b8aaae31fa7 to your computer and use it in GitHub Desktop.
[rustc]
mismatched types
expected trait std::ops::FnMut, found closure
note: expected type `(dyn for<'r> std::ops::FnMut(&'r I) -> A + 'k)`
found type `[closure@automata_impl/src/dual_state_machine.rs:47:9: 53:10 state_fn_part:_, internal_part:_]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment