bounded-integer-plugin 0.1.1

Bounded integers compiler plugin
Build #59706 2017-06-06 08:27: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.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 bounded-integer-plugin v0.1.1
Documenting bounded-integer-plugin v0.1.1
Running `rustdoc --crate-name bounded_integer_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `syntax::ast::TokenTree`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:10:5
|
10 |     TokenTree,
|     ^^^^^^^^^ no `TokenTree` in `ast`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:18:40
|
18 | use syntax::parse::token::{DelimToken, InternedString, Token};
|                                        ^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::keywords`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:19:5
|
19 | use syntax::parse::token::keywords;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `keywords` in `parse::token`

error[E0432]: unresolved import `syntax::ast::TokenTree`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:56:5
|
56 | use syntax::ast::TokenTree;
|     ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast`

error[E0425]: cannot find value `EMPTY_CTXT` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195:24
|
195 |             ctxt: ast::EMPTY_CTXT,
|                        ^^^^^^^^^^ not found in `ast`

error[E0277]: the trait bound `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::NestedMetaItemKind>>: std::iter::FromIterator<syntax::ast::MetaItem>` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:140:14
|
140 |             .collect();
|              ^^^^^^^ a collection of type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::NestedMetaItemKind>>` cannot be built from an iterator over elements of type `syntax::ast::MetaItem`
|
= help: the trait `std::iter::FromIterator<syntax::ast::MetaItem>` is not implemented for `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::NestedMetaItemKind>>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:147:37
|
147 |         let repr = cx.meta_word(sp, self.repr.name.as_str());
|                                     ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Symbol`, found struct `syntax::symbol::InternedString`
|
= note: expected type `syntax::ast::Symbol`
found type `syntax::symbol::InternedString`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:148:76
|
148 |         let repr_list = cx.meta_list(sp, InternedString::new("repr"), vec![repr]);
|                                                                            ^^^^ expected struct `syntax::codemap::Spanned`, found struct `syntax::ast::MetaItem`
|
= note: expected type `syntax::codemap::Spanned<syntax::ast::NestedMetaItemKind>`
found type `syntax::ast::MetaItem`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:194:18
|
194 |             tts: tts,
|                  ^^^ expected struct `syntax::tokenstream::ThinTokenStream`, found struct `std::vec::Vec`
|
= note: expected type `syntax::tokenstream::ThinTokenStream`
found type `std::vec::Vec<_>`
= help: here are some functions which might fulfill your needs:
- .remove(...)
- .swap_remove(...)

error[E0560]: struct `syntax::ast::Mac_` has no field named `ctxt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195:13
|
195 |             ctxt: ast::EMPTY_CTXT,
|             ^^^^^ `syntax::ast::Mac_` does not have this field

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/int_lit.rs:31:68
|
31 |                 LitKind::Int(i, _) => Ok(IntLit { neg: false, int: i }),
|                                                                    ^ expected u64, found u128

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/int_lit.rs:45:48
|
45 |         let lit = cx.expr_lit(sp, LitKind::Int(self.int, LitIntType::Unsuffixed));
|                                                ^^^^^^^^ expected u128, found u64

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `bounded-integer-plugin`.,
cause: process didn't exit successfully: `rustdoc --crate-name bounded_integer_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/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.