gc_plugin 0.1.1

Garbage collector plugin for rust-gc
Build #29809 2016-09-02T03:23:25.487029+00:00
# rustc version
rustc 1.13.0-nightly (e9bc1bac8 2016-08-24)
# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gc_plugin v0.1.1
Documenting gc_plugin v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gc_plugin-0.1.1/src/lib.rs --crate-name gc_plugin -o /home/cratesfyi/gc_plugin-0.1.1/doc -L dependency=/home/cratesfyi/gc_plugin-0.1.1/debug -L dependency=/home/cratesfyi/gc_plugin-0.1.1/debug/deps`
error[E0560]: structure `syntax_ext::deriving::generic::TraitDef<'_>` has no field named `supports_unions`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gc_plugin-0.1.1/src/lib.rs:72:9
|
72 |         supports_unions: false,
|         ^^^^^^^^^^^^^^^

error: no method named `check_name` found for type `&&syntax::codemap::Spanned<syntax::ast::Attribute_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gc_plugin-0.1.1/src/lib.rs:103:40
|
103 |         if attrs.iter().all(|ref a| !a.check_name("unsafe_ignore_trace")) {
|                                        ^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
= help: candidate #1: `use syntax::attr::AttrMetaMethods`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: failed to compile `gc_plugin v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/gc_plugin-0.1.1`,
cause: ChainedError {
error: Could not document `gc_plugin`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gc_plugin-0.1.1/src/lib.rs --crate-name gc_plugin -o /home/cratesfyi/gc_plugin-0.1.1/doc -L dependency=/home/cratesfyi/gc_plugin-0.1.1/debug -L dependency=/home/cratesfyi/gc_plugin-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.