[INFO] crate mutagen-plugin 0.1.2 is already in cache [INFO] checking mutagen-plugin-0.1.2 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate mutagen-plugin 0.1.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate mutagen-plugin 0.1.2 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mutagen-plugin 0.1.2 [INFO] finished tweaking crates.io crate mutagen-plugin 0.1.2 [INFO] tweaked toml for crates.io crate mutagen-plugin 0.1.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4af87566d42206e7e74bef1670db78b8cb6d207884f16e8c1115723b932d4646 [INFO] running `"docker" "start" "-a" "4af87566d42206e7e74bef1670db78b8cb6d207884f16e8c1115723b932d4646"` [INFO] [stderr] Compiling mutagen v0.1.2 [INFO] [stderr] Compiling mutagen-plugin v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, custom_attribute)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, custom_attribute)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, custom_attribute)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use syntax::ext::base::{Annotatable, ExtCtxt, SyntaxExtension}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | use syntax::ext::base::MultiItemModifier; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/bounded_loop.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::base::{Annotatable, ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/lib.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/bounded_loop.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | quote_expr!(p.cx(), ::mutagen::eq(&$left, &$right, $n, &$sym[$flag], $mask)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:242:17 [INFO] [stderr] | [INFO] [stderr] 242 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:337:17 [INFO] [stderr] | [INFO] [stderr] 337 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:361:17 [INFO] [stderr] | [INFO] [stderr] 361 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:373:17 [INFO] [stderr] | [INFO] [stderr] 373 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | quote_stmt!(self.cx, static __LOOP_COUNTERS : [::std::sync::atomic::AtomicUsize; 0] = [::std::sync::atomic::ATOMIC_USIZE_INIT; 0];).unwrap(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:79:63 [INFO] [stderr] | [INFO] [stderr] 79 | let counters = mem::replace(&mut newstmts[0], quote_stmt!(self.cx, ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> src/bounded_loop.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | let block = quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/bounded_loop.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | quote_expr!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:431:42 [INFO] [stderr] | [INFO] [stderr] 431 | let mut mut_expression = quote_expr!(self.cx(), $lit); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:443:38 [INFO] [stderr] | [INFO] [stderr] 443 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:455:38 [INFO] [stderr] | [INFO] [stderr] 455 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:651:32 [INFO] [stderr] | [INFO] [stderr] 651 | let mut_cond = quote_expr!(self.cx(), ::mutagen::t($cond, $n, &$sym[$flag], $mask)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:671:32 [INFO] [stderr] | [INFO] [stderr] 671 | let mut_cond = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:700:28 [INFO] [stderr] | [INFO] [stderr] 700 | let expr = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_path` in this scope [INFO] [stderr] --> src/lib.rs:764:56 [INFO] [stderr] | [INFO] [stderr] 764 | ... node: ExprKind::Path(None, quote_path!(self.cx(), $alt_self)), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:892:28 [INFO] [stderr] | [INFO] [stderr] 892 | pre_stmts.push(quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:904:17 [INFO] [stderr] | [INFO] [stderr] 904 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:937:25 [INFO] [stderr] | [INFO] [stderr] 937 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:962:32 [INFO] [stderr] | [INFO] [stderr] 962 | pre_stmts.push(quote_stmt!(m.cx, let mut $ident_clone;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:964:21 [INFO] [stderr] | [INFO] [stderr] 964 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:984:59 [INFO] [stderr] | [INFO] [stderr] 984 | let coverage = mem::replace(&mut newstmts[0], quote_stmt!(p.cx(), ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | Annotatable::Item(plugin.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxExtension` [INFO] [stderr] --> src/lib.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | SyntaxExtension::MultiModifier(chained), [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `SyntaxExtension` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | Annotatable::Item(p.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:71 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:87 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use syntax::ext::base::{Annotatable, ExtCtxt, SyntaxExtension}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | use syntax::ext::base::MultiItemModifier; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new(cx: &'a mut ExtCtxt<'cx>, loop_count: LoopId) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/bounded_loop.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::base::{Annotatable, ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | left: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/lib.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | right: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:41:6 [INFO] [stderr] | [INFO] [stderr] 41 | impl MultiItemModifier for ChainedMultiMutator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/bounded_loop.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:70 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:90 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | .collect::>>() [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:66 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:82 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:303:24 [INFO] [stderr] | [INFO] [stderr] 303 | fn new(cx: &'a mut ExtCtxt<'cx>, mutations: BufWriter, count: usize) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:326:30 [INFO] [stderr] | [INFO] [stderr] 326 | fn cx(&mut self) -> &mut ExtCtxt<'cx> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:26 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:43 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | quote_expr!(p.cx(), ::mutagen::eq(&$left, &$right, $n, &$sym[$flag], $mask)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:242:17 [INFO] [stderr] | [INFO] [stderr] 242 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:337:17 [INFO] [stderr] | [INFO] [stderr] 337 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:361:17 [INFO] [stderr] | [INFO] [stderr] 361 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:373:17 [INFO] [stderr] | [INFO] [stderr] 373 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | quote_stmt!(self.cx, static __LOOP_COUNTERS : [::std::sync::atomic::AtomicUsize; 0] = [::std::sync::atomic::ATOMIC_USIZE_INIT; 0];).unwrap(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:79:63 [INFO] [stderr] | [INFO] [stderr] 79 | let counters = mem::replace(&mut newstmts[0], quote_stmt!(self.cx, ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> src/bounded_loop.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | let block = quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/bounded_loop.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | quote_expr!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:431:42 [INFO] [stderr] | [INFO] [stderr] 431 | let mut mut_expression = quote_expr!(self.cx(), $lit); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:443:38 [INFO] [stderr] | [INFO] [stderr] 443 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:455:38 [INFO] [stderr] | [INFO] [stderr] 455 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:651:32 [INFO] [stderr] | [INFO] [stderr] 651 | let mut_cond = quote_expr!(self.cx(), ::mutagen::t($cond, $n, &$sym[$flag], $mask)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:671:32 [INFO] [stderr] | [INFO] [stderr] 671 | let mut_cond = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:700:28 [INFO] [stderr] | [INFO] [stderr] 700 | let expr = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_path` in this scope [INFO] [stderr] --> src/lib.rs:764:56 [INFO] [stderr] | [INFO] [stderr] 764 | ... node: ExprKind::Path(None, quote_path!(self.cx(), $alt_self)), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:892:28 [INFO] [stderr] | [INFO] [stderr] 892 | pre_stmts.push(quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:904:17 [INFO] [stderr] | [INFO] [stderr] 904 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:937:25 [INFO] [stderr] | [INFO] [stderr] 937 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:962:32 [INFO] [stderr] | [INFO] [stderr] 962 | pre_stmts.push(quote_stmt!(m.cx, let mut $ident_clone;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:964:21 [INFO] [stderr] | [INFO] [stderr] 964 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:984:59 [INFO] [stderr] | [INFO] [stderr] 984 | let coverage = mem::replace(&mut newstmts[0], quote_stmt!(p.cx(), ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 82 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `mutagen-plugin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use syntax::ext::base::{Annotatable, ExtCtxt, SyntaxExtension}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | use syntax::ext::base::MultiItemModifier; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/bounded_loop.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::base::{Annotatable, ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/lib.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> src/bounded_loop.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::fold::{self, Folder, ExpectOne}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | quote_expr!(p.cx(), ::mutagen::eq(&$left, &$right, $n, &$sym[$flag], $mask)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:242:17 [INFO] [stderr] | [INFO] [stderr] 242 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:260:17 [INFO] [stderr] | [INFO] [stderr] 260 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | quote_expr!(p.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:337:17 [INFO] [stderr] | [INFO] [stderr] 337 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:349:17 [INFO] [stderr] | [INFO] [stderr] 349 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:361:17 [INFO] [stderr] | [INFO] [stderr] 361 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:373:17 [INFO] [stderr] | [INFO] [stderr] 373 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/mutagen-plugin-89b4782e7bd38dd6/out/plugin_ops.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | quote_expr!(p.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | quote_stmt!(self.cx, static __LOOP_COUNTERS : [::std::sync::atomic::AtomicUsize; 0] = [::std::sync::atomic::ATOMIC_USIZE_INIT; 0];).unwrap(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:79:63 [INFO] [stderr] | [INFO] [stderr] 79 | let counters = mem::replace(&mut newstmts[0], quote_stmt!(self.cx, ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_block` in this scope [INFO] [stderr] --> src/bounded_loop.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | let block = quote_block!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/bounded_loop.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | quote_expr!(self.cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:431:42 [INFO] [stderr] | [INFO] [stderr] 431 | let mut mut_expression = quote_expr!(self.cx(), $lit); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:443:38 [INFO] [stderr] | [INFO] [stderr] 443 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:455:38 [INFO] [stderr] | [INFO] [stderr] 455 | mut_expression = quote_expr!(self.cx(), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:651:32 [INFO] [stderr] | [INFO] [stderr] 651 | let mut_cond = quote_expr!(self.cx(), ::mutagen::t($cond, $n, &$sym[$flag], $mask)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:671:32 [INFO] [stderr] | [INFO] [stderr] 671 | let mut_cond = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> src/lib.rs:700:28 [INFO] [stderr] | [INFO] [stderr] 700 | let expr = quote_expr!(self.cx(), { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_path` in this scope [INFO] [stderr] --> src/lib.rs:764:56 [INFO] [stderr] | [INFO] [stderr] 764 | ... node: ExprKind::Path(None, quote_path!(self.cx(), $alt_self)), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:892:28 [INFO] [stderr] | [INFO] [stderr] 892 | pre_stmts.push(quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:904:17 [INFO] [stderr] | [INFO] [stderr] 904 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:919:21 [INFO] [stderr] | [INFO] [stderr] 919 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:937:25 [INFO] [stderr] | [INFO] [stderr] 937 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:962:32 [INFO] [stderr] | [INFO] [stderr] 962 | pre_stmts.push(quote_stmt!(m.cx, let mut $ident_clone;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:964:21 [INFO] [stderr] | [INFO] [stderr] 964 | quote_stmt!(m.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> src/lib.rs:984:59 [INFO] [stderr] | [INFO] [stderr] 984 | let coverage = mem::replace(&mut newstmts[0], quote_stmt!(p.cx(), ();).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | Annotatable::Item(plugin.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxExtension` [INFO] [stderr] --> src/lib.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | SyntaxExtension::MultiModifier(chained), [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `SyntaxExtension` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | Annotatable::Item(p.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:71 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:87 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new(cx: &'a mut ExtCtxt<'cx>, loop_count: LoopId) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | left: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | right: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:41:6 [INFO] [stderr] | [INFO] [stderr] 41 | impl MultiItemModifier for ChainedMultiMutator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:70 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:90 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | .collect::>>() [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:66 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:82 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:303:24 [INFO] [stderr] | [INFO] [stderr] 303 | fn new(cx: &'a mut ExtCtxt<'cx>, mutations: BufWriter, count: usize) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:326:30 [INFO] [stderr] | [INFO] [stderr] 326 | fn cx(&mut self) -> &mut ExtCtxt<'cx> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:26 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:43 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 82 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `mutagen-plugin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | Annotatable::Item(plugin.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/bounded_loop.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxExtension` [INFO] [stderr] --> src/lib.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | SyntaxExtension::MultiModifier(chained), [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `SyntaxExtension` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | Annotatable::Item(i) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | Annotatable::Item(p.fold_item(i).expect_one("expected exactly one item")) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | Annotatable::TraitItem(i) => Annotatable::TraitItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> src/lib.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | Annotatable::ImplItem(i) => Annotatable::ImplItem(i.map(|i| { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:71 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/bounded_loop.rs:19:87 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn bounded_loop(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/bounded_loop.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new(cx: &'a mut ExtCtxt<'cx>, loop_count: LoopId) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | left: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | right: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MultiItemModifier` in this scope [INFO] [stderr] --> src/lib.rs:41:6 [INFO] [stderr] | [INFO] [stderr] 41 | impl MultiItemModifier for ChainedMultiMutator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:70 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:42:90 [INFO] [stderr] | [INFO] [stderr] 42 | fn expand(&self, cx: &mut ExtCtxt, span: Span, mi: &MetaItem, a: Annotatable) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | .collect::>>() [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:66 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> src/lib.rs:75:82 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn mutator(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:303:24 [INFO] [stderr] | [INFO] [stderr] 303 | fn new(cx: &'a mut ExtCtxt<'cx>, mutations: BufWriter, count: usize) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:326:30 [INFO] [stderr] | [INFO] [stderr] 326 | fn cx(&mut self) -> &mut ExtCtxt<'cx> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:26 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeBinding` in this scope [INFO] [stderr] --> src/lib.rs:1240:43 [INFO] [stderr] | [INFO] [stderr] 1240 | fn ty_bindings_equal(a: &TypeBinding, b: &TypeBinding, inout: bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 82 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `mutagen-plugin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4af87566d42206e7e74bef1670db78b8cb6d207884f16e8c1115723b932d4646"` [INFO] running `"docker" "rm" "-f" "4af87566d42206e7e74bef1670db78b8cb6d207884f16e8c1115723b932d4646"` [INFO] [stdout] 4af87566d42206e7e74bef1670db78b8cb6d207884f16e8c1115723b932d4646