erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 190 forks source link

Replaced #[path] with some #[cfg] attributes to avoid an ICE #214

Closed Michael-F-Bryan closed 5 years ago

Michael-F-Bryan commented 6 years ago

In zmq-sys, the use of the #[path] attribute to make things more cross-platform causes an ICE when running cargo doc on nightly.

cc: rust-lang/rust#47391

Michael-F-Bryan commented 6 years ago

It looks like travis is failing on nightly because the compiletest crate has changed. @erickt, would you like me to make a PR to upgrade the compile-test code as well?

erickt commented 5 years ago

A belated thank you! I just merged this in.