I still struggle with the json API. I try it using encode and decode API and I face a problem.
I take this code in the json test case :
        let m = @mut MemWriter::new();
        f(m as @mut io::Writer);
and I have an error :
The managed box syntax will be replaced by a library type, and a garbage collector is not yet implemented. Consider using the `std::rc::Rc` type for reference counted pointers.

With this error I can't use extra::json::Encoder that expect a @mut io::Writer

I use the master updated on the 15/10

Any idea.

I didn't see if the json test case compile. Rust build but I don't know if the test are compiled by default.

Philippe


_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to