shiny 0.1.3

A simple rspec like test framework to make test code look more nice
Build #53114 2017-06-03T04:57:24.551460+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# 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 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `rustc::plugin::Registry`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:23:5
|
23 | use rustc::plugin::Registry;
|     ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `plugin` in `rustc`

error[E0432]: unresolved import `syntax::ast_util::empty_generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:27:5
|
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
| use syntax::ext::tt::quoted::TokenTree;
| use syntax::tokenstream::TokenTree;

error[E0433]: failed to resolve. Could not find `InternedString` in `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:93:36
|
93 |             cx.meta_word(DUMMY_SP, token::InternedString::new("test")));
|                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `InternedString` in `token`

error[E0425]: cannot find function `ItemFn` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:99:24
|
99 |             node: ast::ItemFn(
|                        ^^^^^^ not found in `ast`
|
help: possible candidates are found in other modules, you can import them into scope
| use rustc::hir::ItemFn;
| use rustc::hir::Item_::ItemFn;
| use rustc::hir::intravisit::FnKind::ItemFn;
| use syntax::visit::FnKind::ItemFn;

error[E0433]: failed to resolve. Could not find `Ty_` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:100:56
|
100 |                 cx.fn_decl(Vec::new(), cx.ty(DUMMY_SP, ast::Ty_::TyTup(Vec::new()))),
|                                                        ^^^^^^^^^^^^^^^ Could not find `Ty_` in `ast`

error[E0425]: cannot find value `Rust` in module `abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:102:22
|
102 |                 abi::Rust,
|                      ^^^^ not found in `abi`
|
help: possible candidate is found in another module, you can import it into scope
| use syntax::abi::Abi::Rust;

error[E0425]: cannot find value `Inherited` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:105:23
|
105 |             vis: ast::Inherited,
|                       ^^^^^^^^^ not found in `ast`
|
help: possible candidates are found in other modules, you can import them into scope
| use rustc::hir::Inherited;
| use rustc::hir::Visibility::Inherited;
| use syntax::ast::Visibility::Inherited;

error: box expression syntax is experimental; you can call `Box::new` instead. (see issue #27779)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/shiny-0.1.3/src/lib.rs:120:9
|
120 |         box MacItems { items: items } as Box<MacResult>
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(box_syntax)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'main' panicked at '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 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.