iron-kaleidoscope icon indicating copy to clipboard operation
iron-kaleidoscope copied to clipboard

Rust-serialize doesnt compile

Open NightProg opened this issue 1 year ago • 2 comments

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

NightProg avatar Aug 26 '23 13:08 NightProg

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.

jauhien avatar Apr 03 '24 22:04 jauhien

Okey thanks

NightProg avatar Apr 12 '24 13:04 NightProg