whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

Doesn't compile on Rust 1.2.0, stable and beta #6

Closed tbu- closed 8 years ago

tbu- commented 8 years ago

It looks like running on these versions is a requirement for inclusion in cargo, see the failing tests in https://github.com/rust-lang/cargo/pull/2127 (https://travis-ci.org/rust-lang/cargo/builds/90074618).

whitequark commented 8 years ago

Would you write a PR? I don't have time to set up multirust right now.

whitequark commented 8 years ago

Oh, I've looked at the error--it's ridiculous... that #![feature] is only used in tests anyway. But I don't know how to conditionally enable it only on tests since it's a crate attribute.

whitequark commented 8 years ago

I think this is fixed in 2c6820ce.

whitequark commented 8 years ago

Published pre4.