heapsize_plugin 0.1.6

Automatically generating infrastructure for measuring the total runtime size of an object on the heap
Build #30038 2016-09-06T09:11:03.645550+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 heapsize_plugin v0.1.6
Documenting heapsize_plugin v0.1.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/heapsize_plugin-0.1.6/src/lib.rs --crate-name heapsize_plugin -o /home/cratesfyi/heapsize_plugin-0.1.6/doc -L dependency=/home/cratesfyi/heapsize_plugin-0.1.6/debug -L dependency=/home/cratesfyi/heapsize_plugin-0.1.6/debug/deps`
error[E0560]: structure `syntax_ext::deriving::generic::TraitDef<'_>` has no field named `supports_unions`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/heapsize_plugin-0.1.6/src/heap_size.rs:31:9
|
31 |         supports_unions: true,
|         ^^^^^^^^^^^^^^^

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/heapsize_plugin-0.1.6/src/heap_size.rs:60:21
|
60 |                if a.check_name("ignore_heap_size_of") {
|                     ^^^^^^^^^^
|
= 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 `heapsize_plugin v0.1.6`, intermediate artifacts can be found at `/home/cratesfyi/heapsize_plugin-0.1.6`,
cause: ChainedError {
error: Could not document `heapsize_plugin`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/heapsize_plugin-0.1.6/src/lib.rs --crate-name heapsize_plugin -o /home/cratesfyi/heapsize_plugin-0.1.6/doc -L dependency=/home/cratesfyi/heapsize_plugin-0.1.6/debug -L dependency=/home/cratesfyi/heapsize_plugin-0.1.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.