petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
124 stars 47 forks source link

rustup for nightly, requires feature #1

Closed viperscape closed 9 years ago

viperscape commented 9 years ago
Compiling fixedbitset v0.0.2
...
fixedbitset-0.0.2\src\lib.rs:34:24: 34:42 error: use of unstable library feature 'collections'
fixedbitset-0.0.2\src\lib.rs:97:56: 97:56 help: add #![feature(collections)] to the crate attributes to enable

Saw this when compiling petgraph, giving you a heads up!

bluss commented 9 years ago

into_boxed_slice is stable in the beta and stable in the nightly. I don't understand this one. What's your version? I tested with rustc 1.0.0-nightly (47def3ef2 2015-04-13) (built 2015-04-13)

bluss commented 9 years ago

Tested 14/4/2015 nightly too, it must have been reported from an old nightly.

Thanks anyway, and feel free to report other issues if you find any!

viperscape commented 9 years ago

ah yes, sorry for the misdirection! the windows packaged installers (msi vs exe) are different for rust nightly, my currently installed version was never being updated! :-\