Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version cratesfyi 0.6.0 (67b2b94 2019-03-26)
# build log Updating crates.io index Downloading crates ... Downloaded avr-libcore v0.1.0 Documenting avr-libcore v0.1.0 Running `rustdoc --crate-name avr_libcore /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:998:11 | 998 | (0...self.end).get(slice) | ^^^ help: use `..` for an exclusive range | 998 | (0..self.end).get(slice) | ^^ help: or `..=` for an inclusive range | 998 | (0..=self.end).get(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:1003:11 | 1003 | (0...self.end).get_mut(slice) | ^^^ help: use `..` for an exclusive range | 1003 | (0..self.end).get_mut(slice) | ^^ help: or `..=` for an inclusive range | 1003 | (0..=self.end).get_mut(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:1008:11 | 1008 | (0...self.end).get_unchecked(slice) | ^^^ help: use `..` for an exclusive range | 1008 | (0..self.end).get_unchecked(slice) | ^^ help: or `..=` for an inclusive range | 1008 | (0..=self.end).get_unchecked(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:1013:11 | 1013 | (0...self.end).get_unchecked_mut(slice) | ^^^ help: use `..` for an exclusive range | 1013 | (0..self.end).get_unchecked_mut(slice) | ^^ help: or `..=` for an inclusive range | 1013 | (0..=self.end).get_unchecked_mut(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:1018:11 | 1018 | (0...self.end).index(slice) | ^^^ help: use `..` for an exclusive range | 1018 | (0..self.end).index(slice) | ^^ help: or `..=` for an inclusive range | 1018 | (0..=self.end).index(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/slice/mod.rs:1023:11 | 1023 | (0...self.end).index_mut(slice) | ^^^ help: use `..` for an exclusive range | 1023 | (0..self.end).index_mut(slice) | ^^ help: or `..=` for an inclusive range | 1023 | (0..=self.end).index_mut(slice) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/str/mod.rs:1741:25 | 1741 | self.index(0...index.end) | ^^^ help: use `..` for an exclusive range | 1741 | self.index(0..index.end) | ^^ help: or `..=` for an inclusive range | 1741 | self.index(0..=index.end) | ^^^ error: unexpected token: `...` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/str/mod.rs:1766:29 | 1766 | self.index_mut(0...index.end) | ^^^ help: use `..` for an exclusive range | 1766 | self.index_mut(0..index.end) | ^^ help: or `..=` for an inclusive range | 1766 | self.index_mut(0..=index.end) | ^^^ error: `impl Trait for .. {}` is an obsolete syntax --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/marker.rs:49:1 | 49 | unsafe impl Send for .. { } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `auto trait Trait {}` instead error: `impl Trait for .. {}` is an obsolete syntax --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/marker.rs:352:1 | 352 | unsafe impl Sync for .. { } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `auto trait Trait {}` instead error: `impl Trait for .. {}` is an obsolete syntax --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/marker.rs:565:1 | 565 | unsafe impl Freeze for .. {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `auto trait Trait {}` instead error: attribute must be of the form `#[unwind(allowed|aborts)]` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/panicking.rs:57:9 | 57 | #[unwind] | ^^^^^^^^^ error: Compilation failed, aborting rustdoc error: aborting due to 13 previous errors thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name avr_libcore /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/avr-libcore-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `avr-libcore`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.