[INFO] fetching crate millefeuille 0.0.0... [INFO] testing millefeuille-0.0.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate millefeuille 0.0.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate millefeuille 0.0.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate millefeuille 0.0.0 [INFO] finished tweaking crates.io crate millefeuille 0.0.0 [INFO] tweaked toml for crates.io crate millefeuille 0.0.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec72393863aae3bbf908ee8b15da8261b43ee40cf1d164707c7f3901335cf7a4 [INFO] running `Command { std: "docker" "start" "-a" "ec72393863aae3bbf908ee8b15da8261b43ee40cf1d164707c7f3901335cf7a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec72393863aae3bbf908ee8b15da8261b43ee40cf1d164707c7f3901335cf7a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec72393863aae3bbf908ee8b15da8261b43ee40cf1d164707c7f3901335cf7a4", kill_on_drop: false }` [INFO] [stdout] ec72393863aae3bbf908ee8b15da8261b43ee40cf1d164707c7f3901335cf7a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c3c55e5527fe0cae70c7605e814c25eccb63877db3b6cd58e0948cb27afccc4 [INFO] running `Command { std: "docker" "start" "-a" "7c3c55e5527fe0cae70c7605e814c25eccb63877db3b6cd58e0948cb27afccc4", kill_on_drop: false }` [INFO] [stderr] Compiling millefeuille v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: a __rustc_plugin_registrar symbol must now be defined instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stdout] | ^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(custom_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_front` [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate rustc_front; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate rustc_plugin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> src/millefeuille.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[plugin_registrar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `declare_lint` in this scope [INFO] [stdout] --> src/millefeuille.rs:233:1 [INFO] [stdout] | [INFO] [stdout] 233 | declare_lint!(EARLY_LINT, Forbid, "Forbidden rules in millefeuille (early)"); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `declare_lint` in this scope [INFO] [stdout] --> src/millefeuille.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 234 | declare_lint!(LATE_LINT, Forbid, "Forbidden rules in millefeuille (late)"); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `lint_array` in this scope [INFO] [stdout] --> src/millefeuille.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | lint_array!(EARLY_LINT) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `lint_array` in this scope [INFO] [stdout] --> src/millefeuille.rs:292:9 [INFO] [stdout] | [INFO] [stdout] 292 | lint_array!(LATE_LINT) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | ast::MetaWord(_) => {} [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | Annotatable::Item(ast_item) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:62:33 [INFO] [stdout] | [INFO] [stdout] 62 | let attribute = attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:62:53 [INFO] [stdout] | [INFO] [stdout] 62 | let attribute = attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:63:53 [INFO] [stdout] | [INFO] [stdout] 63 | ... attr::mk_word_item(InternedString::new("millefeuille_function"))); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InternedString` [INFO] [stdout] --> src/millefeuille.rs:63:72 [INFO] [stdout] | [INFO] [stdout] 63 | ... attr::mk_word_item(InternedString::new("millefeuille_function"))); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `InternedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:69:32 [INFO] [stdout] | [INFO] [stdout] 69 | new_attrs.push(attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:69:52 [INFO] [stdout] | [INFO] [stdout] 69 | new_attrs.push(attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | ... attr::mk_list_item(InternedString::new("inline"), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InternedString` [INFO] [stdout] --> src/millefeuille.rs:70:71 [INFO] [stdout] | [INFO] [stdout] 70 | ... attr::mk_list_item(InternedString::new("inline"), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `InternedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:71:76 [INFO] [stdout] | [INFO] [stdout] 71 | ... vec![attr::mk_word_item(InternedString::new("always"))]))); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InternedString` [INFO] [stdout] --> src/millefeuille.rs:71:95 [INFO] [stdout] | [INFO] [stdout] 71 | ... vec![attr::mk_word_item(InternedString::new("always"))]))); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `InternedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:93:20 [INFO] [stdout] | [INFO] [stdout] 93 | all_list: Vec<(ast::Ident,ast::Ident)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | all_list: Vec<(ast::Ident,ast::Ident)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | last_module: ast::Ident, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | fn new(name: ast::Ident, expand: &'a mut ExtCtxt<'b>) -> FfiContext<'a,'b> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/millefeuille.rs:108:16 [INFO] [stdout] | [INFO] [stdout] 108 | impl<'v,'a,'b> visit::Visitor<'v> for FfiContext<'a,'b> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:109:40 [INFO] [stdout] | [INFO] [stdout] 109 | fn visit_item(&mut self, item: &'v ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | if let ast::ItemMod(_) = item.node { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | if let ast::ItemFn(_, _, _, _, _, _) = item.node.clone() { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ext` [INFO] [stdout] --> src/millefeuille.rs:134:25 [INFO] [stdout] | [INFO] [stdout] 134 | let small_vec = ext::expand::expand_item(P(item.clone()), &mut self.expand.expander()); [INFO] [stdout] | ^^^ use of undeclared crate or module `ext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/millefeuille.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | visit::walk_item(self, sub_item) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | ast::MetaWord(_) => {} [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | Annotatable::Item(ast_item) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | if let ast::ItemMod(prev_module) = ast_item.node.clone() { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/millefeuille.rs:158:18 [INFO] [stdout] | [INFO] [stdout] 158 | visit::walk_mod(&mut local_context, &prev_module); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:173:27 [INFO] [stdout] | [INFO] [stdout] 173 | node: ast::ItemMod( ast::Mod { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:173:41 [INFO] [stdout] | [INFO] [stdout] 173 | node: ast::ItemMod( ast::Mod { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | ast::MetaWord(_) => {} [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | Annotatable::Item(ast_item) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:209:33 [INFO] [stdout] | [INFO] [stdout] 209 | let attribute = attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:209:53 [INFO] [stdout] | [INFO] [stdout] 209 | let attribute = attr::mk_attr_outer(attr::mk_attr_id(), [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:210:53 [INFO] [stdout] | [INFO] [stdout] 210 | ... attr::mk_word_item(InternedString::new("millefeuille_packet"))); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InternedString` [INFO] [stdout] --> src/millefeuille.rs:210:72 [INFO] [stdout] | [INFO] [stdout] 210 | ... attr::mk_word_item(InternedString::new("millefeuille_packet"))); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `InternedString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Annotatable` [INFO] [stdout] --> src/millefeuille.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Annotatable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:249:61 [INFO] [stdout] | [INFO] [stdout] 249 | fn check_item(&mut self, context: &EarlyContext, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/millefeuille.rs:279:64 [INFO] [stdout] | [INFO] [stdout] 279 | fn exit_lint_attrs(&mut self, context: &EarlyContext, _: &[ast::Attribute]) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hir` [INFO] [stdout] --> src/millefeuille.rs:297:60 [INFO] [stdout] | [INFO] [stdout] 297 | fn check_item(&mut self, context: &LateContext, item: &hir::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `hir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:302:25 [INFO] [stdout] | [INFO] [stdout] 302 | attr::mark_used(&attr); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hir` [INFO] [stdout] --> src/millefeuille.rs:303:32 [INFO] [stdout] | [INFO] [stdout] 303 | if let hir::ItemFn(_, unsafety, _, _, _, _) = item.node.clone() { [INFO] [stdout] | ^^^ use of undeclared crate or module `hir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hir` [INFO] [stdout] --> src/millefeuille.rs:304:32 [INFO] [stdout] | [INFO] [stdout] 304 | ... if hir::Unsafety::Unsafe == unsafety { [INFO] [stdout] | ^^^ use of undeclared crate or module `hir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `middle` [INFO] [stdout] --> src/millefeuille.rs:309:40 [INFO] [stdout] | [INFO] [stdout] 309 | ... if let middle::ty::TyBareFn(_, fn_ty) = fn_ty.sty { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `middle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hir` [INFO] [stdout] --> src/millefeuille.rs:310:40 [INFO] [stdout] | [INFO] [stdout] 310 | ... if hir::Unsafety::Unsafe == fn_ty.unsafety { [INFO] [stdout] | ^^^ use of undeclared crate or module `hir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `abi` [INFO] [stdout] --> src/millefeuille.rs:314:40 [INFO] [stdout] | [INFO] [stdout] 314 | ... if abi::Rust != fn_ty.abi { [INFO] [stdout] | ^^^ use of undeclared crate or module `abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `middle` [INFO] [stdout] --> src/millefeuille.rs:323:58 [INFO] [stdout] | [INFO] [stdout] 323 | ... if let (Some(in_ty), middle::ty::FnConverging(out_ty)) = (sig.inputs.first(), sig.output) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `middle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> src/millefeuille.rs:358:25 [INFO] [stdout] | [INFO] [stdout] 358 | attr::mark_used(&attr); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `hir` [INFO] [stdout] --> src/millefeuille.rs:359:32 [INFO] [stdout] | [INFO] [stdout] 359 | if let hir::ItemStruct(_, _) = item.node.clone() { [INFO] [stdout] | ^^^ use of undeclared crate or module `hir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn build_millefeuille_ffi_map(input: &[(ast::Ident,ast::Ident)]) -> ast::MacroDef { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:14:56 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn build_millefeuille_ffi_map(input: &[(ast::Ident,ast::Ident)]) -> ast::MacroDef { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:14:73 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn build_millefeuille_ffi_map(input: &[(ast::Ident,ast::Ident)]) -> ast::MacroDef { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | TokenTree::Token(DUMMY_SP, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | Token::Literal( [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Lit` [INFO] [stdout] --> src/build_macro_def.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | Lit::Str_( [INFO] [stdout] | ^^^ use of undeclared type `Lit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:39:44 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:39:89 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | delim: DelimToken::Paren, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | TokenTree::Token(DUMMY_SP, Token::Ident(modname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | TokenTree::Token(DUMMY_SP, Token::Ident(modname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:47:68 [INFO] [stdout] | [INFO] [stdout] 47 | TokenTree::Token(DUMMY_SP, Token::Ident(modname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | TokenTree::Token(DUMMY_SP, Token::ModSep), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:48:46 [INFO] [stdout] | [INFO] [stdout] 48 | TokenTree::Token(DUMMY_SP, Token::ModSep), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | TokenTree::Token(DUMMY_SP, Token::Ident(fname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:49:46 [INFO] [stdout] | [INFO] [stdout] 49 | TokenTree::Token(DUMMY_SP, Token::Ident(fname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:49:66 [INFO] [stdout] | [INFO] [stdout] 49 | TokenTree::Token(DUMMY_SP, Token::Ident(fname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | TokenTree::Token(DUMMY_SP, Token::Comma), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | TokenTree::Token(DUMMY_SP, Token::Comma), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Underscore)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:59:48 [INFO] [stdout] | [INFO] [stdout] 59 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Underscore)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | match_body.push(TokenTree::Token(DUMMY_SP, Token::FatArrow)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:60:48 [INFO] [stdout] | [INFO] [stdout] 60 | match_body.push(TokenTree::Token(DUMMY_SP, Token::FatArrow)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:61:48 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:61:61 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:61:106 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Comma)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:62:48 [INFO] [stdout] | [INFO] [stdout] 62 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | ast::MacroDef { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | ident: ast::Ident::with_empty_ctxt(intern("millefeuille_ffi_map")), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | id: ast::DUMMY_NODE_ID, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | delim: DelimToken::Paren, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:81:37 [INFO] [stdout] | [INFO] [stdout] 81 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | delim: DelimToken::Brace, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOpToken` [INFO] [stdout] --> src/build_macro_def.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `BinOpToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:88:46 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:88:59 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:88:101 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:89:46 [INFO] [stdout] | [INFO] [stdout] 89 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOpToken` [INFO] [stdout] --> src/build_macro_def.rs:89:59 [INFO] [stdout] | [INFO] [stdout] 89 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `BinOpToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:90:46 [INFO] [stdout] | [INFO] [stdout] 90 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:91:59 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:91:106 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | TokenTree::Token(DUMMY_SP, Token::Lt), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:92:46 [INFO] [stdout] | [INFO] [stdout] 92 | TokenTree::Token(DUMMY_SP, Token::Lt), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:93:46 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:93:59 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:93:102 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:95:37 [INFO] [stdout] | [INFO] [stdout] 95 | ... delim: DelimToken::Paren, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:99:31 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:99:58 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:99:71 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:99:118 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:103:46 [INFO] [stdout] | [INFO] [stdout] 103 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:104:59 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:104:106 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | TokenTree::Token(DUMMY_SP, Token::Gt), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:105:46 [INFO] [stdout] | [INFO] [stdout] 105 | TokenTree::Token(DUMMY_SP, Token::Gt), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 110 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | ... delim: DelimToken::Brace, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:115:31 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:115:58 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:115:71 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:115:117 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:116:58 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/build_macro_def.rs:116:71 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> src/build_macro_def.rs:116:113 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:117:31 [INFO] [stdout] | [INFO] [stdout] 117 | ... TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/build_macro_def.rs:118:49 [INFO] [stdout] | [INFO] [stdout] 118 | ... delim: DelimToken::Brace, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/build_macro_def.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | TokenTree::Token(DUMMY_SP, Token::Semi), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/build_macro_def.rs:130:37 [INFO] [stdout] | [INFO] [stdout] 130 | TokenTree::Token(DUMMY_SP, Token::Semi), [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> src/millefeuille.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn registrar(registry: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/millefeuille.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | registry.register_syntax_extension(intern("millefeuille_ffi"), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MultiModifier` in this scope [INFO] [stdout] --> src/millefeuille.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | ... MultiModifier(Box::new(millefeuille_ffi_expand))); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/millefeuille.rs:33:40 [INFO] [stdout] | [INFO] [stdout] 33 | registry.register_syntax_extension(intern("millefeuille"), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MultiModifier` in this scope [INFO] [stdout] --> src/millefeuille.rs:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | ... MultiModifier(Box::new(millefeuille_expand))); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/millefeuille.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | registry.register_syntax_extension(intern("packet"), MultiModifier(Box::new(packet_expand))); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MultiModifier` in this scope [INFO] [stdout] --> src/millefeuille.rs:35:58 [INFO] [stdout] | [INFO] [stdout] 35 | registry.register_syntax_extension(intern("packet"), MultiModifier(Box::new(packet_expand))); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EarlyLintPassObject` in this scope [INFO] [stdout] --> src/millefeuille.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | }) as EarlyLintPassObject); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateLintPassObject` in this scope [INFO] [stdout] --> src/millefeuille.rs:41:72 [INFO] [stdout] | [INFO] [stdout] 41 | registry.register_late_lint_pass(Box::new(MillefeuilleLateLint) as LateLintPassObject); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/millefeuille.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/millefeuille.rs:44:53 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MetaItem` in this scope [INFO] [stdout] --> src/millefeuille.rs:44:71 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:44:108 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/millefeuille.rs:75:35 [INFO] [stdout] | [INFO] [stdout] 44 | fn millefeuille_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | - help: you might be missing a type parameter: `
` [INFO] [stdout] ... [INFO] [stdout] 75 | Annotatable::Item(P(Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Item` in this scope [INFO] [stdout] --> src/millefeuille.rs:75:37 [INFO] [stdout] | [INFO] [stdout] 75 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/millefeuille.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | expand: &'a mut ExtCtxt<'b>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/millefeuille.rs:99:46 [INFO] [stdout] | [INFO] [stdout] 99 | fn new(name: ast::Ident, expand: &'a mut ExtCtxt<'b>) -> FfiContext<'a,'b> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `MetaWord` in this scope [INFO] [stdout] --> src/millefeuille.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | if let MetaWord(word) = attr.node.value.node.clone() { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/millefeuille.rs:134:50 [INFO] [stdout] | [INFO] [stdout] 134 | let small_vec = ext::expand::expand_item(P(item.clone()), &mut self.expand.expander()); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/millefeuille.rs:141:42 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/millefeuille.rs:141:57 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MetaItem` in this scope [INFO] [stdout] --> src/millefeuille.rs:141:75 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:141:96 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:141:112 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/millefeuille.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 141 | fn millefeuille_ffi_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | - help: you might be missing a type parameter: `
` [INFO] [stdout] ... [INFO] [stdout] 169 | Annotatable::Item(P(Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Item` in this scope [INFO] [stdout] --> src/millefeuille.rs:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/millefeuille.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/millefeuille.rs:192:47 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MetaItem` in this scope [INFO] [stdout] --> src/millefeuille.rs:192:65 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:192:86 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stdout] --> src/millefeuille.rs:192:102 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/millefeuille.rs:216:35 [INFO] [stdout] | [INFO] [stdout] 192 | fn packet_expand(context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, orig_item: Annotatable) -> Annotatable { [INFO] [stdout] | - help: you might be missing a type parameter: `
` [INFO] [stdout] ... [INFO] [stdout] 216 | Annotatable::Item(P(Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Item` in this scope [INFO] [stdout] --> src/millefeuille.rs:216:37 [INFO] [stdout] | [INFO] [stdout] 216 | Annotatable::Item(P(Item { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/millefeuille.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 236 | struct MillefeuilleEarlyLint { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 237 | packet_def: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/millefeuille.rs:238:29 [INFO] [stdout] | [INFO] [stdout] 236 | struct MillefeuilleEarlyLint { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 237 | packet_def: Option, [INFO] [stdout] 238 | millefeuille_spans: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LintPass` in this scope [INFO] [stdout] --> src/millefeuille.rs:242:6 [INFO] [stdout] | [INFO] [stdout] 242 | impl LintPass for MillefeuilleEarlyLint { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LintArray` in this scope [INFO] [stdout] --> src/millefeuille.rs:243:28 [INFO] [stdout] | [INFO] [stdout] 243 | fn get_lints(&self) -> LintArray { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EarlyLintPass` in this scope [INFO] [stdout] --> src/millefeuille.rs:248:6 [INFO] [stdout] | [INFO] [stdout] 248 | impl EarlyLintPass for MillefeuilleEarlyLint { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EarlyContext` in this scope [INFO] [stdout] --> src/millefeuille.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | fn check_item(&mut self, context: &EarlyContext, item: &ast::Item) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `MetaWord` in this scope [INFO] [stdout] --> src/millefeuille.rs:252:20 [INFO] [stdout] | [INFO] [stdout] 252 | if let MetaWord(word) = attr.node.value.node.clone() { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EarlyContext` in this scope [INFO] [stdout] --> src/millefeuille.rs:279:45 [INFO] [stdout] | [INFO] [stdout] 279 | fn exit_lint_attrs(&mut self, context: &EarlyContext, _: &[ast::Attribute]) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LintPass` in this scope [INFO] [stdout] --> src/millefeuille.rs:290:6 [INFO] [stdout] | [INFO] [stdout] 290 | impl LintPass for MillefeuilleLateLint { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LintArray` in this scope [INFO] [stdout] --> src/millefeuille.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | fn get_lints(&self) -> LintArray { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LateLintPass` in this scope [INFO] [stdout] --> src/millefeuille.rs:296:6 [INFO] [stdout] | [INFO] [stdout] 296 | impl LateLintPass for MillefeuilleLateLint { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> src/millefeuille.rs:297:40 [INFO] [stdout] | [INFO] [stdout] 297 | fn check_item(&mut self, context: &LateContext, item: &hir::Item) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `MetaWord` in this scope [INFO] [stdout] --> src/millefeuille.rs:299:20 [INFO] [stdout] | [INFO] [stdout] 299 | if let MetaWord(word) = attr.node.value.node.clone() { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | TokenTree::Token(DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | intern( [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:39:72 [INFO] [stdout] | [INFO] [stdout] 39 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Some")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 42 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:47:36 [INFO] [stdout] | [INFO] [stdout] 47 | TokenTree::Token(DUMMY_SP, Token::Ident(modname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:48:36 [INFO] [stdout] | [INFO] [stdout] 48 | TokenTree::Token(DUMMY_SP, Token::ModSep), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | TokenTree::Token(DUMMY_SP, Token::Ident(fname, IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | TokenTree::Token(DUMMY_SP, Token::Comma), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:59:38 [INFO] [stdout] | [INFO] [stdout] 59 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Underscore)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | match_body.push(TokenTree::Token(DUMMY_SP, Token::FatArrow)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:61:38 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:61:89 [INFO] [stdout] | [INFO] [stdout] 61 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("None")), IdentStyle::Plain))); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | match_body.push(TokenTree::Token(DUMMY_SP, Token::Comma)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:65:44 [INFO] [stdout] | [INFO] [stdout] 65 | ident: ast::Ident::with_empty_ctxt(intern("millefeuille_ffi_map")), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:74:49 [INFO] [stdout] | [INFO] [stdout] 74 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 81 | TokenTree::Token(DUMMY_SP, Token::FatArrow), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:82:31 [INFO] [stdout] | [INFO] [stdout] 82 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:84:29 [INFO] [stdout] | [INFO] [stdout] 84 | open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:88:36 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:88:87 [INFO] [stdout] | [INFO] [stdout] 88 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:89:36 [INFO] [stdout] | [INFO] [stdout] 89 | TokenTree::Token(DUMMY_SP, Token::BinOp(BinOpToken::Or)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:90:36 [INFO] [stdout] | [INFO] [stdout] 90 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:91:87 [INFO] [stdout] | [INFO] [stdout] 91 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Option")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:92:36 [INFO] [stdout] | [INFO] [stdout] 92 | TokenTree::Token(DUMMY_SP, Token::Lt), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:93:87 [INFO] [stdout] | [INFO] [stdout] 93 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("fn")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:94:40 [INFO] [stdout] | [INFO] [stdout] 94 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:94:58 [INFO] [stdout] | [INFO] [stdout] 94 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:96:41 [INFO] [stdout] | [INFO] [stdout] 96 | ... open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:97:42 [INFO] [stdout] | [INFO] [stdout] 97 | ... close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:99:48 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:99:99 [INFO] [stdout] | [INFO] [stdout] 99 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:103:36 [INFO] [stdout] | [INFO] [stdout] 103 | TokenTree::Token(DUMMY_SP, Token::RArrow), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:104:36 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:104:87 [INFO] [stdout] | [INFO] [stdout] 104 | TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("Packet")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:105:36 [INFO] [stdout] | [INFO] [stdout] 105 | TokenTree::Token(DUMMY_SP, Token::Gt), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:110:40 [INFO] [stdout] | [INFO] [stdout] 110 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:110:58 [INFO] [stdout] | [INFO] [stdout] 110 | TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | ... open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:113:42 [INFO] [stdout] | [INFO] [stdout] 113 | ... close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:115:48 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:115:99 [INFO] [stdout] | [INFO] [stdout] 115 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("match")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:116:48 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern` in this scope [INFO] [stdout] --> src/build_macro_def.rs:116:99 [INFO] [stdout] | [INFO] [stdout] 116 | ... TokenTree::Token(DUMMY_SP, Token::Ident(ast::Ident::with_empty_ctxt(intern("x")), IdentStyle::Plain)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:117:52 [INFO] [stdout] | [INFO] [stdout] 117 | ... TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Delimited` in this scope [INFO] [stdout] --> src/build_macro_def.rs:117:70 [INFO] [stdout] | [INFO] [stdout] 117 | ... TokenTree::Delimited(DUMMY_SP, Rc::new(Delimited { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:119:53 [INFO] [stdout] | [INFO] [stdout] 119 | ... open_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:120:54 [INFO] [stdout] | [INFO] [stdout] 120 | ... close_span: DUMMY_SP, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/build_macro_def.rs:130:27 [INFO] [stdout] | [INFO] [stdout] 130 | TokenTree::Token(DUMMY_SP, Token::Semi), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(custom_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 265 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0433, E0463, E0531, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `millefeuille` due to 266 previous errors [INFO] running `Command { std: "docker" "inspect" "7c3c55e5527fe0cae70c7605e814c25eccb63877db3b6cd58e0948cb27afccc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c3c55e5527fe0cae70c7605e814c25eccb63877db3b6cd58e0948cb27afccc4", kill_on_drop: false }` [INFO] [stdout] 7c3c55e5527fe0cae70c7605e814c25eccb63877db3b6cd58e0948cb27afccc4