extensible 0.0.1

A plugin to prevent exhaustive matches from being used on enums marked as 'extensible'
Build #24671 2016-08-18 03:09:34

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.12.0-nightly (54c0dcfd6 2016-07-28)

# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading extensible v0.0.1 Documenting extensible v0.0.1 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs --crate-name extensible -o /home/cratesfyi/extensible-0.0.1/doc -L dependency=/home/cratesfyi/extensible-0.0.1/debug -L dependency=/home/cratesfyi/extensible-0.0.1/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:10:5: 10:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:10 use rustc::plugin::Registry; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:11:5: 11:32 error: unresolved import `rustc::lint::LintPassObject`. There is no `LintPassObject` in `rustc::lint`. Did you mean to use `LateLintPassObject`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:11 use rustc::lint::LintPassObject; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:14:19: 14:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:14 use rustc::lint::{Context, LintPass, LintArray}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:15:5: 15:22 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:15 use rustc::middle::ty; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:16:5: 16:29 error: unresolved import `rustc::util::ppaux::Repr`. There is no `Repr` in `rustc::util::ppaux` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:16 use rustc::util::ppaux::Repr; ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:36:5: 67:6 error: method `check_expr` is not a member of trait `LintPass` [E0407] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:36 fn check_expr(&mut self, cx: &Context, expr: &ast::Expr) { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:38:16: 38:30 error: unresolved variant or struct `ExprMatch` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:38 if let ast::ExprMatch(ref ex, ref arms, ast::MatchSource::Normal) = expr.node { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:38:49: 38:73 error: failed to resolve. Could not find `MatchSource` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:38 if let ast::ExprMatch(ref ex, ref arms, ast::MatchSource::Normal) = expr.node { ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:55:25: 55:37 error: unresolved variant or struct `PatWild` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:55 ast::PatWild(_) | ast::PatLit(_) => return, ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:55:43: 55:54 error: unresolved variant or struct `PatLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs:55 ast::PatWild(_) | ast::PatLit(_) => return, ^~~~~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `extensible v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/extensible-0.0.1`, cause: ChainedError { error: Could not document `extensible`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/extensible-0.0.1/src/lib.rs --crate-name extensible -o /home/cratesfyi/extensible-0.0.1/doc -L dependency=/home/cratesfyi/extensible-0.0.1/debug -L dependency=/home/cratesfyi/extensible-0.0.1/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.