sorted-collections 0.0.6

A library providing useful extension traits and convenience methods for ordered collections in Rust.
Build #10113 2016-08-07T02:35:45.748589+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading sorted-collections v0.0.6
Documenting sorted-collections v0.0.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/lib.rs --crate-name sorted_collections -o /home/cratesfyi/sorted-collections-0.0.6/doc -L dependency=/home/cratesfyi/sorted-collections-0.0.6/debug -L dependency=/home/cratesfyi/sorted-collections-0.0.6/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:7:5: 7:28 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:7 use std::collections::Bound;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:7:5: 7:28 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291:42: 291:51 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291     fn range_remove(&mut self, from_key: Bound<&K>, to_key: Bound<&K>) -> Self::RangeRemove;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291:42: 291:51 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291:61: 291:70 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291     fn range_remove(&mut self, from_key: Bound<&K>, to_key: Bound<&K>) -> Self::RangeRemove;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:291:61: 291:70 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381:46: 381:55 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381         fn range_remove(&mut self, from_key: Bound<&K>, to_key: Bound<&K>) -> $rangeremoveret {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:401:5: 401:85 note: in this expansion of sortedmap_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381:46: 381:55 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381:65: 381:74 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381         fn range_remove(&mut self, from_key: Bound<&K>, to_key: Bound<&K>) -> $rangeremoveret {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:401:5: 401:85 note: in this expansion of sortedmap_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:381:65: 381:74 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:382:34: 382:39 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:382             let ret: $typ = self.range(from_key, to_key)
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:401:5: 401:85 note: in this expansion of sortedmap_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedmap.rs:382:34: 382:39 help: add #![feature(btree_range)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:31: 7:39 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7 use std::collections::Bound::{Excluded, Included, Unbounded, self};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:31: 7:39 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:41: 7:49 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7 use std::collections::Bound::{Excluded, Included, Unbounded, self};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:41: 7:49 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:51: 7:60 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7 use std::collections::Bound::{Excluded, Included, Unbounded, self};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:51: 7:60 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:62: 7:66 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7 use std::collections::Bound::{Excluded, Included, Unbounded, self};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:7:62: 7:66 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265:32: 265:41 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265     fn range_remove(&mut self, Bound<&T>, to_elem: Bound<&T>) -> Self::RangeRemove;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265:32: 265:41 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265:52: 265:61 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265     fn range_remove(&mut self, Bound<&T>, to_elem: Bound<&T>) -> Self::RangeRemove;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:265:52: 265:61 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:18: 298:23 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298             self.range(Included(elem), Unbounded).min()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:18: 298:23 help: add #![feature(btree_range)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:24: 298:32 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298             self.range(Included(elem), Unbounded).min()
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:24: 298:32 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:40: 298:49 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298             self.range(Included(elem), Unbounded).min()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:298:40: 298:49 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:18: 311:23 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311             self.range(Unbounded, Included(elem)).max()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:18: 311:23 help: add #![feature(btree_range)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:24: 311:33 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311             self.range(Unbounded, Included(elem)).max()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:24: 311:33 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:35: 311:43 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311             self.range(Unbounded, Included(elem)).max()
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:311:35: 311:43 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:18: 324:23 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324             self.range(Excluded(elem), Unbounded).min()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:18: 324:23 help: add #![feature(btree_range)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:24: 324:32 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324             self.range(Excluded(elem), Unbounded).min()
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:24: 324:32 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:40: 324:49 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324             self.range(Excluded(elem), Unbounded).min()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:324:40: 324:49 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:18: 337:23 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337             self.range(Unbounded, Excluded(elem)).max()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:18: 337:23 help: add #![feature(btree_range)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:24: 337:33 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337             self.range(Unbounded, Excluded(elem)).max()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:24: 337:33 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:35: 337:43 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337             self.range(Unbounded, Excluded(elem)).max()
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:337:35: 337:43 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349:47: 349:56 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349         fn range_remove(&mut self, from_elem: Bound<&T>, to_elem: Bound<&T>) -> $rangeremoveret {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349:47: 349:56 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349:67: 349:76 error: use of unstable library feature 'collections_bound' (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349         fn range_remove(&mut self, from_elem: Bound<&T>, to_elem: Bound<&T>) -> $rangeremoveret {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:349:67: 349:76 help: add #![feature(collections_bound)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:350:34: 350:39 error: use of unstable library feature 'btree_range': matches collection reform specification, waiting for dust to settle (see issue #27787) 
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:350             let ret: $typ = self.range(from_elem, to_elem).cloned().collect();
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:365:5: 365:79 note: in this expansion of sortedset_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/sortedset.rs:350:34: 350:39 help: add #![feature(btree_range)] to the crate attributes to enable 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `sorted-collections v0.0.6`, intermediate artifacts can be found at `/home/cratesfyi/sorted-collections-0.0.6`,
cause: ChainedError {
error: Could not document `sorted-collections`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/sorted-collections-0.0.6/src/lib.rs --crate-name sorted_collections -o /home/cratesfyi/sorted-collections-0.0.6/doc -L dependency=/home/cratesfyi/sorted-collections-0.0.6/debug -L dependency=/home/cratesfyi/sorted-collections-0.0.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.