jauhien / iron-kaleidoscope

LLVM tutorial in Rust language
Other
1.16k stars 84 forks source link

Rust-serialize doesnt compile #11

Open NightProg opened 1 year ago

NightProg commented 1 year ago
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

jauhien commented 5 months ago

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.

NightProg commented 4 months ago

Okey thanks