iron-kaleidoscope
iron-kaleidoscope copied to clipboard
Rust-serialize doesnt compile
error[E0642]: patterns aren't allowed in functions without bodies
--> /Users/antoine/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.16/src/serialize.rs:145:45
|
145 | ... &f_name: &str,
| ^^^^^^^ pattern not allowed in function without body
rust-serialize is depraced , you can use serde
Hi, thank you, I know.
I had no time to work on this since 2016. I'll see whether I'll find time now, as I can see some interest in this project.
But first I need to check forks: may be somebody has updated it.
Okey thanks