[INFO] cloning repository https://github.com/ivlevdenis/rust_qt_qml [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ivlevdenis/rust_qt_qml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivlevdenis%2Frust_qt_qml", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivlevdenis%2Frust_qt_qml'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3af1c958a1195e392d214a8da2e8367600c18dec [INFO] testing ivlevdenis/rust_qt_qml against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivlevdenis%2Frust_qt_qml" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ivlevdenis/rust_qt_qml 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 git repo https://github.com/ivlevdenis/rust_qt_qml [INFO] finished tweaking git repo https://github.com/ivlevdenis/rust_qt_qml [INFO] tweaked toml for git repo https://github.com/ivlevdenis/rust_qt_qml written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/ivlevdenis/rust_qt_qml already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/google/rustcxx.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] a9e24250a4ccabbb281f359b276e7e522799e2eb80acfc20edde0e0121c8869a [INFO] running `Command { std: "docker" "start" "-a" "a9e24250a4ccabbb281f359b276e7e522799e2eb80acfc20edde0e0121c8869a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9e24250a4ccabbb281f359b276e7e522799e2eb80acfc20edde0e0121c8869a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9e24250a4ccabbb281f359b276e7e522799e2eb80acfc20edde0e0121c8869a", kill_on_drop: false }` [INFO] [stdout] a9e24250a4ccabbb281f359b276e7e522799e2eb80acfc20edde0e0121c8869a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 151395c894806ae8f64408e9d8acaaae22df40415a1cab45ed0b8a0ad9c3f344 [INFO] running `Command { std: "docker" "start" "-a" "151395c894806ae8f64408e9d8acaaae22df40415a1cab45ed0b8a0ad9c3f344", kill_on_drop: false }` [INFO] [stderr] Compiling rustcxx_common v0.1.0 (https://github.com/google/rustcxx.git#7a662d8c) [INFO] [stderr] Compiling gcc v0.3.35 [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | 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[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:29:57 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn convert_ty_to_cxx<'a>(handler: &'a Handler, ty: &ast::Ty) [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:43:51 [INFO] [stdout] | [INFO] [stdout] 43 | fn convert_ptr<'a>(handler: &'a Handler, mut_ty: &ast::MutTy) [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:57:50 [INFO] [stdout] | [INFO] [stdout] 57 | fn convert_path<'a>(handler: &'a Handler, path: &ast::Path) [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue>; [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | type Body = P; [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:68:35 [INFO] [stdout] | [INFO] [stdout] 68 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue> { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | if parser.eat(&token::Eq) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:71:34 [INFO] [stdout] | [INFO] [stdout] 71 | while !parser.check(&token::Comma) && [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:72:34 [INFO] [stdout] | [INFO] [stdout] 72 | !parser.check(&token::CloseDelim(token::Paren)) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:72:52 [INFO] [stdout] | [INFO] [stdout] 72 | !parser.check(&token::CloseDelim(token::Paren)) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:84:23 [INFO] [stdout] | [INFO] [stdout] 84 | type ArgValue = P; [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 87 | try!(parser.expect(&token::OpenDelim(token::Brace))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | try!(parser.expect(&token::OpenDelim(token::Brace))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:90:14 [INFO] [stdout] | [INFO] [stdout] 90 | &token::CloseDelim(token::Brace), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | &token::CloseDelim(token::Brace), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SeqSep` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | SeqSep::none(), [INFO] [stdout] | ^^^^^^ use of undeclared type `SeqSep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:97:35 [INFO] [stdout] | [INFO] [stdout] 97 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue> { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | if parser.eat(&token::Eq) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | pub name: 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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | pub ret_ty: Option>, [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | let args = if parser.check(&token::OpenDelim(token::Paren)) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:120:54 [INFO] [stdout] | [INFO] [stdout] 120 | let args = if parser.check(&token::OpenDelim(token::Paren)) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:126:57 [INFO] [stdout] | [INFO] [stdout] 126 | let ret_ty = if args.is_some() && parser.check(&token::RArrow) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:154:14 [INFO] [stdout] | [INFO] [stdout] 154 | &token::OpenDelim(token::Paren), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | &token::OpenDelim(token::Paren), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | &token::CloseDelim(token::Paren), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | &token::CloseDelim(token::Paren), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SeqSep` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | SeqSep::trailing_allowed(token::Comma), [INFO] [stdout] | ^^^^^^ use of undeclared type `SeqSep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | SeqSep::trailing_allowed(token::Comma), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:160:67 [INFO] [stdout] | [INFO] [stdout] 160 | fn parse_ret_ty<'a>(parser: &mut Parser<'a>) -> PResult<'a, P> { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | try!(parser.expect(&token::RArrow)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn fn_decl(&self, ecx: &ExtCtxt) -> P { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:171:38 [INFO] [stdout] | [INFO] [stdout] 171 | ... .map(ast::FunctionRetTy::Ty) [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:172:44 [INFO] [stdout] | [INFO] [stdout] 172 | ... .unwrap_or(ast::FunctionRetTy::Default(DUMMY_SP)); [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:174:11 [INFO] [stdout] | [INFO] [stdout] 174 | P(ast::FnDecl { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:181:50 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn foreign_item(&self, ecx: &ExtCtxt) -> ast::ForeignItem { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | ast::ForeignItem { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | node: ast::ForeignItemKind::Fn(fn_decl, ast::Generics::default()), [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:188:53 [INFO] [stdout] | [INFO] [stdout] 188 | node: ast::ForeignItemKind::Fn(fn_decl, ast::Generics::default()), [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:189:18 [INFO] [stdout] | [INFO] [stdout] 189 | vis: ast::Visibility::Inherited, [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 212 | pub ident: ast::SpannedIdent, [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | pub ty: P, [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:227:29 [INFO] [stdout] | [INFO] [stdout] 227 | try!(parser.expect(&token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:248:68 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn call_expr<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, P> { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:338:51 [INFO] [stdout] | [INFO] [stdout] 338 | pub fn item<'a>(&self, ecx: &'a ExtCtxt) -> P { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:342:50 [INFO] [stdout] | [INFO] [stdout] 342 | let no_mangle = ecx.meta_word(self.span, token::intern("no_mangle").as_str()); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:348:13 [INFO] [stdout] | [INFO] [stdout] 348 | token::intern("deny").as_str(), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:349:53 [INFO] [stdout] | [INFO] [stdout] 349 | vec![ecx.meta_list_item_word(self.span, token::intern("private_no_mangle_fns").as_str())]); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | let fn_item = ast::ItemKind::Fn( [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:357:19 [INFO] [stdout] | [INFO] [stdout] 357 | decl, ast::Unsafety::Unsafe, dummy_spanned(ast::Constness::NotConst), [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:357:56 [INFO] [stdout] | [INFO] [stdout] 357 | decl, ast::Unsafety::Unsafe, dummy_spanned(ast::Constness::NotConst), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | Abi::C, ast::Generics::default(), self.body.clone()); [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:358:21 [INFO] [stdout] | [INFO] [stdout] 358 | Abi::C, ast::Generics::default(), self.body.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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:360:11 [INFO] [stdout] | [INFO] [stdout] 360 | P(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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:363:17 [INFO] [stdout] | [INFO] [stdout] 363 | 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 crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:365:18 [INFO] [stdout] | [INFO] [stdout] 365 | vis: ast::Visibility::Public, [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:382:20 [INFO] [stdout] | [INFO] [stdout] 382 | (Some(&TokenTree::Token(_, token::Ident(ident))), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:382:40 [INFO] [stdout] | [INFO] [stdout] 382 | (Some(&TokenTree::Token(_, token::Ident(ident))), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:383:20 [INFO] [stdout] | [INFO] [stdout] 383 | Some(&TokenTree::Token(_, token::Not)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:383:40 [INFO] [stdout] | [INFO] [stdout] 383 | Some(&TokenTree::Token(_, token::Not)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | Some(&TokenTree::Delimited(span, ref contents))) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:390:20 [INFO] [stdout] | [INFO] [stdout] 390 | (Some(&TokenTree::Delimited(_, ref contents)), _, _) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | (Some(&TokenTree::Token(span, ref tok)), _, _) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:401:20 [INFO] [stdout] | [INFO] [stdout] 401 | (Some(&TokenTree::Sequence(..)), _, _) => unimplemented!(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:418:14 [INFO] [stdout] | [INFO] [stdout] 418 | &TokenTree::Token(span, ref tok) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:421:14 [INFO] [stdout] | [INFO] [stdout] 421 | &TokenTree::Delimited(_, ref delimited) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:430:14 [INFO] [stdout] | [INFO] [stdout] 430 | &TokenTree::Sequence(..) => unimplemented!() [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handler` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:29:43 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn convert_ty_to_cxx<'a>(handler: &'a Handler, ty: &ast::Ty) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | ... -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Ptr` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | Ptr(ref mut_ty) => convert_ptr(handler, mut_ty), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | Path(None, ref path) => convert_path(handler, path), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ty_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:37:70 [INFO] [stdout] | [INFO] [stdout] 37 | let msg = format!("Unsupported type `{}` in cxx! macro", ty_to_string(&ty)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handler` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | fn convert_ptr<'a>(handler: &'a Handler, mut_ty: &ast::MutTy) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handler` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | fn convert_path<'a>(handler: &'a Handler, path: &ast::Path) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/types.rs:58:24 [INFO] [stdout] | [INFO] [stdout] 58 | -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToTokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | type Body: ToTokens; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body>; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:49:51 [INFO] [stdout] | [INFO] [stdout] 49 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body>; [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | fn parse_arg_value<'a>(ecx: &ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | ... parser: &mut Parser<'a>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:52:57 [INFO] [stdout] | [INFO] [stdout] 52 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue>; [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | type Body = P; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | type ArgValue = Vec>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:62:36 [INFO] [stdout] | [INFO] [stdout] 62 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:62:51 [INFO] [stdout] | [INFO] [stdout] 62 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:66:35 [INFO] [stdout] | [INFO] [stdout] 66 | fn parse_arg_value<'a>(_ecx: &ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | ... parser: &mut Parser<'a>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:68:57 [INFO] [stdout] | [INFO] [stdout] 68 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | Ok(vec![respan(ident.span, ident.node.to_string())]) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 82 | impl Lang for Cxx { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 83 | type Body = Vec; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | type ArgValue = P; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:86:51 [INFO] [stdout] | [INFO] [stdout] 86 | fn parse_body<'a>(parser: &mut Parser<'a>) -> PResult<'a, Self::Body> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:95:34 [INFO] [stdout] | [INFO] [stdout] 95 | fn parse_arg_value<'a>(ecx: &ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:96:41 [INFO] [stdout] | [INFO] [stdout] 96 | ... parser: &mut Parser<'a>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:97:57 [INFO] [stdout] | [INFO] [stdout] 97 | ... ident: ast::SpannedIdent) -> PResult<'a, Self::ArgValue> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | pub span: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:109:24 [INFO] [stdout] | [INFO] [stdout] 106 | pub struct Function { [INFO] [stdout] | - similarly named type parameter `L` defined here [INFO] [stdout] ... [INFO] [stdout] 109 | pub ret_ty: Option>, [INFO] [stdout] | ^ help: a type parameter with a similar name exists: `L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:115:28 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn parse<'a>(ecx: &ExtCtxt<'a>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:116:28 [INFO] [stdout] | [INFO] [stdout] 116 | span: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:117:29 [INFO] [stdout] | [INFO] [stdout] 117 | tts: &[TokenTree]) -> PResult<'a, Function> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:117:44 [INFO] [stdout] | [INFO] [stdout] 117 | tts: &[TokenTree]) -> PResult<'a, Function> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tts_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | tts_to_string(&body.to_tokens(ecx)).hash(&mut hasher); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:151:29 [INFO] [stdout] | [INFO] [stdout] 151 | fn parse_args<'a>(ecx: &ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:152:36 [INFO] [stdout] | [INFO] [stdout] 152 | parser: &mut Parser<'a>) -> PResult<'a, Vec>> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:152:51 [INFO] [stdout] | [INFO] [stdout] 152 | parser: &mut Parser<'a>) -> PResult<'a, Vec>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:160:38 [INFO] [stdout] | [INFO] [stdout] 160 | fn parse_ret_ty<'a>(parser: &mut Parser<'a>) -> PResult<'a, P> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:160:53 [INFO] [stdout] | [INFO] [stdout] 160 | fn parse_ret_ty<'a>(parser: &mut Parser<'a>) -> PResult<'a, P> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:160:65 [INFO] [stdout] | [INFO] [stdout] 114 | impl Function { [INFO] [stdout] | - similarly named type parameter `L` defined here [INFO] [stdout] ... [INFO] [stdout] 160 | fn parse_ret_ty<'a>(parser: &mut Parser<'a>) -> PResult<'a, P> { [INFO] [stdout] | ^ help: a type parameter with a similar name exists: `L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn fn_decl(&self, ecx: &ExtCtxt) -> P { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:165:45 [INFO] [stdout] | [INFO] [stdout] 114 | impl Function { [INFO] [stdout] | - similarly named type parameter `L` defined here [INFO] [stdout] ... [INFO] [stdout] 165 | pub fn fn_decl(&self, ecx: &ExtCtxt) -> P { [INFO] [stdout] | ^ help: a type parameter with a similar name exists: `L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:172:72 [INFO] [stdout] | [INFO] [stdout] 172 | ... .unwrap_or(ast::FunctionRetTy::Default(DUMMY_SP)); [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | P(ast::FnDecl { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:181:38 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn foreign_item(&self, ecx: &ExtCtxt) -> ast::ForeignItem { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_NODE_ID` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | id: DUMMY_NODE_ID, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:194:41 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn cxx_args<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:194:53 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn cxx_args<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:198:22 [INFO] [stdout] | [INFO] [stdout] 198 | }).collect::>>()); [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:203:43 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn cxx_ret_ty<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:203:55 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn cxx_ret_ty<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 211 | pub struct ArgSpec { [INFO] [stdout] | - similarly named type parameter `L` defined here [INFO] [stdout] 212 | pub ident: ast::SpannedIdent, [INFO] [stdout] 213 | pub ty: P, [INFO] [stdout] | ^ help: a type parameter with a similar name exists: `L` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:218:28 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn parse<'a>(ecx: &ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:219:35 [INFO] [stdout] | [INFO] [stdout] 219 | parser: &mut Parser<'a>) -> PResult<'a, ArgSpec> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:219:50 [INFO] [stdout] | [INFO] [stdout] 219 | parser: &mut Parser<'a>) -> PResult<'a, ArgSpec> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | spanned(lo, hi, ident) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handler` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:239:45 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn cxx_type<'a>(&self, handler: &'a Handler) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:240:28 [INFO] [stdout] | [INFO] [stdout] 240 | -> PResult<'a, Cow<'static, str>> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:248:42 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn call_expr<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, P> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:248:54 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn call_expr<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, P> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:248:66 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn call_expr<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, P> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:255:41 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn cxx_code<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:255:53 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn cxx_code<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:319:42 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn cxx_decl<'a>(&self, _ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:319:54 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn cxx_decl<'a>(&self, _ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:323:41 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn cxx_call<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:323:53 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn cxx_call<'a>(&self, ecx: &'a ExtCtxt) -> PResult<'a, String> { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | let arg_separator = respan(DUMMY_SP, String::from(",")); [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:327:36 [INFO] [stdout] | [INFO] [stdout] 327 | let arg_separator = respan(DUMMY_SP, String::from(",")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:338:37 [INFO] [stdout] | [INFO] [stdout] 338 | pub fn item<'a>(&self, ecx: &'a ExtCtxt) -> P { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:338:49 [INFO] [stdout] | [INFO] [stdout] 338 | pub fn item<'a>(&self, ecx: &'a ExtCtxt) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dummy_spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:357:42 [INFO] [stdout] | [INFO] [stdout] 357 | decl, ast::Unsafety::Unsafe, dummy_spanned(ast::Constness::NotConst), [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:360:9 [INFO] [stdout] | [INFO] [stdout] 360 | P(ast::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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:375:24 [INFO] [stdout] | [INFO] [stdout] 375 | where F: FnMut(Span, &[TokenTree]) -> Vec> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:375:32 [INFO] [stdout] | [INFO] [stdout] 375 | where F: FnMut(Span, &[TokenTree]) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:375:51 [INFO] [stdout] | [INFO] [stdout] 375 | where F: FnMut(Span, &[TokenTree]) -> Vec> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:374:35 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn parse_rust_macro(tts: &[TokenTree], f: &mut F) -> Vec> [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:374:65 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn parse_rust_macro(tts: &[TokenTree], f: &mut F) -> Vec> [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:392:29 [INFO] [stdout] | [INFO] [stdout] 392 | result.push(respan(contents.open_span, token_to_string(&contents.open_token()))); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:392:56 [INFO] [stdout] | [INFO] [stdout] 392 | result.push(respan(contents.open_span, token_to_string(&contents.open_token()))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:394:29 [INFO] [stdout] | [INFO] [stdout] 394 | result.push(respan(contents.close_span, token_to_string(&contents.close_token()))); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:394:57 [INFO] [stdout] | [INFO] [stdout] 394 | result.push(respan(contents.close_span, token_to_string(&contents.close_token()))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:398:29 [INFO] [stdout] | [INFO] [stdout] 398 | result.push(respan(span, token_to_string(tok))); [INFO] [stdout] | ^^^^^^ help: a local variable with a similar name exists: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:398:42 [INFO] [stdout] | [INFO] [stdout] 398 | result.push(respan(span, token_to_string(tok))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:415:27 [INFO] [stdout] | [INFO] [stdout] 415 | pub fn flatten_tts(tts: &[TokenTree]) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:415:46 [INFO] [stdout] | [INFO] [stdout] 415 | pub fn flatten_tts(tts: &[TokenTree]) -> Vec> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:419:22 [INFO] [stdout] | [INFO] [stdout] 419 | vec![respan(span, token_to_string(tok))] [INFO] [stdout] | ^^^^^^ help: a local variable with a similar name exists: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:419:35 [INFO] [stdout] | [INFO] [stdout] 419 | vec![respan(span, token_to_string(tok))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | let open = respan(delimited.open_span, token_to_string(&delimited.open_token())); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:422:56 [INFO] [stdout] | [INFO] [stdout] 422 | let open = respan(delimited.open_span, token_to_string(&delimited.open_token())); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `respan` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:423:29 [INFO] [stdout] | [INFO] [stdout] 423 | let close = respan(delimited.close_span, token_to_string(&delimited.close_token())); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:423:58 [INFO] [stdout] | [INFO] [stdout] 423 | let close = respan(delimited.close_span, token_to_string(&delimited.close_token())); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:437:28 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn tokens_to_cpp(ecx: &ExtCtxt, tokens: &[Spanned]) -> String { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:437:47 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn tokens_to_cpp(ecx: &ExtCtxt, tokens: &[Spanned]) -> String { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:440:48 [INFO] [stdout] | [INFO] [stdout] 440 | let mut last_pos = codemap.lookup_char_pos(DUMMY_SP.lo); [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:445:26 [INFO] [stdout] | [INFO] [stdout] 445 | if token.span != DUMMY_SP { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:473:36 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn span_to_cpp_directive(ecx: &ExtCtxt, span: Span) -> String { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:473:51 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn span_to_cpp_directive(ecx: &ExtCtxt, span: Span) -> String { [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] --> /opt/rustwide/cargo-home/git/checkouts/rustcxx-688d089645a4aea5/7a662d8/common/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | #![feature(rustc_private, slice_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `slice_patterns` has been stable since 1.42.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 171 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustcxx_common` due to 172 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "151395c894806ae8f64408e9d8acaaae22df40415a1cab45ed0b8a0ad9c3f344", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151395c894806ae8f64408e9d8acaaae22df40415a1cab45ed0b8a0ad9c3f344", kill_on_drop: false }` [INFO] [stdout] 151395c894806ae8f64408e9d8acaaae22df40415a1cab45ed0b8a0ad9c3f344