[go: up one dir, main page]

indoc 0.1.15

Indented document literals
Documentation
Build #35078 2016-11-23 23:31:03

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.14.0-nightly (cae6ab1c4 2016-11-05)# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading indoc v0.1.15
Downloading unindent v0.1.0
Compiling unindent v0.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.0/src/lib.rs --crate-name unindent --crate-type lib -g -C metadata=abb0a8eac040d271 -C extra-filename=-abb0a8eac040d271 --out-dir /home/cratesfyi/indoc-0.1.15/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/indoc-0.1.15/debug/deps --cap-lints allow`
Documenting indoc v0.1.15
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/indoc-0.1.15/src/lib.rs --crate-name indoc -o /home/cratesfyi/indoc-0.1.15/doc --cfg feature=\"default\" -L dependency=/home/cratesfyi/indoc-0.1.15/debug/deps --extern unindent=/home/cratesfyi/indoc-0.1.15/debug/deps/libunindent-abb0a8eac040d271.rlib`
error[E0432]: unresolved import `syntax::symbol::Symbol`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/indoc-0.1.15/src/lib.rs:37:5
|
37 | use syntax::symbol::Symbol;
|     ^^^^^^^^^^^^^^^^^^^^^^ Could not find `symbol` in `syntax`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `indoc`.,
cause: process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/indoc-0.1.15/src/lib.rs --crate-name indoc -o /home/cratesfyi/indoc-0.1.15/doc --cfg feature="default" -L dependency=/home/cratesfyi/indoc-0.1.15/debug/deps --extern unindent=/home/cratesfyi/indoc-0.1.15/debug/deps/libunindent-abb0a8eac040d271.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.