Build #90254 2018-03-06T02:26:32.209129+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 shiny v0.1.3
Documenting shiny v0.1.3
Running `rustdoc --crate-name shiny .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/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 `rustc::plugin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:23:12
|
23 | use rustc::plugin::Registry;
| ^^^^^^ Could not find `plugin` in `rustc`
error[E0432]: unresolved import `syntax::ast_util`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:27:13
|
27 | use syntax::ast_util::empty_generics;
| ^^^^^^^^ Could not find `ast_util` in `syntax`
error[E0432]: unresolved import `syntax::parse::tts_to_parser`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:33:5
|
33 | use syntax::parse::tts_to_parser;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse`
error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:41:62
|
41 | pub fn macro_describe(cx: &mut ExtCtxt, _: Span, tts: &[ast::TokenTree]) -> Box<MacResult+'static> {
| ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
23 | use syntax::ext::tt::quoted::TokenTree;
|
23 | use syntax::tokenstream::TokenTree;
|
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:20:1
|
20 | extern crate rustc;
| ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:21:1
|
21 | extern crate syntax;
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:24:5
|
24 | use syntax::abi;
| ^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:25:5
|
25 | use syntax::ptr::P;
| ^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:26:5
|
26 | use syntax::ast;
| ^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:28:5
|
28 | use syntax::codemap::DUMMY_SP;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:29:5
|
29 | use syntax::codemap::Span;
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:30:25
|
30 | use syntax::ext::base::{ExtCtxt, MacResult};
| ^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:30:34
|
30 | use syntax::ext::base::{ExtCtxt, MacResult};
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:31:5
|
31 | use syntax::ext::build::AstBuilder;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:32:5
|
32 | use syntax::parse::token;
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:34:5
|
34 | use syntax::util::small_vector::SmallVector;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:41:32
|
41 | pub fn macro_describe(cx: &mut ExtCtxt, _: Span, tts: &[ast::TokenTree]) -> Box<MacResult+'static> {
| ^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:41:44
|
41 | pub fn macro_describe(cx: &mut ExtCtxt, _: Span, tts: &[ast::TokenTree]) -> Box<MacResult+'static> {
| ^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:41:81
|
41 | pub fn macro_describe(cx: &mut ExtCtxt, _: Span, tts: &[ast::TokenTree]) -> Box<MacResult+'static> {
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:115:16
|
115 | items: Vec<P<ast::Item>>
| ^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:115:18
|
115 | items: Vec<P<ast::Item>>
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:125:5
|
125 | / fn make_items(self: Box<MacItems>) -> Option<SmallVector<P<ast::Item>>> {
126 | | Some(SmallVector::many(self.items.clone()))
127 | | }
| |_____^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:124:6
|
124 | impl MacResult for MacItems {
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:119:27
|
119 | pub fn new(items: Vec<P<ast::Item>>) -> Box<MacResult+'static> {
| ^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:119:29
|
119 | pub fn new(items: Vec<P<ast::Item>>) -> Box<MacResult+'static> {
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:119:49
|
119 | pub fn new(items: Vec<P<ast::Item>>) -> Box<MacResult+'static> {
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:125:50
|
125 | fn make_items(self: Box<MacItems>) -> Option<SmallVector<P<ast::Item>>> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:125:62
|
125 | fn make_items(self: Box<MacItems>) -> Option<SmallVector<P<ast::Item>>> {
| ^^^^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:125:64
|
125 | fn make_items(self: Box<MacItems>) -> Option<SmallVector<P<ast::Item>>> {
| ^^^^^^^^^
|
= help: add #![feature(rustc_private)] to the crate attributes to enable
error: Compilation failed, aborting rustdoc
You've got a few errors: E0412, E0432, E0658
If you want more information on an error, try using "rustc --explain E0412"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `shiny`.,
cause: process didn't exit successfully: `rustdoc --crate-name shiny .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/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.