To enable the unstable inner_deref feature, you need to add the line
"#![feature(inner_deref)]" to the top of src/lib.rs. And, you might need
to enable unstable features by setting the environment variable
RUSTC_BOOTSTRAP to 1. See the rust-sourcemap package in
gnu/package/crates-io.scm for an example.

Cheers!
Arun

Reply via email to