[INFO] fetching crate parse-generics-poc 0.1.0... [INFO] testing parse-generics-poc-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate parse-generics-poc 0.1.0 into /workspace/builds/worker-89/source [INFO] validating manifest of crates.io crate parse-generics-poc 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate parse-generics-poc 0.1.0 [INFO] finished tweaking crates.io crate parse-generics-poc 0.1.0 [INFO] tweaked toml for crates.io crate parse-generics-poc 0.1.0 written to /workspace/builds/worker-89/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96e9f9e53ff91efcf7f28bb8c959411960c55420fe004d5af26dcdd6f18dd792 [INFO] running `Command { std: "docker" "start" "-a" "96e9f9e53ff91efcf7f28bb8c959411960c55420fe004d5af26dcdd6f18dd792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96e9f9e53ff91efcf7f28bb8c959411960c55420fe004d5af26dcdd6f18dd792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96e9f9e53ff91efcf7f28bb8c959411960c55420fe004d5af26dcdd6f18dd792", kill_on_drop: false }` [INFO] [stdout] 96e9f9e53ff91efcf7f28bb8c959411960c55420fe004d5af26dcdd6f18dd792 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71d13ec2319768dfce2a35e2631d522d1dcbb8c7b2e5848e019f9b91adc588e4 [INFO] running `Command { std: "docker" "start" "-a" "71d13ec2319768dfce2a35e2631d522d1dcbb8c7b2e5848e019f9b91adc588e4", kill_on_drop: false }` [INFO] [stderr] Compiling parse-generics-poc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: a __rustc_plugin_registrar symbol must now be defined instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/lib.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | extern crate rustc_plugin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> src/lib.rs:113:3 [INFO] [stdout] | [INFO] [stdout] 113 | #[plugin_registrar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `plugin_registrar` is in scope, but it is a function, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | sp: Option, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:129:54 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn emit(self, cx: &mut ExtCtxt, fallback_sp: codemap::Span) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:148:30 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn span_err(sp: codemap::Span, msg: Str) -> Error<'static> [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | mac: ast::Mac, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:159:47 [INFO] [stdout] | [INFO] [stdout] 159 | fn make_expr(self: Box) -> 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 `ast` [INFO] [stdout] --> src/lib.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | Some(P(ast::Expr { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | 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] --> src/lib.rs:163:19 [INFO] [stdout] | [INFO] [stdout] 163 | node: ast::ExprKind::Mac(self.mac), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:169:60 [INFO] [stdout] | [INFO] [stdout] 169 | fn make_items(self: Box) -> Option>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> src/lib.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | Some(SmallVector::one(P(ast::Item { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | Some(SmallVector::one(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 `token` [INFO] [stdout] --> src/lib.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | ident: token::special_idents::invalid, [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] --> src/lib.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | 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] --> src/lib.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | node: ast::ItemKind::Mac(self.mac), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:176:18 [INFO] [stdout] | [INFO] [stdout] 176 | 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] --> src/lib.rs:181:63 [INFO] [stdout] | [INFO] [stdout] 181 | fn make_impl_items(self: Box) -> Option> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> src/lib.rs:183:14 [INFO] [stdout] | [INFO] [stdout] 183 | Some(SmallVector::one(ast::ImplItem { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:183:31 [INFO] [stdout] | [INFO] [stdout] 183 | Some(SmallVector::one(ast::ImplItem { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | 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 `token` [INFO] [stdout] --> src/lib.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | ident: token::special_idents::invalid, [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] --> src/lib.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | 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] --> src/lib.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 187 | defaultness: ast::Defaultness::Final, // FIXME: this is a guess [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | node: ast::ImplItemKind::Macro(self.mac), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:194:46 [INFO] [stdout] | [INFO] [stdout] 194 | fn make_pat(self: Box) -> 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 `ast` [INFO] [stdout] --> src/lib.rs:196:16 [INFO] [stdout] | [INFO] [stdout] 196 | Some(P(ast::Pat { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:197:17 [INFO] [stdout] | [INFO] [stdout] 197 | 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] --> src/lib.rs:198:19 [INFO] [stdout] | [INFO] [stdout] 198 | node: ast::PatKind::Mac(self.mac), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:203:58 [INFO] [stdout] | [INFO] [stdout] 203 | fn make_stmts(self: Box) -> Option> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> src/lib.rs:205:14 [INFO] [stdout] | [INFO] [stdout] 205 | Some(SmallVector::one(codemap::respan( [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:205:31 [INFO] [stdout] | [INFO] [stdout] 205 | Some(SmallVector::one(codemap::respan( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | ast::StmtKind::Mac( [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | ast::MacStmtStyle::Braces, // FIXME: this is a guess [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:215:45 [INFO] [stdout] | [INFO] [stdout] 215 | fn make_ty(self: Box) -> 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 `ast` [INFO] [stdout] --> src/lib.rs:217:16 [INFO] [stdout] | [INFO] [stdout] 217 | Some(P(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] --> src/lib.rs:218:17 [INFO] [stdout] | [INFO] [stdout] 218 | 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] --> src/lib.rs:219:19 [INFO] [stdout] | [INFO] [stdout] 219 | node: ast::TyKind::Mac(self.mac), [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 `codemap` [INFO] [stdout] --> src/lib.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | sp: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> src/lib.rs:234:13 [INFO] [stdout] | [INFO] [stdout] 234 | DummyResult::any(sp) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 241 | sp: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DummyResult` [INFO] [stdout] --> src/lib.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | DummyResult::any(sp) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `DummyResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:263:10 [INFO] [stdout] | [INFO] [stdout] 263 | _sp: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 295 | "constr" => handle_field!(constr, Constr), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 295 | "constr" => handle_field!(constr, Constr), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 296 | "params" => handle_field!(params, Params), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 296 | "params" => handle_field!(params, Params), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 297 | "ltimes" => handle_field!(ltimes, LTimes), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 297 | "ltimes" => handle_field!(ltimes, LTimes), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 298 | "tnames" => handle_field!(tnames, TNames), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 298 | "tnames" => handle_field!(tnames, TNames), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:300:56 [INFO] [stdout] | [INFO] [stdout] 300 | if let Ok(field_tts_) = can_skip_token(Token::Question, field_tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:302:48 [INFO] [stdout] | [INFO] [stdout] 302 | field_tts = can_skip_token(Token::Comma, field_tts_).unwrap_or(field_tts_); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:316:31 [INFO] [stdout] | [INFO] [stdout] 316 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:319:31 [INFO] [stdout] | [INFO] [stdout] 319 | let tts = try!(skip_token(Token::Not, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:321:31 [INFO] [stdout] | [INFO] [stdout] 321 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | const DUM_SP: codemap::Span = codemap::DUMMY_SP; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:330:35 [INFO] [stdout] | [INFO] [stdout] 330 | const DUM_SP: codemap::Span = codemap::DUMMY_SP; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:339:28 [INFO] [stdout] | [INFO] [stdout] 339 | params.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:342:28 [INFO] [stdout] | [INFO] [stdout] 342 | ltimes.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:345:28 [INFO] [stdout] | [INFO] [stdout] 345 | constr.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:350:28 [INFO] [stdout] | [INFO] [stdout] 350 | params.push(tok_tt(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] --> src/lib.rs:353:28 [INFO] [stdout] | [INFO] [stdout] 353 | tnames.push(tok_tt(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 type `Token` [INFO] [stdout] --> src/lib.rs:357:32 [INFO] [stdout] | [INFO] [stdout] 357 | constr.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:363:28 [INFO] [stdout] | [INFO] [stdout] 363 | constr.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:378:39 [INFO] [stdout] | [INFO] [stdout] 378 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 379 | ex_fields.push(delim_tt!([] <- constr.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 379 | ex_fields.push(delim_tt!([] <- constr.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 379 | ex_fields.push(delim_tt!([] <- constr.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:380:39 [INFO] [stdout] | [INFO] [stdout] 380 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:384:39 [INFO] [stdout] | [INFO] [stdout] 384 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 385 | ex_fields.push(delim_tt!([] <- params.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 385 | ex_fields.push(delim_tt!([] <- params.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 385 | ex_fields.push(delim_tt!([] <- params.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:390:39 [INFO] [stdout] | [INFO] [stdout] 390 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 391 | ex_fields.push(delim_tt!([] <- ltimes.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 391 | ex_fields.push(delim_tt!([] <- ltimes.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 391 | ex_fields.push(delim_tt!([] <- ltimes.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:392:39 [INFO] [stdout] | [INFO] [stdout] 392 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:396:39 [INFO] [stdout] | [INFO] [stdout] 396 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 397 | ex_fields.push(delim_tt!([] <- tnames.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 397 | ex_fields.push(delim_tt!([] <- tnames.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 397 | ex_fields.push(delim_tt!([] <- tnames.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:398:39 [INFO] [stdout] | [INFO] [stdout] 398 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:404:31 [INFO] [stdout] | [INFO] [stdout] 404 | ex_fields.push(tok_tt(Token::DotDot)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 407 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 407 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | delim: DelimToken::Brace, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 407 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:408:24 [INFO] [stdout] | [INFO] [stdout] 408 | ex_tts.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:416:14 [INFO] [stdout] | [INFO] [stdout] 416 | mac: codemap::respan(callback_sp, ast::Mac_ { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:416:43 [INFO] [stdout] | [INFO] [stdout] 416 | mac: codemap::respan(callback_sp, ast::Mac_ { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:417:19 [INFO] [stdout] | [INFO] [stdout] 417 | 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] --> src/lib.rs:421:21 [INFO] [stdout] | [INFO] [stdout] 421 | ast::PathSegment { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:423:37 [INFO] [stdout] | [INFO] [stdout] 423 | parameters: ast::PathParameters::none(), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | ctxt: ast::EMPTY_CTXT, [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 `codemap` [INFO] [stdout] --> src/lib.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | _sp: codemap::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 473 | "clause" => handle_field!(clause, Clause), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 473 | "clause" => handle_field!(clause, Clause), [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:100:46 [INFO] [stdout] | [INFO] [stdout] 100 | if let Ok(tts_) = can_skip_token(Token::Question, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 474 | "preds" => handle_field!(preds, Preds), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | if let Ok(tts_) = can_skip_token(Token::Comma, $tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 474 | "preds" => handle_field!(preds, Preds), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `handle_field_general` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:476:56 [INFO] [stdout] | [INFO] [stdout] 476 | if let Ok(field_tts_) = can_skip_token(Token::Question, field_tts) { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:478:48 [INFO] [stdout] | [INFO] [stdout] 478 | field_tts = can_skip_token(Token::Comma, field_tts_).unwrap_or(field_tts_); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:492:31 [INFO] [stdout] | [INFO] [stdout] 492 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:495:31 [INFO] [stdout] | [INFO] [stdout] 495 | let tts = try!(skip_token(Token::Not, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:497:31 [INFO] [stdout] | [INFO] [stdout] 497 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:506:19 [INFO] [stdout] | [INFO] [stdout] 506 | const DUM_SP: codemap::Span = codemap::DUMMY_SP; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:506:35 [INFO] [stdout] | [INFO] [stdout] 506 | const DUM_SP: codemap::Span = codemap::DUMMY_SP; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:512:27 [INFO] [stdout] | [INFO] [stdout] 512 | preds.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:536:39 [INFO] [stdout] | [INFO] [stdout] 536 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 537 | ex_fields.push(delim_tt!([] <- clause.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 537 | ex_fields.push(delim_tt!([] <- clause.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 537 | ex_fields.push(delim_tt!([] <- clause.take().unwrap())); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:538:39 [INFO] [stdout] | [INFO] [stdout] 538 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:542:39 [INFO] [stdout] | [INFO] [stdout] 542 | ex_fields.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 543 | ex_fields.push(delim_tt!([] <- preds.take().unwrap())); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:66:46 [INFO] [stdout] | [INFO] [stdout] 66 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 543 | ex_fields.push(delim_tt!([] <- preds.take().unwrap())); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | delim: DelimToken::Bracket, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 543 | ex_fields.push(delim_tt!([] <- preds.take().unwrap())); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:544:39 [INFO] [stdout] | [INFO] [stdout] 544 | ex_fields.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:550:31 [INFO] [stdout] | [INFO] [stdout] 550 | ex_fields.push(tok_tt(Token::DotDot)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] ... [INFO] [stdout] 553 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | TokenTree::Delimited(DUM_SP, Rc::new(ast::Delimited { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 553 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | delim: DelimToken::Brace, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] ... [INFO] [stdout] 553 | ex_tts.push(delim_tt!({} <- ex_fields)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delim_tt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:554:24 [INFO] [stdout] | [INFO] [stdout] 554 | ex_tts.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:562:14 [INFO] [stdout] | [INFO] [stdout] 562 | mac: codemap::respan(callback_sp, ast::Mac_ { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:562:43 [INFO] [stdout] | [INFO] [stdout] 562 | mac: codemap::respan(callback_sp, ast::Mac_ { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:563:19 [INFO] [stdout] | [INFO] [stdout] 563 | 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] --> src/lib.rs:567:21 [INFO] [stdout] | [INFO] [stdout] 567 | ast::PathSegment { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:569:37 [INFO] [stdout] | [INFO] [stdout] 569 | parameters: ast::PathParameters::none(), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:574:19 [INFO] [stdout] | [INFO] [stdout] 574 | ctxt: ast::EMPTY_CTXT, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | TokenTree::Token(_, Token::DotDot) => true, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:584:29 [INFO] [stdout] | [INFO] [stdout] 584 | TokenTree::Token(_, Token::DotDot) => true, [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | -> Result<(&ast::Delimited, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:592:15 [INFO] [stdout] | [INFO] [stdout] 592 | Some(&TokenTree::Delimited(_, ref delim)) => Ok((&**delim, &tts[1..])), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:600:13 [INFO] [stdout] | [INFO] [stdout] 600 | -> Result<(&ast::Delimited, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:602:15 [INFO] [stdout] | [INFO] [stdout] 602 | Some(&TokenTree::Delimited(_, ref delim)) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:603:31 [INFO] [stdout] | [INFO] [stdout] 603 | if delim.delim == DelimToken::Brace => Ok((&**delim, &tts[1..])), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:611:12 [INFO] [stdout] | [INFO] [stdout] 611 | -> Result<(codemap::Span, &ast::Ident, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:611:28 [INFO] [stdout] | [INFO] [stdout] 611 | -> Result<(codemap::Span, &ast::Ident, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:613:15 [INFO] [stdout] | [INFO] [stdout] 613 | Some(&TokenTree::Token(sp, Token::Ident(ref ident, _))) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:613:36 [INFO] [stdout] | [INFO] [stdout] 613 | Some(&TokenTree::Token(sp, Token::Ident(ref ident, _))) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:625:15 [INFO] [stdout] | [INFO] [stdout] 625 | Some(&TokenTree::Token(_, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:626:13 [INFO] [stdout] | [INFO] [stdout] 626 | Token::Ident(ast::Ident { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:626:26 [INFO] [stdout] | [INFO] [stdout] 626 | Token::Ident(ast::Ident { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:650:15 [INFO] [stdout] | [INFO] [stdout] 650 | Some(&TokenTree::Token(_, ref got_tok)) if *got_tok == tok => Ok(&tts[1..]), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:656:20 [INFO] [stdout] | [INFO] [stdout] 656 | fn ident_tt(ident: ast::Ident) -> TokenTree { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:657:5 [INFO] [stdout] | [INFO] [stdout] 657 | TokenTree::Token( [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:658:9 [INFO] [stdout] | [INFO] [stdout] 658 | codemap::DUMMY_SP, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:659:9 [INFO] [stdout] | [INFO] [stdout] 659 | Token::Ident(ident, token::IdentStyle::Plain) [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:659:29 [INFO] [stdout] | [INFO] [stdout] 659 | Token::Ident(ident, token::IdentStyle::Plain) [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] --> src/lib.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | TokenTree::Token( [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:665:9 [INFO] [stdout] | [INFO] [stdout] 665 | codemap::DUMMY_SP, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:666:9 [INFO] [stdout] | [INFO] [stdout] 666 | Token::Ident(str_to_ident(s), token::IdentStyle::Plain) [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:666:39 [INFO] [stdout] | [INFO] [stdout] 666 | Token::Ident(str_to_ident(s), token::IdentStyle::Plain) [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] --> src/lib.rs:670:20 [INFO] [stdout] | [INFO] [stdout] 670 | fn ltime_tt(ltime: ast::Lifetime) -> TokenTree { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:671:5 [INFO] [stdout] | [INFO] [stdout] 671 | TokenTree::Token( [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:673:9 [INFO] [stdout] | [INFO] [stdout] 673 | Token::Lifetime(ast::Ident::with_empty_ctxt(ltime.name)) [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:673:25 [INFO] [stdout] | [INFO] [stdout] 673 | Token::Lifetime(ast::Ident::with_empty_ctxt(ltime.name)) [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> src/lib.rs:678:5 [INFO] [stdout] | [INFO] [stdout] 678 | TokenTree::Token(codemap::DUMMY_SP, tok) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:678:22 [INFO] [stdout] | [INFO] [stdout] 678 | TokenTree::Token(codemap::DUMMY_SP, tok) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:681:27 [INFO] [stdout] | [INFO] [stdout] 681 | fn ltime_def_to_tts(ltd: &ast::LifetimeDef, tts: &mut Vec) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:684:25 [INFO] [stdout] | [INFO] [stdout] 684 | tts.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:688:33 [INFO] [stdout] | [INFO] [stdout] 688 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:688:46 [INFO] [stdout] | [INFO] [stdout] 688 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [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] --> src/lib.rs:697:11 [INFO] [stdout] | [INFO] [stdout] 697 | tpb: &ast::TyParamBound, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 716 | emit_plus!(); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `emit_plus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:707:50 [INFO] [stdout] | [INFO] [stdout] 707 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] ... [INFO] [stdout] 716 | emit_plus!(); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `emit_plus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:718:17 [INFO] [stdout] | [INFO] [stdout] 718 | ast::TraitBoundModifier::None => (), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:719:17 [INFO] [stdout] | [INFO] [stdout] 719 | ast::TraitBoundModifier::Maybe => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:720:37 [INFO] [stdout] | [INFO] [stdout] 720 | tts.push(tok_tt(Token::Question)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:725:33 [INFO] [stdout] | [INFO] [stdout] 725 | tts.push(tok_tt(Token::Lt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:729:41 [INFO] [stdout] | [INFO] [stdout] 729 | tts.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:734:33 [INFO] [stdout] | [INFO] [stdout] 734 | tts.push(tok_tt(Token::Gt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 739 | emit_plus!(); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `emit_plus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:707:50 [INFO] [stdout] | [INFO] [stdout] 707 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] ... [INFO] [stdout] 739 | emit_plus!(); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `emit_plus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:745:23 [INFO] [stdout] | [INFO] [stdout] 745 | fn path_to_tts(path: &ast::Path, tts: &mut Vec) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:748:25 [INFO] [stdout] | [INFO] [stdout] 748 | tts.push(tok_tt(Token::ModSep)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:752:29 [INFO] [stdout] | [INFO] [stdout] 752 | tts.push(tok_tt(Token::ModSep)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PP` [INFO] [stdout] --> src/lib.rs:766:13 [INFO] [stdout] | [INFO] [stdout] 766 | PP::AngleBracketed(ref data) if !seg.parameters.is_empty() => { [INFO] [stdout] | ^^ use of undeclared type `PP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:768:33 [INFO] [stdout] | [INFO] [stdout] 768 | tts.push(tok_tt(Token::Lt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:760:50 [INFO] [stdout] | [INFO] [stdout] 760 | if $need_comma { tts.push(tok_tt(Token::Comma)); } [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 770 | maybe_comma!(need_comma); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `maybe_comma` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:760:50 [INFO] [stdout] | [INFO] [stdout] 760 | if $need_comma { tts.push(tok_tt(Token::Comma)); } [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 774 | maybe_comma!(need_comma); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `maybe_comma` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:760:50 [INFO] [stdout] | [INFO] [stdout] 760 | if $need_comma { tts.push(tok_tt(Token::Comma)); } [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 778 | maybe_comma!(need_comma); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `maybe_comma` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:780:37 [INFO] [stdout] | [INFO] [stdout] 780 | tts.push(tok_tt(Token::Eq)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:783:33 [INFO] [stdout] | [INFO] [stdout] 783 | tts.push(tok_tt(Token::Gt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PP` [INFO] [stdout] --> src/lib.rs:785:13 [INFO] [stdout] | [INFO] [stdout] 785 | PP::AngleBracketed(_) => (), [INFO] [stdout] | ^^ use of undeclared type `PP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PP` [INFO] [stdout] --> src/lib.rs:786:13 [INFO] [stdout] | [INFO] [stdout] 786 | PP::Parenthesized(ref data) => { [INFO] [stdout] | ^^ use of undeclared type `PP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:788:33 [INFO] [stdout] | [INFO] [stdout] 788 | tts.push(tok_tt(Token::OpenDelim(DelimToken::Paren))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:788:50 [INFO] [stdout] | [INFO] [stdout] 788 | tts.push(tok_tt(Token::OpenDelim(DelimToken::Paren))); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:760:50 [INFO] [stdout] | [INFO] [stdout] 760 | if $need_comma { tts.push(tok_tt(Token::Comma)); } [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] ... [INFO] [stdout] 790 | maybe_comma!(need_comma); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `maybe_comma` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:793:33 [INFO] [stdout] | [INFO] [stdout] 793 | tts.push(tok_tt(Token::CloseDelim(DelimToken::Paren))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> src/lib.rs:793:51 [INFO] [stdout] | [INFO] [stdout] 793 | tts.push(tok_tt(Token::CloseDelim(DelimToken::Paren))); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:795:37 [INFO] [stdout] | [INFO] [stdout] 795 | tts.push(tok_tt(Token::RArrow)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/lib.rs:803:19 [INFO] [stdout] | [INFO] [stdout] 803 | fn nt_ty_tt(ty: P) -> TokenTree { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:804:12 [INFO] [stdout] | [INFO] [stdout] 804 | tok_tt(Token::Interpolated(token::Nonterminal::NtTy(ty))) [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:804:32 [INFO] [stdout] | [INFO] [stdout] 804 | tok_tt(Token::Interpolated(token::Nonterminal::NtTy(ty))) [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] --> src/lib.rs:807:23 [INFO] [stdout] | [INFO] [stdout] 807 | fn pred_to_tts(pred: &ast::WherePredicate, tts: &mut Vec) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WP` [INFO] [stdout] --> src/lib.rs:810:9 [INFO] [stdout] | [INFO] [stdout] 810 | WP::BoundPredicate(ref wbp) => { [INFO] [stdout] | ^^ use of undeclared type `WP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:813:33 [INFO] [stdout] | [INFO] [stdout] 813 | tts.push(tok_tt(Token::Lt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:818:37 [INFO] [stdout] | [INFO] [stdout] 818 | tts.push(tok_tt(Token::Comma)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:820:33 [INFO] [stdout] | [INFO] [stdout] 820 | tts.push(tok_tt(Token::Gt)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:823:29 [INFO] [stdout] | [INFO] [stdout] 823 | tts.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WP` [INFO] [stdout] --> src/lib.rs:829:9 [INFO] [stdout] | [INFO] [stdout] 829 | WP::RegionPredicate(ref rp) => { [INFO] [stdout] | ^^ use of undeclared type `WP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:831:29 [INFO] [stdout] | [INFO] [stdout] 831 | tts.push(tok_tt(Token::Colon)); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> src/lib.rs:835:37 [INFO] [stdout] | [INFO] [stdout] 835 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:835:50 [INFO] [stdout] | [INFO] [stdout] 835 | tts.push(tok_tt(Token::BinOp(token::BinOpToken::Plus))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WP` [INFO] [stdout] --> src/lib.rs:841:9 [INFO] [stdout] | [INFO] [stdout] 841 | WP::EqPredicate(_) => { [INFO] [stdout] | ^^ use of undeclared type `WP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stdout] --> src/lib.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | Diagnostic(DiagnosticBuilder<'a>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/lib.rs:129:32 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn emit(self, cx: &mut ExtCtxt, fallback_sp: codemap::Span) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stdout] --> src/lib.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn diag(diag: DiagnosticBuilder<'a>) -> Error<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 158 | impl MacResult for MacMac { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/lib.rs:159:45 [INFO] [stdout] | [INFO] [stdout] 159 | fn make_expr(self: Box) -> Option> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/lib.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | Some(P(ast::Expr { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> src/lib.rs:169:46 [INFO] [stdout] | [INFO] [stdout] 169 | fn make_items(self: Box) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/lib.rs:169:58 [INFO] [stdout] | [INFO] [stdout] 169 | fn make_items(self: Box) -> Option>> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/lib.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 171 | Some(SmallVector::one(P(ast::Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> src/lib.rs:181:51 [INFO] [stdout] | [INFO] [stdout] 181 | fn make_impl_items(self: Box) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/lib.rs:194:44 [INFO] [stdout] | [INFO] [stdout] 194 | fn make_pat(self: Box) -> Option> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/lib.rs:196:14 [INFO] [stdout] | [INFO] [stdout] 196 | Some(P(ast::Pat { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> src/lib.rs:203:46 [INFO] [stdout] | [INFO] [stdout] 203 | fn make_stmts(self: Box) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/lib.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | P(self.mac), [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/lib.rs:215:43 [INFO] [stdout] | [INFO] [stdout] 215 | fn make_ty(self: Box) -> Option> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> src/lib.rs:217:14 [INFO] [stdout] | [INFO] [stdout] 217 | Some(P(ast::Ty { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/lib.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | cx: &mut ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:228:12 [INFO] [stdout] | [INFO] [stdout] 228 | tts: &[TokenTree] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:229:10 [INFO] [stdout] | [INFO] [stdout] 225 | fn parse_generics( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 229 | ) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/lib.rs:240:14 [INFO] [stdout] | [INFO] [stdout] 240 | cx: &mut ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:242:12 [INFO] [stdout] | [INFO] [stdout] 242 | tts: &[TokenTree] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 239 | fn parse_where( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 243 | ) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/lib.rs:262:14 [INFO] [stdout] | [INFO] [stdout] 262 | cx: &mut ExtCtxt<'cx>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 264 | tts: &[TokenTree] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 261 | fn try_parse_generics<'cx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` [INFO] [stdout] ... [INFO] [stdout] 265 | ) -> Result, Error<'cx>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 261 | fn try_parse_generics<'cx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` [INFO] [stdout] ... [INFO] [stdout] 432 | Ok(res as Box) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/lib.rs:442:14 [INFO] [stdout] | [INFO] [stdout] 442 | cx: &mut ExtCtxt<'a>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | tts: &[TokenTree] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 441 | fn try_parse_where<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` [INFO] [stdout] ... [INFO] [stdout] 445 | ) -> Result, Error<'a>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/lib.rs:578:19 [INFO] [stdout] | [INFO] [stdout] 441 | fn try_parse_where<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` [INFO] [stdout] ... [INFO] [stdout] 578 | Ok(res as Box) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:581:26 [INFO] [stdout] | [INFO] [stdout] 581 | fn is_just_dotdot(tts: &[TokenTree]) -> bool { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:589:21 [INFO] [stdout] | [INFO] [stdout] 589 | fn eat_delim(tts: &[TokenTree]) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:590:31 [INFO] [stdout] | [INFO] [stdout] 589 | fn eat_delim(tts: &[TokenTree]) [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 590 | -> Result<(&ast::Delimited, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:599:27 [INFO] [stdout] | [INFO] [stdout] 599 | fn eat_delim_brace(tts: &[TokenTree]) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:600:31 [INFO] [stdout] | [INFO] [stdout] 599 | fn eat_delim_brace(tts: &[TokenTree]) [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 600 | -> Result<(&ast::Delimited, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:610:21 [INFO] [stdout] | [INFO] [stdout] 610 | fn eat_ident(tts: &[TokenTree]) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:611:42 [INFO] [stdout] | [INFO] [stdout] 610 | fn eat_ident(tts: &[TokenTree]) [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 611 | -> Result<(codemap::Span, &ast::Ident, &[TokenTree]), Error<'static>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:622:42 [INFO] [stdout] | [INFO] [stdout] 622 | fn skip_ident_str<'a>(s: &str, tts: &'a [TokenTree]) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:623:16 [INFO] [stdout] | [INFO] [stdout] 622 | fn skip_ident_str<'a>(s: &str, tts: &'a [TokenTree]) [INFO] [stdout] | - help: you might be missing a type parameter: `, TokenTree` [INFO] [stdout] 623 | -> Result<&'a [TokenTree], Error<'static>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Token` in this scope [INFO] [stdout] --> src/lib.rs:639:20 [INFO] [stdout] | [INFO] [stdout] 639 | fn skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Error<'static>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:639:34 [INFO] [stdout] | [INFO] [stdout] 639 | fn skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Error<'static>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:639:58 [INFO] [stdout] | [INFO] [stdout] 639 | fn skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Error<'static>> { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Token` in this scope [INFO] [stdout] --> src/lib.rs:648:24 [INFO] [stdout] | [INFO] [stdout] 648 | fn can_skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Option<&TokenTree>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:648:38 [INFO] [stdout] | [INFO] [stdout] 648 | fn can_skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Option<&TokenTree>> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:648:62 [INFO] [stdout] | [INFO] [stdout] 648 | fn can_skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Option<&TokenTree>> { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:648:82 [INFO] [stdout] | [INFO] [stdout] 648 | fn can_skip_token(tok: Token, tts: &[TokenTree]) -> Result<&[TokenTree], Option<&TokenTree>> { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:656:35 [INFO] [stdout] | [INFO] [stdout] 656 | fn ident_tt(ident: ast::Ident) -> TokenTree { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:663:29 [INFO] [stdout] | [INFO] [stdout] 663 | fn ident_str_tt(s: &str) -> TokenTree { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `str_to_ident` in this scope [INFO] [stdout] --> src/lib.rs:666:22 [INFO] [stdout] | [INFO] [stdout] 666 | Token::Ident(str_to_ident(s), token::IdentStyle::Plain) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:670:38 [INFO] [stdout] | [INFO] [stdout] 670 | fn ltime_tt(ltime: ast::Lifetime) -> TokenTree { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Token` in this scope [INFO] [stdout] --> src/lib.rs:677:16 [INFO] [stdout] | [INFO] [stdout] 677 | fn tok_tt(tok: Token) -> TokenTree { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:677:26 [INFO] [stdout] | [INFO] [stdout] 677 | fn tok_tt(tok: Token) -> TokenTree { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:681:59 [INFO] [stdout] | [INFO] [stdout] 681 | fn ltime_def_to_tts(ltd: &ast::LifetimeDef, tts: &mut Vec) { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:698:19 [INFO] [stdout] | [INFO] [stdout] 696 | fn ty_param_bound_to_tts( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 697 | tpb: &ast::TyParamBound, [INFO] [stdout] 698 | tts: &mut Vec, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `TraitTyParamBound` in this scope [INFO] [stdout] --> src/lib.rs:715:9 [INFO] [stdout] | [INFO] [stdout] 715 | TraitTyParamBound(ref ptr, ref tbm) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RegionTyParamBound` in this scope [INFO] [stdout] --> src/lib.rs:738:9 [INFO] [stdout] | [INFO] [stdout] 738 | RegionTyParamBound(lt) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:745:48 [INFO] [stdout] | [INFO] [stdout] 745 | fn path_to_tts(path: &ast::Path, tts: &mut Vec) { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/lib.rs:803:17 [INFO] [stdout] | [INFO] [stdout] 803 | fn nt_ty_tt(ty: P) -> TokenTree { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:803:32 [INFO] [stdout] | [INFO] [stdout] 803 | fn nt_ty_tt(ty: P) -> TokenTree { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> src/lib.rs:807:58 [INFO] [stdout] | [INFO] [stdout] 807 | fn pred_to_tts(pred: &ast::WherePredicate, tts: &mut Vec) { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:27 [INFO] [stdout] | [INFO] [stdout] 268 | let (field_tt, tts) = try!(eat_delim_brace(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:283:45 [INFO] [stdout] | [INFO] [stdout] 283 | let (ident_sp, ident, field_tts_) = try!(eat_ident(field_tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:316:15 [INFO] [stdout] | [INFO] [stdout] 316 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:317:15 [INFO] [stdout] | [INFO] [stdout] 317 | let tts = try!(skip_ident_str("then", tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:318:40 [INFO] [stdout] | [INFO] [stdout] 318 | let (callback_sp, callback, tts) = try!(eat_ident(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:319:15 [INFO] [stdout] | [INFO] [stdout] 319 | let tts = try!(skip_token(Token::Not, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:320:32 [INFO] [stdout] | [INFO] [stdout] 320 | let (callback_args, tts) = try!(eat_delim(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | let gen = try!(parser.parse_generics() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:327:16 [INFO] [stdout] | [INFO] [stdout] 327 | let tail = try!(parser.parse_all_token_trees() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:448:27 [INFO] [stdout] | [INFO] [stdout] 448 | let (field_tt, tts) = try!(eat_delim_brace(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:461:45 [INFO] [stdout] | [INFO] [stdout] 461 | let (ident_sp, ident, field_tts_) = try!(eat_ident(field_tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:492:15 [INFO] [stdout] | [INFO] [stdout] 492 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:493:15 [INFO] [stdout] | [INFO] [stdout] 493 | let tts = try!(skip_ident_str("then", tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:494:40 [INFO] [stdout] | [INFO] [stdout] 494 | let (callback_sp, callback, tts) = try!(eat_ident(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:495:15 [INFO] [stdout] | [INFO] [stdout] 495 | let tts = try!(skip_token(Token::Not, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:496:32 [INFO] [stdout] | [INFO] [stdout] 496 | let (callback_args, tts) = try!(eat_delim(tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:497:15 [INFO] [stdout] | [INFO] [stdout] 497 | let tts = try!(skip_token(Token::Comma, tts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:500:14 [INFO] [stdout] | [INFO] [stdout] 500 | let wh = try!(parser.parse_where_clause() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:503:16 [INFO] [stdout] | [INFO] [stdout] 503 | let tail = try!(parser.parse_all_token_trees() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 270 previous errors; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `parse-generics-poc` due to 271 previous errors; 20 warnings emitted [INFO] running `Command { std: "docker" "inspect" "71d13ec2319768dfce2a35e2631d522d1dcbb8c7b2e5848e019f9b91adc588e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d13ec2319768dfce2a35e2631d522d1dcbb8c7b2e5848e019f9b91adc588e4", kill_on_drop: false }` [INFO] [stdout] 71d13ec2319768dfce2a35e2631d522d1dcbb8c7b2e5848e019f9b91adc588e4