[INFO] crate crustacean-plugin 0.3.1 is already in cache [INFO] checking crustacean-plugin-0.3.1 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate crustacean-plugin 0.3.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate crustacean-plugin 0.3.1 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate crustacean-plugin 0.3.1 [INFO] removed path dependency crustacean from crates.io crate crustacean-plugin 0.3.1 [INFO] finished tweaking crates.io crate crustacean-plugin 0.3.1 [INFO] tweaked toml for crates.io crate crustacean-plugin 0.3.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aa6fb591284b574fe0ca398957978316f6bb361eb89b21c4b174cf5d9e06dbe3 [INFO] running `"docker" "start" "-a" "aa6fb591284b574fe0ca398957978316f6bb361eb89b21c4b174cf5d9e06dbe3"` [INFO] [stderr] Compiling synthax v0.3.6 [INFO] [stderr] Compiling clang-sys v0.13.0 [INFO] [stderr] Compiling clang-sys v0.11.1 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:70:85 [INFO] [stderr] | [INFO] [stderr] 70 | #![cfg_attr(not(feature="syntex"), feature(plugin, plugin_registrar, rustc_private, quote))] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | use syntax::ext::base::{DummyResult, ExtCtxt, MacEager, MacResult, MacroExpanderFn}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | use syntax::ext::build::{AstBuilder}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | use syntax::codemap::{Span, DUMMY_SP}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::tokenstream::Delimited` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | use syntax::tokenstream::{Delimited, TokenTree}; [INFO] [stderr] | ^^^^^^^^^ no `Delimited` in `tokenstream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::ext::base::{ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::ext::build::{AstBuilder}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::ext::quote::rt::{BytePos}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::codemap::{ExpnId, Span}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::tokenstream::Delimited` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::tokenstream::{Delimited, TokenTree}; [INFO] [stderr] | ^^^^^^^^^ no `Delimited` in `tokenstream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::ext::base::{ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::codemap::{Span}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::ext::base::{ExtCtxt}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use syntax::ext::build::{AstBuilder}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use syntax::ext::quote::rt::{ToTokens}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::codemap::{Spanned, DUMMY_SP}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `codemap` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:35:72 [INFO] [stderr] | [INFO] [stderr] 35 | if err.span.primary_span().map_or(true, |s| s == ::syntax::codemap::DUMMY_SP) { [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:355:24 [INFO] [stderr] | [INFO] [stderr] 355 | None => return DummyResult::any(span), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:357:5 [INFO] [stderr] | [INFO] [stderr] 357 | MacEager::expr(expand_tts(context, span, arguments, &source)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:370:24 [INFO] [stderr] | [INFO] [stderr] 370 | None => return DummyResult::any(span), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:381:5 [INFO] [stderr] | [INFO] [stderr] 381 | MacEager::expr(parse.to_expr(context, span, tts, source)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:60:41 [INFO] [stderr] | [INFO] [stderr] 60 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 79 | to_expr_primitive!(u32, expr_u32); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:60:41 [INFO] [stderr] | [INFO] [stderr] 60 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 80 | to_expr_primitive!(usize, expr_usize); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:83:33 [INFO] [stderr] | [INFO] [stderr] 83 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:89:33 [INFO] [stderr] | [INFO] [stderr] 89 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:98:33 [INFO] [stderr] | [INFO] [stderr] 98 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:105:33 [INFO] [stderr] | [INFO] [stderr] 105 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BytePos` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | impl ToExpr for BytePos { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 15 | use syntax::source_map::BytePos; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:119:33 [INFO] [stderr] | [INFO] [stderr] 119 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:133:33 [INFO] [stderr] | [INFO] [stderr] 133 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:139:33 [INFO] [stderr] | [INFO] [stderr] 139 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:145:33 [INFO] [stderr] | [INFO] [stderr] 145 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:162:33 [INFO] [stderr] | [INFO] [stderr] 162 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:185:33 [INFO] [stderr] | [INFO] [stderr] 185 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:192:33 [INFO] [stderr] | [INFO] [stderr] 192 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:200:33 [INFO] [stderr] | [INFO] [stderr] 200 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:207:33 [INFO] [stderr] | [INFO] [stderr] 207 | fn to_expr(&self, context: &ExtCtxt, span: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:217:31 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn mk_expr_call(context: &ExtCtxt, span: Span, idents: &[&str], args: Vec>) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:222:15 [INFO] [stderr] | [INFO] [stderr] 222 | context: &ExtCtxt, span: Span, expr: P, ident: &str, args: Vec> [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:227:31 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn mk_expr_path(context: &ExtCtxt, span: Span, idents: &[&str]) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:232:15 [INFO] [stderr] | [INFO] [stderr] 232 | context: &ExtCtxt, span: Span, idents: &[&str], fields: Vec [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:237:29 [INFO] [stderr] | [INFO] [stderr] 237 | pub fn mk_expr_tt(context: &ExtCtxt, span: Span, tt: &TokenTree, ttspan: P) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:246:27 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn mk_field(context: &ExtCtxt, span: Span, ident: &str, expr: P) -> Field { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/expr.rs:250:28 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn mk_idents(context: &ExtCtxt, idents: &[&str]) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | context: &ExtCtxt<'a>, span: Span, tts: &[TokenTree], f: F [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn parse_expr(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> Option> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn parse_bare_fn_ty(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn parse_field_pat(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> FieldPat { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:74:37 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn parse_foreign_item(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> ForeignItem { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:87:36 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn parse_foreign_mod(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> ForeignMod { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn parse_local(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:109:37 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn parse_struct_field(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> StructField { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/parse.rs:122:32 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn parse_variant(context: &ExtCtxt, span: Span, tts: &[TokenTree]) -> Variant { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:112:56 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn quote(mut self, context: &ExtCtxt, value: &Q) -> SequenceBuilder { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:153:40 [INFO] [stderr] | [INFO] [stderr] 153 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:157:40 [INFO] [stderr] | [INFO] [stderr] 157 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:163:40 [INFO] [stderr] | [INFO] [stderr] 163 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:169:40 [INFO] [stderr] | [INFO] [stderr] 169 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:175:40 [INFO] [stderr] | [INFO] [stderr] 175 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:181:40 [INFO] [stderr] | [INFO] [stderr] 181 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:187:40 [INFO] [stderr] | [INFO] [stderr] 187 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:198:40 [INFO] [stderr] | [INFO] [stderr] 198 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:209:40 [INFO] [stderr] | [INFO] [stderr] 209 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:231:40 [INFO] [stderr] | [INFO] [stderr] 231 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:258:40 [INFO] [stderr] | [INFO] [stderr] 258 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:272:40 [INFO] [stderr] | [INFO] [stderr] 272 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LifetimeDef` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:278:23 [INFO] [stderr] | [INFO] [stderr] 278 | impl ToTokenTrees for LifetimeDef { [INFO] [stderr] | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:279:40 [INFO] [stderr] | [INFO] [stderr] 279 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:293:40 [INFO] [stderr] | [INFO] [stderr] 293 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:304:40 [INFO] [stderr] | [INFO] [stderr] 304 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:321:40 [INFO] [stderr] | [INFO] [stderr] 321 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:327:40 [INFO] [stderr] | [INFO] [stderr] 327 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:344:40 [INFO] [stderr] | [INFO] [stderr] 344 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant_` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:349:23 [INFO] [stderr] | [INFO] [stderr] 349 | impl ToTokenTrees for Variant_ { [INFO] [stderr] | ^^^^^^^^ help: a struct with a similar name exists: `Variant` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:350:40 [INFO] [stderr] | [INFO] [stderr] 350 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 377 | to_token_trees!(()); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 378 | to_token_trees!(bool); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 379 | to_token_trees!(char); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 380 | to_token_trees!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 381 | to_token_trees!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 382 | to_token_trees!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 383 | to_token_trees!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 384 | to_token_trees!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 385 | to_token_trees!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 386 | to_token_trees!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 387 | to_token_trees!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 388 | to_token_trees!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 389 | to_token_trees!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 390 | to_token_trees!(str); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Arg` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:391:17 [INFO] [stderr] | [INFO] [stderr] 391 | to_token_trees!(Arg); [INFO] [stderr] | ^^^ help: a struct with a similar name exists: `Arm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 391 | to_token_trees!(Arg); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 392 | to_token_trees!(Arm); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 393 | to_token_trees!(Attribute); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 394 | to_token_trees!(Block); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 395 | to_token_trees!(P); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 396 | to_token_trees!(Generics); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 397 | to_token_trees!(Ident); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 398 | to_token_trees!(ImplItem); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 399 | to_token_trees!(P); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 400 | to_token_trees!(Lit); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 401 | to_token_trees!(P); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 402 | to_token_trees!(P); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 403 | to_token_trees!(Path); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 404 | to_token_trees!(Stmt); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 405 | to_token_trees!(TokenTree); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 406 | to_token_trees!(TraitItem); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 407 | to_token_trees!(Ty); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:43:48 [INFO] [stderr] | [INFO] [stderr] 43 | fn to_token_trees(&self, context: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 408 | to_token_trees!(WhereClause); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:418:42 [INFO] [stderr] | [INFO] [stderr] 418 | fn to_sequence_item(&self, context: &ExtCtxt) -> SequenceItem; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:426:42 [INFO] [stderr] | [INFO] [stderr] 426 | fn to_sequence_item(&self, context: &ExtCtxt) -> SequenceItem { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:436:42 [INFO] [stderr] | [INFO] [stderr] 436 | fn to_sequence_item(&self, context: &ExtCtxt) -> SequenceItem { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:447:42 [INFO] [stderr] | [INFO] [stderr] 447 | fn to_sequence_item(&self, context: &ExtCtxt) -> SequenceItem { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/tt.rs:456:23 [INFO] [stderr] | [INFO] [stderr] 456 | fn mk_ident(context: &ExtCtxt, ident: &str) -> TokenTree { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:156:33 [INFO] [stderr] | [INFO] [stderr] 156 | fn to_expr(&self, context: &ExtCtxt, span: Span, tts: P, source: P) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:191:25 [INFO] [stderr] | [INFO] [stderr] 191 | fn mk_expr_tt(context: &ExtCtxt, span: Span, tt: &TokenTree) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:199:15 [INFO] [stderr] | [INFO] [stderr] 199 | context: &ExtCtxt, span: Span, etts: &[ExpandedTokenTree], source: &P [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:221:15 [INFO] [stderr] | [INFO] [stderr] 221 | context: &ExtCtxt, span: Span, tts: &[TokenTree], mut expr: P [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:251:15 [INFO] [stderr] | [INFO] [stderr] 251 | context: &ExtCtxt, span: Span, tts: &mut I, expr: P [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:280:15 [INFO] [stderr] | [INFO] [stderr] 280 | context: &ExtCtxt, span: Span, tts: &mut I, subtts: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:290:15 [INFO] [stderr] | [INFO] [stderr] 290 | context: &ExtCtxt, span: Span, tts: &mut I [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:307:15 [INFO] [stderr] | [INFO] [stderr] 307 | context: &ExtCtxt, span: Span, delimited: &Rc, source: &P [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:317:25 [INFO] [stderr] | [INFO] [stderr] 317 | fn expand_tts(context: &ExtCtxt, span: Span, tts: &[TokenTree], source: &P) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:338:19 [INFO] [stderr] | [INFO] [stderr] 338 | context: &mut ExtCtxt, span: Span, arguments: &'tt [TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:351:19 [INFO] [stderr] | [INFO] [stderr] 351 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:352:10 [INFO] [stderr] | [INFO] [stderr] 352 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:361:19 [INFO] [stderr] | [INFO] [stderr] 361 | context: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:367:10 [INFO] [stderr] | [INFO] [stderr] 367 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MacroExpanderFn` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:384:36 [INFO] [stderr] | [INFO] [stderr] 384 | fn register_plugins(mut f: F) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 386 | quote!(f, expand_quote_arg, Parse::Method("parse_arg")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 386 | quote!(f, expand_quote_arg, Parse::Method("parse_arg")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 387 | quote!(f, expand_quote_arm, Parse::Method("parse_arm")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 387 | quote!(f, expand_quote_arm, Parse::Method("parse_arm")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 388 | quote!(f, expand_quote_attribute, Parse::Method("parse_attribute")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 388 | quote!(f, expand_quote_attribute, Parse::Method("parse_attribute")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 389 | quote!(f, expand_quote_bare_fn_ty, Parse::Function("parse_bare_fn_ty")); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 389 | quote!(f, expand_quote_bare_fn_ty, Parse::Function("parse_bare_fn_ty")); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 390 | quote!(f, expand_quote_block, Parse::Method("parse_block")); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 390 | quote!(f, expand_quote_block, Parse::Method("parse_block")); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 391 | quote!(f, expand_quote_expr, Parse::Method("parse_expr")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 391 | quote!(f, expand_quote_expr, Parse::Method("parse_expr")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 392 | quote!(f, expand_quote_field, Parse::Method("parse_field")); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 392 | quote!(f, expand_quote_field, Parse::Method("parse_field")); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 393 | / quote!(f, expand_quote_field_pat, Parse::Function("parse_field_pat"), [INFO] [stderr] 394 | | [ident!("Struct"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 393 | / quote!(f, expand_quote_field_pat, Parse::Function("parse_field_pat"), [INFO] [stderr] 394 | | [ident!("Struct"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 395 | quote!(f, expand_quote_fn_decl, Parse::Method("parse_fn_decl")); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 395 | quote!(f, expand_quote_fn_decl, Parse::Method("parse_fn_decl")); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 396 | / quote!(f, expand_quote_foreign_item, Parse::Function("parse_foreign_item"), [INFO] [stderr] 397 | | [ident!("extern"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 396 | / quote!(f, expand_quote_foreign_item, Parse::Function("parse_foreign_item"), [INFO] [stderr] 397 | | [ident!("extern"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |___________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 398 | quote!(f, expand_quote_foreign_mod, Parse::Function("parse_foreign_mod")); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 398 | quote!(f, expand_quote_foreign_mod, Parse::Function("parse_foreign_mod")); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 399 | quote!(f, expand_quote_generics, Parse::Method("parse_generics")); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 399 | quote!(f, expand_quote_generics, Parse::Method("parse_generics")); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 400 | quote!(f, expand_quote_impl_item, Parse::Method("parse_impl_item")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 400 | quote!(f, expand_quote_impl_item, Parse::Method("parse_impl_item")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 401 | quote!(f, expand_quote_item, Parse::Method("parse_item")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 401 | quote!(f, expand_quote_item, Parse::Method("parse_item")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 402 | quote!(f, expand_quote_lifetime, Parse::Method("parse_lifetime")); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 402 | quote!(f, expand_quote_lifetime, Parse::Method("parse_lifetime")); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 403 | / quote!(f, expand_quote_lifetime_defs, Parse::Method("parse_lifetime_defs"), [INFO] [stderr] 404 | | [], [Token::Gt]); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 403 | / quote!(f, expand_quote_lifetime_defs, Parse::Method("parse_lifetime_defs"), [INFO] [stderr] 404 | | [], [Token::Gt]); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 405 | quote!(f, expand_quote_lit, Parse::Method("parse_lit")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 405 | quote!(f, expand_quote_lit, Parse::Method("parse_lit")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 406 | quote!(f, expand_quote_local, Parse::Function("parse_local")); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 406 | quote!(f, expand_quote_local, Parse::Function("parse_local")); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 407 | quote!(f, expand_quote_meta_item, Parse::Method("parse_meta_item")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 407 | quote!(f, expand_quote_meta_item, Parse::Method("parse_meta_item")); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 408 | quote!(f, expand_quote_pat, Parse::Method("parse_pat")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 408 | quote!(f, expand_quote_pat, Parse::Method("parse_pat")); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 409 | quote!(f, expand_quote_path, Parse::Method("parse_path")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 409 | quote!(f, expand_quote_path, Parse::Method("parse_path")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 410 | quote!(f, expand_quote_stmt, Parse::Method("parse_stmt")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 410 | quote!(f, expand_quote_stmt, Parse::Method("parse_stmt")); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 411 | / quote!(f, expand_quote_struct_field, Parse::Function("parse_struct_field"), [INFO] [stderr] 412 | | [ident!("struct"), ident!("Struct"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 411 | / quote!(f, expand_quote_struct_field, Parse::Function("parse_struct_field"), [INFO] [stderr] 412 | | [ident!("struct"), ident!("Struct"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 413 | quote!(f, expand_quote_trait_item, Parse::Method("parse_trait_item")); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 413 | quote!(f, expand_quote_trait_item, Parse::Method("parse_trait_item")); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 414 | quote!(f, expand_quote_ty, Parse::Method("parse_ty")); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 414 | quote!(f, expand_quote_ty, Parse::Method("parse_ty")); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 415 | / quote!(f, expand_quote_variant, Parse::Function("parse_variant"), [INFO] [stderr] 416 | | [ident!("enum"), ident!("Enum"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |_________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 415 | / quote!(f, expand_quote_variant, Parse::Function("parse_variant"), [INFO] [stderr] 416 | | [ident!("enum"), ident!("Enum"), open!(Brace)], [close!(Brace)]); [INFO] [stderr] | |_________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:122:27 [INFO] [stderr] | [INFO] [stderr] 122 | context: &mut ExtCtxt, span: Span, arguments: &[TokenTree] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 417 | quote!(f, expand_quote_where_clause, Parse::Method("parse_where_clause")); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/synthax-0.3.6/src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 417 | quote!(f, expand_quote_where_clause, Parse::Method("parse_where_clause")); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 185 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `synthax`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "aa6fb591284b574fe0ca398957978316f6bb361eb89b21c4b174cf5d9e06dbe3"` [INFO] running `"docker" "rm" "-f" "aa6fb591284b574fe0ca398957978316f6bb361eb89b21c4b174cf5d9e06dbe3"` [INFO] [stdout] aa6fb591284b574fe0ca398957978316f6bb361eb89b21c4b174cf5d9e06dbe3