Build #102811 2018-06-06T01:17:05.600589+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
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 -20180602-1.28.0-dev-b9bf4f162 -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
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 -20180602-1.28.0-dev-b9bf4f162 -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.