mneumann / rust-msgpack

[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
122 stars 31 forks source link

Doesn't compile with the latest rust #23

Closed derekchiang closed 9 years ago

derekchiang commented 9 years ago

As of rustc 0.12.0-pre-nightly (5419b2ca2 2014-08-29 22:16:20 +0000):

Compiling msgpack v0.0.1 (file:///home/derek/code/rust/rust-msgpack)
/home/derek/code/rust/rust-msgpack/src/lib.rs:492:17: 492:27 error: explicit lifetime bound required
/home/derek/code/rust/rust-msgpack/src/lib.rs:492     wr: &'a mut io::Writer
                                                                  ^~~~~~~~~~
error: aborting due to previous error
Could not compile `msgpack`
3Hren commented 9 years ago

Up, doesn't compile with rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000).