shared_slice 0.0.4

Thread-local and thread-safe shared slice types, like `&[T]` but without lifetimes. This library depends only on `alloc` and `core`, so can be used in environments without `std`.
Build #55088 2017-06-04T09:55:48.180607+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading shared_slice v0.0.4
Documenting shared_slice v0.0.4
Running `rustdoc --crate-name shared_slice .cargo/registry/src/github.com-1ecc6299db9ec823/shared_slice-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0259]: an extern crate named `core` has already been imported in this module
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shared_slice-0.0.4/src/lib.rs:79:1
|
79 | extern crate core;
| ^^^^^^^^^^^^^^^^^^ `core` already imported

error[E0599]: no method named `downgrade` found for type `alloc::rc::Rc<alloc::boxed::Box<[T]>>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shared_slice-0.0.4/src/rc.rs:73:33
|
73 |             counts: self.counts.downgrade()
|                                 ^^^^^^^^^
|
= note: found the following associated functions; to be used as methods, functions must have a `self` parameter
= note: candidate #1 is defined in an impl for the type `alloc::rc::Rc<_>`

error[E0599]: no method named `downgrade` found for type `alloc::arc::Arc<alloc::boxed::Box<[T]>>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shared_slice-0.0.4/src/arc.rs:78:33
|
78 |             counts: self.counts.downgrade()
|                                 ^^^^^^^^^
|
= note: found the following associated functions; to be used as methods, functions must have a `self` parameter
= note: candidate #1 is defined in an impl for the type `alloc::arc::Arc<_>`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `shared_slice`.,
cause: process didn't exit successfully: `rustdoc --crate-name shared_slice .cargo/registry/src/github.com-1ecc6299db9ec823/shared_slice-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.