dbus-rs 0.0.5

DO NOT USE - renamed to dbus!
Build #89777 2018-03-06T01:44:50.042749+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading dbus-rs v0.0.5
Documenting dbus-rs v0.0.5
Running `rustdoc --crate-name dbus_rs .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `std::ptr::PtrExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:17:22
|
17 | use std::ptr::{self, PtrExt};
|                      ^^^^^^ no `PtrExt` in `ptr`

error[E0432]: unresolved import `std::collections::DList`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:18:5
|
18 | use std::collections::DList;
|     ^^^^^^^^^^^^^^^^^^^^^^^ no `DList` in `collections`

error[E0432]: unresolved import `std::borrow::IntoCow`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/objpath.rs:5:5
|
5 | use std::borrow::IntoCow;
|     ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`

error[E0432]: unresolved import `std::borrow::IntoCow`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:231:13
|
231 |         use std::borrow::IntoCow;
|             ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`

error[E0412]: cannot find type `CowString` in module `std::string`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:21:37
|
21 | pub type TypeSig<'a> = std::string::CowString<'a>;
|                                     ^^^^^^^^^ did you mean `ToString`?

error[E0405]: cannot find trait `Str` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:49:16
|
49 | fn to_c_str<S: Str>(n: S) -> CString { CString::from_slice(n.as_slice().as_bytes()) }
|                ^^^ not found in this scope

error[E0658]: The attribute `unsafe_destructor` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/objpath.rs:128:1
|
128 | #[unsafe_destructor]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to 7 previous errors

You've got a few errors: E0405, E0412, E0432, E0658
If you want more information on an error, try using "rustc --explain E0405"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `dbus-rs`.,
cause: process didn't exit successfully: `rustdoc --crate-name dbus_rs .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.