jwilm / racerd

Rust semantic analysis server powered by Racer
http://jwilm.github.io/racerd/libracerd/
Apache License 2.0
134 stars 24 forks source link

src/http/mod.rs:94 on os X 10.11.6 #69

Closed zhiyuan-liao closed 7 years ago

zhiyuan-liao commented 7 years ago

chain.link_before(Write::::one(Box::new(engine))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait persistent::PersistentInto<std::sync::Arc<std::sync::Mutex<std::boxed::Box<engine::SemanticEngine + std::marker::Sync + std::marker::Send + 'static>>>> is not implemented for std::boxed::Box<E>

ethe commented 7 years ago

I got the same error.