[INFO] fetching crate ratel 0.7.0... [INFO] checking ratel-0.7.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ratel 0.7.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate ratel 0.7.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ratel 0.7.0 [INFO] finished tweaking crates.io crate ratel 0.7.0 [INFO] tweaked toml for crates.io crate ratel 0.7.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ee781c153dc3f5b122f6175daee562151c8d0353901dabf531fe9f608d600d8 [INFO] running `Command { std: "docker" "start" "-a" "5ee781c153dc3f5b122f6175daee562151c8d0353901dabf531fe9f608d600d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ee781c153dc3f5b122f6175daee562151c8d0353901dabf531fe9f608d600d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ee781c153dc3f5b122f6175daee562151c8d0353901dabf531fe9f608d600d8", kill_on_drop: false }` [INFO] [stdout] 5ee781c153dc3f5b122f6175daee562151c8d0353901dabf531fe9f608d600d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a491df9186916b54c8c5b0236dc3e1cf23397870df513807eeae4abf6240213e [INFO] running `Command { std: "docker" "start" "-a" "a491df9186916b54c8c5b0236dc3e1cf23397870df513807eeae4abf6240213e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking ratel v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(write!(f, "Unexpected end of program")) [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/error.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writeln!(f, "Unexpected token at {}:{}\n", lineno + 1, colno + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | try!(writeln!(f, "> {0:1$} | {2}", index+1, width, line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | try!(write!(f, " | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | try!(write!(f, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:79:29 [INFO] [stdout] | [INFO] [stdout] 79 | ... try!(write!(f, "^")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | try!(writeln!(f, "{0:1$} | {2}", index+1, width+2, line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:686:21 [INFO] [stdout] | [INFO] [stdout] 686 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:715:21 [INFO] [stdout] | [INFO] [stdout] 715 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:743:17 [INFO] [stdout] | [INFO] [stdout] 743 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tokenizer.rs:794:29 [INFO] [stdout] | [INFO] [stdout] 794 | let template_kind = try!(tok.read_template_kind()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1071:21 [INFO] [stdout] | [INFO] [stdout] 1071 | b'0'...b'7' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1083:21 [INFO] [stdout] | [INFO] [stdout] 1083 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1084:21 [INFO] [stdout] | [INFO] [stdout] 1084 | b'a'...b'f' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1085:21 [INFO] [stdout] | [INFO] [stdout] 1085 | b'A'...b'F' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1098:21 [INFO] [stdout] | [INFO] [stdout] 1098 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1124:21 [INFO] [stdout] | [INFO] [stdout] 1124 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 160 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | list.push(try!(self.object_member(token))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:191:47 [INFO] [stdout] | [INFO] [stdout] 191 | let key = ObjectKey::Computed(try!(self.expression(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | Ok(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:216:24 [INFO] [stdout] | [INFO] [stdout] 216 | value: try!(self.expression(0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:220:25 [INFO] [stdout] | [INFO] [stdout] 220 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:221:23 [INFO] [stdout] | [INFO] [stdout] 221 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | Ok(Expression::Object(try!(self.object_member_list()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | body: try!(self.block_body_tail()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 244 | body.push(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | token => try!(self.statement(token)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | expect!(self, BraceOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | let body = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:328:27 [INFO] [stdout] | [INFO] [stdout] 328 | body: try!(self.block_body_tail()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:331:22 [INFO] [stdout] | [INFO] [stdout] 331 | token => try!(self.expression_from_token(token, 0)).into() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:348:31 [INFO] [stdout] | [INFO] [stdout] 348 | operand: Box::new(try!(self.expression(15))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | let ident = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:376:38 [INFO] [stdout] | [INFO] [stdout] 376 | consequent: Box::new(try!(self.expression(bp))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 378 | expect!(self, Colon); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:379:30 [INFO] [stdout] | [INFO] [stdout] 379 | Box::new(try!(self.expression(bp))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:394:46 [INFO] [stdout] | [INFO] [stdout] 394 | Expression::binary(left, op, try!(self.expression(bp))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 400 | let name = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:414:21 [INFO] [stdout] | [INFO] [stdout] 414 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 415 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:429:38 [INFO] [stdout] | [INFO] [stdout] 429 | let expression = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 433 | expect!(self, BraceClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:435:28 [INFO] [stdout] | [INFO] [stdout] 435 | kind = try!(self.tokenizer.read_template_kind()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 457 | expect!(self, Operator(FatArrow)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:462:34 [INFO] [stdout] | [INFO] [stdout] 462 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:463:34 [INFO] [stdout] | [INFO] [stdout] 463 | let expression = try!(self.sequence_or(expression)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 465 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 480 | let first = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 486 | Ok(match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:490:44 [INFO] [stdout] | [INFO] [stdout] 490 | let mut list = vec![first, try!(self.expression(0))]; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 493 | match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:497:39 [INFO] [stdout] | [INFO] [stdout] 497 | ... list.push(try!(self.expression(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:516:38 [INFO] [stdout] | [INFO] [stdout] 516 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 521 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 533 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | Operator(Division) => try!(self.regular_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:544:35 [INFO] [stdout] | [INFO] [stdout] 544 | Operator(optype) => try!(self.prefix_expression(optype)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:545:35 [INFO] [stdout] | [INFO] [stdout] 545 | ParenOpen => try!(self.paren_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:546:35 [INFO] [stdout] | [INFO] [stdout] 546 | BracketOpen => try!(self.array_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:547:35 [INFO] [stdout] | [INFO] [stdout] 547 | BraceOpen => try!(self.object_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:548:35 [INFO] [stdout] | [INFO] [stdout] 548 | Function => try!(self.function_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:549:35 [INFO] [stdout] | [INFO] [stdout] 549 | Template(kind) => try!(self.template_expression(None, kind)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | left = match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:569:21 [INFO] [stdout] | [INFO] [stdout] 569 | try!(self.infix_expression(left, rbp, op)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:581:36 [INFO] [stdout] | [INFO] [stdout] 581 | arguments: try!(self.expression_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:592:36 [INFO] [stdout] | [INFO] [stdout] 592 | let property = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 594 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:611:21 [INFO] [stdout] | [INFO] [stdout] 611 | try!(self.template_expression(tag, kind)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:625:26 [INFO] [stdout] | [INFO] [stdout] 625 | declarators: try!(self.variable_declarators()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | name: expect_identifier!(self), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | value: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:640:30 [INFO] [stdout] | [INFO] [stdout] 640 | Some(try!(self.expression(0))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | allow!(self, Comma => continue); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `allow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:656:25 [INFO] [stdout] | [INFO] [stdout] 656 | let statement = try!(self.variable_declaration(kind)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 658 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 665 | / allow!(self, Colon => { [INFO] [stdout] 666 | | return Ok(Statement::Labeled { [INFO] [stdout] 667 | | label: label, [INFO] [stdout] 668 | | body: Box::new(try!(self.expect_statement())) [INFO] [stdout] 669 | | }) [INFO] [stdout] 670 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `allow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:668:32 [INFO] [stdout] | [INFO] [stdout] 668 | body: Box::new(try!(self.expect_statement())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:672:21 [INFO] [stdout] | [INFO] [stdout] 672 | let first = try!(self.complex_expression(label.into(), 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 676 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:683:25 [INFO] [stdout] | [INFO] [stdout] 683 | let statement = try!(self.sequence_or_expression_from_token(token)).into(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 685 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | value: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:700:30 [INFO] [stdout] | [INFO] [stdout] 700 | Some(try!(self.sequence_or_expression())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:714:20 [INFO] [stdout] | [INFO] [stdout] 714 | value: try!(self.sequence_or_expression()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 717 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:723:20 [INFO] [stdout] | [INFO] [stdout] 723 | let body = try!(self.expect_statement()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 725 | expect!(self, Catch); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 726 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 728 | let error = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 730 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:732:23 [INFO] [stdout] | [INFO] [stdout] 732 | let handler = try!(self.expect_statement()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 744 | label: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 751 | Some(expect_identifier!(self)) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 757 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:765:20 [INFO] [stdout] | [INFO] [stdout] 765 | let test = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 767 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:769:35 [INFO] [stdout] | [INFO] [stdout] 769 | let consequent = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 771 | let alternate = match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:775:31 [INFO] [stdout] | [INFO] [stdout] 775 | Some(Box::new(try!(self.expect_statement()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 790 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:792:20 [INFO] [stdout] | [INFO] [stdout] 792 | let test = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 794 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:796:29 [INFO] [stdout] | [INFO] [stdout] 796 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 806 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 808 | let init = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:812:39 [INFO] [stdout] | [INFO] [stdout] 812 | let mut declarators = try!(self.variable_declarators()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:845:34 [INFO] [stdout] | [INFO] [stdout] 845 | let expression = try!(self.sequence_or_expression_from_token(token)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 874 | let test = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:876:31 [INFO] [stdout] | [INFO] [stdout] 876 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 880 | expect!(self, Semicolon); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 883 | let update = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:885:32 [INFO] [stdout] | [INFO] [stdout] 885 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 888 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:891:29 [INFO] [stdout] | [INFO] [stdout] 891 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 905 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:907:29 [INFO] [stdout] | [INFO] [stdout] 907 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:917:21 [INFO] [stdout] | [INFO] [stdout] 917 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:921:29 [INFO] [stdout] | [INFO] [stdout] 921 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:931:21 [INFO] [stdout] | [INFO] [stdout] 931 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 933 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 949 | let name = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 955 | list.push(match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:958:38 [INFO] [stdout] | [INFO] [stdout] 958 | let expression = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 976 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 988 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 990 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:994:21 [INFO] [stdout] | [INFO] [stdout] 994 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:995:19 [INFO] [stdout] | [INFO] [stdout] 995 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1000 | Ok(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1004:33 [INFO] [stdout] | [INFO] [stdout] 1004 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1005:31 [INFO] [stdout] | [INFO] [stdout] 1005 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1011:33 [INFO] [stdout] | [INFO] [stdout] 1011 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1012:31 [INFO] [stdout] | [INFO] [stdout] 1012 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1020:28 [INFO] [stdout] | [INFO] [stdout] 1020 | value: try!(self.expression(0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1029 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1030 | let super_class = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1032 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1034 | expect!(self, BraceOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1045 | let mut token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1049 | token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1069:32 [INFO] [stdout] | [INFO] [stdout] 1069 | let expr = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1071 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1085:26 [INFO] [stdout] | [INFO] [stdout] 1085 | members.push(try!(self.class_member(key, is_static))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1102 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1132 | body.push(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1134:33 [INFO] [stdout] | [INFO] [stdout] 1134 | token => try!(self.statement(token)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(write!(f, "Unexpected end of program")) [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/error.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | try!(writeln!(f, "Unexpected token at {}:{}\n", lineno + 1, colno + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | try!(writeln!(f, "> {0:1$} | {2}", index+1, width, line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | try!(write!(f, " | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | try!(write!(f, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:79:29 [INFO] [stdout] | [INFO] [stdout] 79 | ... try!(write!(f, "^")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | try!(writeln!(f, "{0:1$} | {2}", index+1, width+2, line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:686:21 [INFO] [stdout] | [INFO] [stdout] 686 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:715:21 [INFO] [stdout] | [INFO] [stdout] 715 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:743:17 [INFO] [stdout] | [INFO] [stdout] 743 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tokenizer.rs:794:29 [INFO] [stdout] | [INFO] [stdout] 794 | let template_kind = try!(tok.read_template_kind()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1071:21 [INFO] [stdout] | [INFO] [stdout] 1071 | b'0'...b'7' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1083:21 [INFO] [stdout] | [INFO] [stdout] 1083 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1084:21 [INFO] [stdout] | [INFO] [stdout] 1084 | b'a'...b'f' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1085:21 [INFO] [stdout] | [INFO] [stdout] 1085 | b'A'...b'F' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1098:21 [INFO] [stdout] | [INFO] [stdout] 1098 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer.rs:1124:21 [INFO] [stdout] | [INFO] [stdout] 1124 | b'0'...b'9' => self.bump(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 160 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | list.push(try!(self.object_member(token))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:191:47 [INFO] [stdout] | [INFO] [stdout] 191 | let key = ObjectKey::Computed(try!(self.expression(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | Ok(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:216:24 [INFO] [stdout] | [INFO] [stdout] 216 | value: try!(self.expression(0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:220:25 [INFO] [stdout] | [INFO] [stdout] 220 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:221:23 [INFO] [stdout] | [INFO] [stdout] 221 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | Ok(Expression::Object(try!(self.object_member_list()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | body: try!(self.block_body_tail()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 244 | body.push(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | token => try!(self.statement(token)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | expect!(self, BraceOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | let body = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:328:27 [INFO] [stdout] | [INFO] [stdout] 328 | body: try!(self.block_body_tail()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:331:22 [INFO] [stdout] | [INFO] [stdout] 331 | token => try!(self.expression_from_token(token, 0)).into() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:348:31 [INFO] [stdout] | [INFO] [stdout] 348 | operand: Box::new(try!(self.expression(15))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | let ident = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:376:38 [INFO] [stdout] | [INFO] [stdout] 376 | consequent: Box::new(try!(self.expression(bp))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 378 | expect!(self, Colon); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:379:30 [INFO] [stdout] | [INFO] [stdout] 379 | Box::new(try!(self.expression(bp))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:394:46 [INFO] [stdout] | [INFO] [stdout] 394 | Expression::binary(left, op, try!(self.expression(bp))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 400 | let name = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:414:21 [INFO] [stdout] | [INFO] [stdout] 414 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 415 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:429:38 [INFO] [stdout] | [INFO] [stdout] 429 | let expression = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 433 | expect!(self, BraceClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:435:28 [INFO] [stdout] | [INFO] [stdout] 435 | kind = try!(self.tokenizer.read_template_kind()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 457 | expect!(self, Operator(FatArrow)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:462:34 [INFO] [stdout] | [INFO] [stdout] 462 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:463:34 [INFO] [stdout] | [INFO] [stdout] 463 | let expression = try!(self.sequence_or(expression)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 465 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 480 | let first = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 486 | Ok(match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:490:44 [INFO] [stdout] | [INFO] [stdout] 490 | let mut list = vec![first, try!(self.expression(0))]; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 493 | match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:497:39 [INFO] [stdout] | [INFO] [stdout] 497 | ... list.push(try!(self.expression(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 513 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:516:38 [INFO] [stdout] | [INFO] [stdout] 516 | let expression = try!(self.expression_from_token(token, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 521 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 533 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | Operator(Division) => try!(self.regular_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:544:35 [INFO] [stdout] | [INFO] [stdout] 544 | Operator(optype) => try!(self.prefix_expression(optype)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:545:35 [INFO] [stdout] | [INFO] [stdout] 545 | ParenOpen => try!(self.paren_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:546:35 [INFO] [stdout] | [INFO] [stdout] 546 | BracketOpen => try!(self.array_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:547:35 [INFO] [stdout] | [INFO] [stdout] 547 | BraceOpen => try!(self.object_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:548:35 [INFO] [stdout] | [INFO] [stdout] 548 | Function => try!(self.function_expression()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:549:35 [INFO] [stdout] | [INFO] [stdout] 549 | Template(kind) => try!(self.template_expression(None, kind)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | left = match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:569:21 [INFO] [stdout] | [INFO] [stdout] 569 | try!(self.infix_expression(left, rbp, op)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:581:36 [INFO] [stdout] | [INFO] [stdout] 581 | arguments: try!(self.expression_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:592:36 [INFO] [stdout] | [INFO] [stdout] 592 | let property = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 594 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:611:21 [INFO] [stdout] | [INFO] [stdout] 611 | try!(self.template_expression(tag, kind)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:625:26 [INFO] [stdout] | [INFO] [stdout] 625 | declarators: try!(self.variable_declarators()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | name: expect_identifier!(self), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | value: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:640:30 [INFO] [stdout] | [INFO] [stdout] 640 | Some(try!(self.expression(0))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | allow!(self, Comma => continue); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `allow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:656:25 [INFO] [stdout] | [INFO] [stdout] 656 | let statement = try!(self.variable_declaration(kind)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 658 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 665 | / allow!(self, Colon => { [INFO] [stdout] 666 | | return Ok(Statement::Labeled { [INFO] [stdout] 667 | | label: label, [INFO] [stdout] 668 | | body: Box::new(try!(self.expect_statement())) [INFO] [stdout] 669 | | }) [INFO] [stdout] 670 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `allow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:668:32 [INFO] [stdout] | [INFO] [stdout] 668 | body: Box::new(try!(self.expect_statement())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:672:21 [INFO] [stdout] | [INFO] [stdout] 672 | let first = try!(self.complex_expression(label.into(), 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 676 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:683:25 [INFO] [stdout] | [INFO] [stdout] 683 | let statement = try!(self.sequence_or_expression_from_token(token)).into(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 685 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | value: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:700:30 [INFO] [stdout] | [INFO] [stdout] 700 | Some(try!(self.sequence_or_expression())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:714:20 [INFO] [stdout] | [INFO] [stdout] 714 | value: try!(self.sequence_or_expression()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 717 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:723:20 [INFO] [stdout] | [INFO] [stdout] 723 | let body = try!(self.expect_statement()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 725 | expect!(self, Catch); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 726 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 728 | let error = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 730 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:732:23 [INFO] [stdout] | [INFO] [stdout] 732 | let handler = try!(self.expect_statement()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 744 | label: match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 751 | Some(expect_identifier!(self)) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 757 | expect_semicolon!(self); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` which comes from the expansion of the macro `expect_semicolon` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:765:20 [INFO] [stdout] | [INFO] [stdout] 765 | let test = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 767 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:769:35 [INFO] [stdout] | [INFO] [stdout] 769 | let consequent = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 771 | let alternate = match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:775:31 [INFO] [stdout] | [INFO] [stdout] 775 | Some(Box::new(try!(self.expect_statement()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 790 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:792:20 [INFO] [stdout] | [INFO] [stdout] 792 | let test = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 794 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:796:29 [INFO] [stdout] | [INFO] [stdout] 796 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 806 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 808 | let init = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:812:39 [INFO] [stdout] | [INFO] [stdout] 812 | let mut declarators = try!(self.variable_declarators()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:845:34 [INFO] [stdout] | [INFO] [stdout] 845 | let expression = try!(self.sequence_or_expression_from_token(token)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 874 | let test = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:876:31 [INFO] [stdout] | [INFO] [stdout] 876 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 880 | expect!(self, Semicolon); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 883 | let update = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:885:32 [INFO] [stdout] | [INFO] [stdout] 885 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 888 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:891:29 [INFO] [stdout] | [INFO] [stdout] 891 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 905 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:907:29 [INFO] [stdout] | [INFO] [stdout] 907 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:917:21 [INFO] [stdout] | [INFO] [stdout] 917 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:921:29 [INFO] [stdout] | [INFO] [stdout] 921 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:931:21 [INFO] [stdout] | [INFO] [stdout] 931 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 933 | expect!(self, ParenClose); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 949 | let name = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let token = try!($parser.tokenizer.get_token()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 955 | list.push(match peek!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:958:38 [INFO] [stdout] | [INFO] [stdout] 958 | let expression = try!(self.expression(0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 976 | match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 988 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 990 | expect!(self, ParenOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:994:21 [INFO] [stdout] | [INFO] [stdout] 994 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:995:19 [INFO] [stdout] | [INFO] [stdout] 995 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1000 | Ok(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1004:33 [INFO] [stdout] | [INFO] [stdout] 1004 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1005:31 [INFO] [stdout] | [INFO] [stdout] 1005 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1011:33 [INFO] [stdout] | [INFO] [stdout] 1011 | params: try!(self.parameter_list()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1012:31 [INFO] [stdout] | [INFO] [stdout] 1012 | body: try!(self.block_body()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1020:28 [INFO] [stdout] | [INFO] [stdout] 1020 | value: try!(self.expression(0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1029 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1030 | let super_class = match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1032 | let name = expect_identifier!(self); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect_identifier` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1034 | expect!(self, BraceOpen); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1045 | let mut token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1049 | token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1069:32 [INFO] [stdout] | [INFO] [stdout] 1069 | let expr = try!(self.sequence_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1071 | expect!(self, BracketClose); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` which comes from the expansion of the macro `expect` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1085:26 [INFO] [stdout] | [INFO] [stdout] 1085 | members.push(try!(self.class_member(key, is_static))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1102 | let token = next!(self); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => try!($parser.tokenizer.get_token()) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1132 | body.push(match next!(self) { [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:1134:33 [INFO] [stdout] | [INFO] [stdout] 1134 | token => try!(self.statement(token)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/tokenizer.rs:994:37 [INFO] [stdout] | [INFO] [stdout] 994 | let slice = self.source.slice_unchecked(start, end); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/tokenizer.rs:1063:25 [INFO] [stdout] | [INFO] [stdout] 1063 | self.source.slice_unchecked(start, self.index) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/tokenizer.rs:994:37 [INFO] [stdout] | [INFO] [stdout] 994 | let slice = self.source.slice_unchecked(start, end); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/tokenizer.rs:1063:25 [INFO] [stdout] | [INFO] [stdout] 1063 | self.source.slice_unchecked(start, self.index) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 130 | let mut list = Vec::new(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | Ok(Expression::Array(list)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:213:12 [INFO] [stdout] | [INFO] [stdout] 179 | let key = match token { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let key = ObjectKey::Computed(try!(self.expression(0))); [INFO] [stdout] | --- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 213 | Ok(match next!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 214 | | Colon => ObjectMember::Value { [INFO] [stdout] 215 | | key: key, [INFO] [stdout] 216 | | value: try!(self.expression(0)), [INFO] [stdout] ... | [INFO] [stdout] 223 | | _ => unexpected_token!(self) [INFO] [stdout] 224 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:334:12 [INFO] [stdout] | [INFO] [stdout] 259 | fn arrow_function_expression(&mut self, p: Option) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 260 | let params: Vec = match p { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 273 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 274 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 287 | Some(Expression::Sequence(mut list)) => { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 288 | let mut params = Vec::with_capacity(list.len()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | [INFO] [stdout] 290 | for expression in list.drain(..) { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 294 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 295 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 325 | let body = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 328 | body: try!(self.block_body_tail()) [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 331 | token => try!(self.expression_from_token(token, 0)).into() [INFO] [stdout] | ------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 334 | Ok(Expression::ArrowFunction { [INFO] [stdout] | ____________^ [INFO] [stdout] 335 | | params: params, [INFO] [stdout] 336 | | body: Box::new(body) [INFO] [stdout] 337 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:354:12 [INFO] [stdout] | [INFO] [stdout] 353 | fn infix_expression(&mut self, left: Expression, bp: u8, op: OperatorKind) -> Result { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 354 | Ok(match op { [INFO] [stdout] | ____________^ [INFO] [stdout] 355 | | Increment | Decrement => Expression::Postfix { [INFO] [stdout] 356 | | operator: op, [INFO] [stdout] 357 | | operand: Box::new(left), [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 419 | fn template_expression(&mut self, tag: Option>, mut kind: TemplateKind) [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 420 | -> Result { [INFO] [stdout] 421 | let mut expressions = Vec::new(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 446 | Ok(Expression::Template { [INFO] [stdout] | ____________^ [INFO] [stdout] 447 | | tag: tag, [INFO] [stdout] 448 | | expressions: expressions, [INFO] [stdout] 449 | | quasis: quasis, [INFO] [stdout] 450 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:486:12 [INFO] [stdout] | [INFO] [stdout] 485 | fn sequence_or(&mut self, first: Expression) -> Result { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 486 | Ok(match peek!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 487 | | Comma => { [INFO] [stdout] 488 | | self.consume(); [INFO] [stdout] ... | [INFO] [stdout] 505 | | _ => first [INFO] [stdout] 506 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:734:12 [INFO] [stdout] | [INFO] [stdout] 723 | let body = try!(self.expect_statement()); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 732 | let handler = try!(self.expect_statement()); [INFO] [stdout] | ------- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 733 | [INFO] [stdout] 734 | Ok(Statement::Try { [INFO] [stdout] | ____________^ [INFO] [stdout] 735 | | body: Box::new(body), [INFO] [stdout] 736 | | error: error, [INFO] [stdout] 737 | | handler: Box::new(handler), [INFO] [stdout] 738 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:781:12 [INFO] [stdout] | [INFO] [stdout] 765 | let test = try!(self.expression(0)); [INFO] [stdout] | ---- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 769 | let consequent = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---------- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 770 | [INFO] [stdout] 771 | let alternate = match peek!(self) { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 775 | Some(Box::new(try!(self.expect_statement()))) [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 781 | Ok(Statement::If { [INFO] [stdout] | ____________^ [INFO] [stdout] 782 | | test: test, [INFO] [stdout] 783 | | consequent: consequent, [INFO] [stdout] 784 | | alternate: alternate, [INFO] [stdout] 785 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:798:12 [INFO] [stdout] | [INFO] [stdout] 792 | let test = try!(self.expression(0)); [INFO] [stdout] | ---- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 796 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 797 | [INFO] [stdout] 798 | Ok(Statement::While { [INFO] [stdout] | ____________^ [INFO] [stdout] 799 | | test: test, [INFO] [stdout] 800 | | body: body, [INFO] [stdout] 801 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:893:12 [INFO] [stdout] | [INFO] [stdout] 808 | let init = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 812 | let mut declarators = try!(self.variable_declarators()); [INFO] [stdout] | ----------- --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 815 | let value = declarators[0].value.take(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 820 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 826 | let left = Statement::VariableDeclaration { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 845 | let expression = try!(self.sequence_or_expression_from_token(token)); [INFO] [stdout] | ---------- --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 849 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 850 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 874 | let test = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 875 | Semicolon => None, [INFO] [stdout] 876 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 883 | let update = match next!(self) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 884 | ParenClose => None, [INFO] [stdout] 885 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 891 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 892 | [INFO] [stdout] 893 | Ok(Statement::For { [INFO] [stdout] | ____________^ [INFO] [stdout] 894 | | init: init, [INFO] [stdout] 895 | | test: test, [INFO] [stdout] 896 | | update: update, [INFO] [stdout] 897 | | body: body, [INFO] [stdout] 898 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:909:12 [INFO] [stdout] | [INFO] [stdout] 901 | fn for_in_statement_from_parts(&mut self, left: S, right: Expression) -> Result [INFO] [stdout] | ------- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 902 | where S: Into { [INFO] [stdout] 903 | let left = Box::new(left.into()); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 907 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 908 | [INFO] [stdout] 909 | Ok(Statement::ForIn { [INFO] [stdout] | ____________^ [INFO] [stdout] 910 | | left: left, [INFO] [stdout] 911 | | right: right, [INFO] [stdout] 912 | | body: body, [INFO] [stdout] 913 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:923:12 [INFO] [stdout] | [INFO] [stdout] 916 | fn for_in_statement(&mut self, left: Box) -> Result { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 917 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ----- ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 921 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 922 | [INFO] [stdout] 923 | Ok(Statement::ForIn { [INFO] [stdout] | ____________^ [INFO] [stdout] 924 | | left: left, [INFO] [stdout] 925 | | right: right, [INFO] [stdout] 926 | | body: body, [INFO] [stdout] 927 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:937:12 [INFO] [stdout] | [INFO] [stdout] 930 | fn for_of_statement(&mut self, left: Box) -> Result { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 931 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ----- ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 935 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 936 | [INFO] [stdout] 937 | Ok(Statement::ForOf { [INFO] [stdout] | ____________^ [INFO] [stdout] 938 | | left: left, [INFO] [stdout] 939 | | right: right, [INFO] [stdout] 940 | | body: body, [INFO] [stdout] 941 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:962:34 [INFO] [stdout] | [INFO] [stdout] 958 | let expression = try!(self.expression(0)); [INFO] [stdout] | ---------- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 962 | default: Some(Box::new(expression)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1000:12 [INFO] [stdout] | [INFO] [stdout] 999 | fn class_member(&mut self, key: ClassKey, is_static: bool) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1000 | Ok(match next!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 1001 | | ParenOpen => { [INFO] [stdout] 1002 | | if !is_static && key.is_constructor() { [INFO] [stdout] 1003 | | ClassMember::Constructor { [INFO] [stdout] ... | [INFO] [stdout] 1023 | | _ => unexpected_token!(self), [INFO] [stdout] 1024 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1088:12 [INFO] [stdout] | [INFO] [stdout] 1042 | let mut members = Vec::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1088 | Ok(Statement::Class { [INFO] [stdout] | ____________^ [INFO] [stdout] 1089 | | name: name, [INFO] [stdout] 1090 | | extends: super_class, [INFO] [stdout] 1091 | | body: members, [INFO] [stdout] 1092 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn binary>(left: E, operator: OperatorKind, right: E) -> Self { [INFO] [stdout] | ------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 124 | left: Box::new(left.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn binary>(left: E, operator: OperatorKind, right: E) -> Self { [INFO] [stdout] | ------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 125 | right: Box::new(right.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn member, S: Into>(object: E, property: S) -> Self { [INFO] [stdout] | --------- ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 131 | Expression::Member { [INFO] [stdout] 132 | object: Box::new(object.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:140:21 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn call>(callee: E, arguments: Vec) -> Self { [INFO] [stdout] | --------- -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 139 | Expression::Call { [INFO] [stdout] 140 | callee: Box::new(callee.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | for item in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 64 | for item in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 64 | if let Some(item) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:411:31 [INFO] [stdout] | [INFO] [stdout] 411 | for member in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 411 | for member in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 411 | if let Some(member) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:679:34 [INFO] [stdout] | [INFO] [stdout] 679 | for statement in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 679 | for statement in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 679 | if let Some(statement) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 44 | fn bind_this(function: Expression) -> Expression { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Expression::call(Expression::member(function, "bind"), vec![Expression::This]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:709:17 [INFO] [stdout] | [INFO] [stdout] 691 | fn class_key_to_member(object: Expression, key: &mut ClassKey) -> Expression { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 692 | let expr = match *key { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 709 | object: Box::new(object), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:710:19 [INFO] [stdout] | [INFO] [stdout] 691 | fn class_key_to_member(object: Expression, key: &mut ClassKey) -> Expression { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 692 | let expr = match *key { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 710 | property: Box::new(expr), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors; 169 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratel` (lib test) due to 24 previous errors; 169 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 130 | let mut list = Vec::new(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | Ok(Expression::Array(list)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:213:12 [INFO] [stdout] | [INFO] [stdout] 179 | let key = match token { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 191 | let key = ObjectKey::Computed(try!(self.expression(0))); [INFO] [stdout] | --- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 213 | Ok(match next!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 214 | | Colon => ObjectMember::Value { [INFO] [stdout] 215 | | key: key, [INFO] [stdout] 216 | | value: try!(self.expression(0)), [INFO] [stdout] ... | [INFO] [stdout] 223 | | _ => unexpected_token!(self) [INFO] [stdout] 224 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:334:12 [INFO] [stdout] | [INFO] [stdout] 259 | fn arrow_function_expression(&mut self, p: Option) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 260 | let params: Vec = match p { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 273 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 274 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 287 | Some(Expression::Sequence(mut list)) => { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 288 | let mut params = Vec::with_capacity(list.len()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 289 | [INFO] [stdout] 290 | for expression in list.drain(..) { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 294 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 295 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 325 | let body = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 328 | body: try!(self.block_body_tail()) [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 331 | token => try!(self.expression_from_token(token, 0)).into() [INFO] [stdout] | ------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 334 | Ok(Expression::ArrowFunction { [INFO] [stdout] | ____________^ [INFO] [stdout] 335 | | params: params, [INFO] [stdout] 336 | | body: Box::new(body) [INFO] [stdout] 337 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:354:12 [INFO] [stdout] | [INFO] [stdout] 353 | fn infix_expression(&mut self, left: Expression, bp: u8, op: OperatorKind) -> Result { [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 354 | Ok(match op { [INFO] [stdout] | ____________^ [INFO] [stdout] 355 | | Increment | Decrement => Expression::Postfix { [INFO] [stdout] 356 | | operator: op, [INFO] [stdout] 357 | | operand: Box::new(left), [INFO] [stdout] ... | [INFO] [stdout] 395 | | } [INFO] [stdout] 396 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 419 | fn template_expression(&mut self, tag: Option>, mut kind: TemplateKind) [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 420 | -> Result { [INFO] [stdout] 421 | let mut expressions = Vec::new(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 446 | Ok(Expression::Template { [INFO] [stdout] | ____________^ [INFO] [stdout] 447 | | tag: tag, [INFO] [stdout] 448 | | expressions: expressions, [INFO] [stdout] 449 | | quasis: quasis, [INFO] [stdout] 450 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:486:12 [INFO] [stdout] | [INFO] [stdout] 485 | fn sequence_or(&mut self, first: Expression) -> Result { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 486 | Ok(match peek!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 487 | | Comma => { [INFO] [stdout] 488 | | self.consume(); [INFO] [stdout] ... | [INFO] [stdout] 505 | | _ => first [INFO] [stdout] 506 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:734:12 [INFO] [stdout] | [INFO] [stdout] 723 | let body = try!(self.expect_statement()); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 732 | let handler = try!(self.expect_statement()); [INFO] [stdout] | ------- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 733 | [INFO] [stdout] 734 | Ok(Statement::Try { [INFO] [stdout] | ____________^ [INFO] [stdout] 735 | | body: Box::new(body), [INFO] [stdout] 736 | | error: error, [INFO] [stdout] 737 | | handler: Box::new(handler), [INFO] [stdout] 738 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:781:12 [INFO] [stdout] | [INFO] [stdout] 765 | let test = try!(self.expression(0)); [INFO] [stdout] | ---- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 769 | let consequent = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---------- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 770 | [INFO] [stdout] 771 | let alternate = match peek!(self) { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 775 | Some(Box::new(try!(self.expect_statement()))) [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 781 | Ok(Statement::If { [INFO] [stdout] | ____________^ [INFO] [stdout] 782 | | test: test, [INFO] [stdout] 783 | | consequent: consequent, [INFO] [stdout] 784 | | alternate: alternate, [INFO] [stdout] 785 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:798:12 [INFO] [stdout] | [INFO] [stdout] 792 | let test = try!(self.expression(0)); [INFO] [stdout] | ---- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 796 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 797 | [INFO] [stdout] 798 | Ok(Statement::While { [INFO] [stdout] | ____________^ [INFO] [stdout] 799 | | test: test, [INFO] [stdout] 800 | | body: body, [INFO] [stdout] 801 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:893:12 [INFO] [stdout] | [INFO] [stdout] 808 | let init = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 812 | let mut declarators = try!(self.variable_declarators()); [INFO] [stdout] | ----------- --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 815 | let value = declarators[0].value.take(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 820 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 826 | let left = Statement::VariableDeclaration { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 845 | let expression = try!(self.sequence_or_expression_from_token(token)); [INFO] [stdout] | ---------- --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 849 | left, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 850 | right, [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 874 | let test = match next!(self) { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 875 | Semicolon => None, [INFO] [stdout] 876 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 883 | let update = match next!(self) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 884 | ParenClose => None, [INFO] [stdout] 885 | token => Some(try!(self.sequence_or_expression_from_token(token))), [INFO] [stdout] | --------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 891 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 892 | [INFO] [stdout] 893 | Ok(Statement::For { [INFO] [stdout] | ____________^ [INFO] [stdout] 894 | | init: init, [INFO] [stdout] 895 | | test: test, [INFO] [stdout] 896 | | update: update, [INFO] [stdout] 897 | | body: body, [INFO] [stdout] 898 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:909:12 [INFO] [stdout] | [INFO] [stdout] 901 | fn for_in_statement_from_parts(&mut self, left: S, right: Expression) -> Result [INFO] [stdout] | ------- ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 902 | where S: Into { [INFO] [stdout] 903 | let left = Box::new(left.into()); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 907 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 908 | [INFO] [stdout] 909 | Ok(Statement::ForIn { [INFO] [stdout] | ____________^ [INFO] [stdout] 910 | | left: left, [INFO] [stdout] 911 | | right: right, [INFO] [stdout] 912 | | body: body, [INFO] [stdout] 913 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:923:12 [INFO] [stdout] | [INFO] [stdout] 916 | fn for_in_statement(&mut self, left: Box) -> Result { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 917 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ----- ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 921 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 922 | [INFO] [stdout] 923 | Ok(Statement::ForIn { [INFO] [stdout] | ____________^ [INFO] [stdout] 924 | | left: left, [INFO] [stdout] 925 | | right: right, [INFO] [stdout] 926 | | body: body, [INFO] [stdout] 927 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:937:12 [INFO] [stdout] | [INFO] [stdout] 930 | fn for_of_statement(&mut self, left: Box) -> Result { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 931 | let right = try!(self.sequence_or_expression()); [INFO] [stdout] | ----- ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 935 | let body = Box::new(try!(self.expect_statement())); [INFO] [stdout] | ---- ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 936 | [INFO] [stdout] 937 | Ok(Statement::ForOf { [INFO] [stdout] | ____________^ [INFO] [stdout] 938 | | left: left, [INFO] [stdout] 939 | | right: right, [INFO] [stdout] 940 | | body: body, [INFO] [stdout] 941 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:962:34 [INFO] [stdout] | [INFO] [stdout] 958 | let expression = try!(self.expression(0)); [INFO] [stdout] | ---------- ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 962 | default: Some(Box::new(expression)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1000:12 [INFO] [stdout] | [INFO] [stdout] 999 | fn class_member(&mut self, key: ClassKey, is_static: bool) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1000 | Ok(match next!(self) { [INFO] [stdout] | ____________^ [INFO] [stdout] 1001 | | ParenOpen => { [INFO] [stdout] 1002 | | if !is_static && key.is_constructor() { [INFO] [stdout] 1003 | | ClassMember::Constructor { [INFO] [stdout] ... | [INFO] [stdout] 1023 | | _ => unexpected_token!(self), [INFO] [stdout] 1024 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:1088:12 [INFO] [stdout] | [INFO] [stdout] 1042 | let mut members = Vec::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1088 | Ok(Statement::Class { [INFO] [stdout] | ____________^ [INFO] [stdout] 1089 | | name: name, [INFO] [stdout] 1090 | | extends: super_class, [INFO] [stdout] 1091 | | body: members, [INFO] [stdout] 1092 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn binary>(left: E, operator: OperatorKind, right: E) -> Self { [INFO] [stdout] | ------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 124 | left: Box::new(left.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn binary>(left: E, operator: OperatorKind, right: E) -> Self { [INFO] [stdout] | ------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 125 | right: Box::new(right.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn member, S: Into>(object: E, property: S) -> Self { [INFO] [stdout] | --------- ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 131 | Expression::Member { [INFO] [stdout] 132 | object: Box::new(object.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grammar.rs:140:21 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn call>(callee: E, arguments: Vec) -> Self { [INFO] [stdout] | --------- -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 139 | Expression::Call { [INFO] [stdout] 140 | callee: Box::new(callee.into()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | for item in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 64 | for item in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 64 | if let Some(item) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:411:31 [INFO] [stdout] | [INFO] [stdout] 411 | for member in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 411 | for member in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 411 | if let Some(member) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/codegen.rs:679:34 [INFO] [stdout] | [INFO] [stdout] 679 | for statement in iter.next() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to iterate over `iter` remove the call to `next` [INFO] [stdout] | [INFO] [stdout] 679 | for statement in iter.by_ref() { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 679 | if let Some(statement) = iter.next() { [INFO] [stdout] | ~~~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 44 | fn bind_this(function: Expression) -> Expression { [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Expression::call(Expression::member(function, "bind"), vec![Expression::This]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:709:17 [INFO] [stdout] | [INFO] [stdout] 691 | fn class_key_to_member(object: Expression, key: &mut ClassKey) -> Expression { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 692 | let expr = match *key { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 709 | object: Box::new(object), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transformer.rs:710:19 [INFO] [stdout] | [INFO] [stdout] 691 | fn class_key_to_member(object: Expression, key: &mut ClassKey) -> Expression { [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 692 | let expr = match *key { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 710 | property: Box::new(expr), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors; 169 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratel` (lib) due to 24 previous errors; 169 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a491df9186916b54c8c5b0236dc3e1cf23397870df513807eeae4abf6240213e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a491df9186916b54c8c5b0236dc3e1cf23397870df513807eeae4abf6240213e", kill_on_drop: false }` [INFO] [stdout] a491df9186916b54c8c5b0236dc3e1cf23397870df513807eeae4abf6240213e