Build #88994 2018-03-05T22:09:00.066224+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`
Documenting quasi v0.32.0
Running `rustdoc --crate-name quasi .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.32.0/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 `syntax::parse::parse_tts_from_source_str`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.32.0/src/lib.rs:36:37
|
36 | use syntax::parse::{self, classify, parse_tts_from_source_str, token};
| ^^^^^^^^^^^^^^^^^^^^^^^^^ no `parse_tts_from_source_str` in `parse`. Did you mean to use `parse_stmt_from_source_str`?
error: Compilation failed, aborting rustdoc
If you want more information on this error, try using "rustc --explain E0432"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `quasi`.,
cause: process didn't exit successfully: `rustdoc --crate-name quasi .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.32.0/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.