[INFO] fetching crate pest_meta_tmp 2.1.1... [INFO] checking pest_meta_tmp-2.1.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate pest_meta_tmp 2.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate pest_meta_tmp 2.1.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pest_meta_tmp 2.1.1 [INFO] finished tweaking crates.io crate pest_meta_tmp 2.1.1 [INFO] tweaked toml for crates.io crate pest_meta_tmp 2.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pest_tmp v2.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e6ee980666b0fdf6980dbaf3bf4cdbc99498319d05eb3980b4b20c253a47dba9 [INFO] running `Command { std: "docker" "start" "-a" "e6ee980666b0fdf6980dbaf3bf4cdbc99498319d05eb3980b4b20c253a47dba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6ee980666b0fdf6980dbaf3bf4cdbc99498319d05eb3980b4b20c253a47dba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6ee980666b0fdf6980dbaf3bf4cdbc99498319d05eb3980b4b20c253a47dba9", kill_on_drop: false }` [INFO] [stdout] e6ee980666b0fdf6980dbaf3bf4cdbc99498319d05eb3980b4b20c253a47dba9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78a92a807743dd26183072a5b131f55a20ff628f57b665015ca6278dbbfd7542 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "78a92a807743dd26183072a5b131f55a20ff628f57b665015ca6278dbbfd7542", kill_on_drop: false }` [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking pest_tmp v2.1.1 [INFO] [stderr] Checking pest_meta_tmp v2.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:190:46 [INFO] [stdout] | [INFO] [stdout] 190 | let span = pairs.next().unwrap().into_span(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:238:32 [INFO] [stdout] | [INFO] [stdout] 238 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:247:32 [INFO] [stdout] | [INFO] [stdout] 247 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:256:32 [INFO] [stdout] | [INFO] [stdout] 256 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:263:50 [INFO] [stdout] | [INFO] [stdout] 263 | let start = pair.clone().into_span().start_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | ... span: pair.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:304:44 [INFO] [stdout] | [INFO] [stdout] 304 | span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:310:48 [INFO] [stdout] | [INFO] [stdout] 310 | ... span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:317:48 [INFO] [stdout] | [INFO] [stdout] 317 | ... span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:324:54 [INFO] [stdout] | [INFO] [stdout] 324 | let start_pos = pair.clone().into_span().start_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:328:52 [INFO] [stdout] | [INFO] [stdout] 328 | let end_pos = pair.clone().into_span().end_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:351:60 [INFO] [stdout] | [INFO] [stdout] 351 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:358:60 [INFO] [stdout] | [INFO] [stdout] 358 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:365:60 [INFO] [stdout] | [INFO] [stdout] 365 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:381:48 [INFO] [stdout] | [INFO] [stdout] 381 | ... number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:390:48 [INFO] [stdout] | [INFO] [stdout] 390 | ... number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:399:60 [INFO] [stdout] | [INFO] [stdout] 399 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:415:52 [INFO] [stdout] | [INFO] [stdout] 415 | ... min_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:422:60 [INFO] [stdout] | [INFO] [stdout] 422 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:439:52 [INFO] [stdout] | [INFO] [stdout] 439 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:448:52 [INFO] [stdout] | [INFO] [stdout] 448 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:457:60 [INFO] [stdout] | [INFO] [stdout] 457 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:473:52 [INFO] [stdout] | [INFO] [stdout] 473 | ... min_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:487:52 [INFO] [stdout] | [INFO] [stdout] 487 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:496:52 [INFO] [stdout] | [INFO] [stdout] 496 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:505:60 [INFO] [stdout] | [INFO] [stdout] 505 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:513:60 [INFO] [stdout] | [INFO] [stdout] 513 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/validator.rs:112:55 [INFO] [stdout] | [INFO] [stdout] 112 | .map(|pair| pair.into_inner().next().unwrap().into_span()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/validator.rs:122:34 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|pair| pair.into_span()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:190:46 [INFO] [stdout] | [INFO] [stdout] 190 | let span = pairs.next().unwrap().into_span(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:238:32 [INFO] [stdout] | [INFO] [stdout] 238 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:247:32 [INFO] [stdout] | [INFO] [stdout] 247 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:256:32 [INFO] [stdout] | [INFO] [stdout] 256 | span: pair.into_span().start_pos().span(&end), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:263:50 [INFO] [stdout] | [INFO] [stdout] 263 | let start = pair.clone().into_span().start_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | ... span: pair.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:304:44 [INFO] [stdout] | [INFO] [stdout] 304 | span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:310:48 [INFO] [stdout] | [INFO] [stdout] 310 | ... span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:317:48 [INFO] [stdout] | [INFO] [stdout] 317 | ... span: pair.clone().into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:324:54 [INFO] [stdout] | [INFO] [stdout] 324 | let start_pos = pair.clone().into_span().start_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:328:52 [INFO] [stdout] | [INFO] [stdout] 328 | let end_pos = pair.clone().into_span().end_pos(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:351:60 [INFO] [stdout] | [INFO] [stdout] 351 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:358:60 [INFO] [stdout] | [INFO] [stdout] 358 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:365:60 [INFO] [stdout] | [INFO] [stdout] 365 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:381:48 [INFO] [stdout] | [INFO] [stdout] 381 | ... number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:390:48 [INFO] [stdout] | [INFO] [stdout] 390 | ... number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:399:60 [INFO] [stdout] | [INFO] [stdout] 399 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:415:52 [INFO] [stdout] | [INFO] [stdout] 415 | ... min_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:422:60 [INFO] [stdout] | [INFO] [stdout] 422 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:439:52 [INFO] [stdout] | [INFO] [stdout] 439 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:448:52 [INFO] [stdout] | [INFO] [stdout] 448 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:457:60 [INFO] [stdout] | [INFO] [stdout] 457 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:473:52 [INFO] [stdout] | [INFO] [stdout] 473 | ... min_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:487:52 [INFO] [stdout] | [INFO] [stdout] 487 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:496:52 [INFO] [stdout] | [INFO] [stdout] 496 | ... max_number.into_span(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:505:60 [INFO] [stdout] | [INFO] [stdout] 505 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/parser.rs:513:60 [INFO] [stdout] | [INFO] [stdout] 513 | ... span: start.span(&pair.into_span().end_pos()), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | / "grammar error\n\n".to_owned() [INFO] [stdout] 34 | | + &e.into_iter() [INFO] [stdout] 35 | | .map(|error| format!("{}", error)) [INFO] [stdout] 36 | | .collect::>() [INFO] [stdout] 37 | | .join("\n\n") [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 33 | "{}", "grammar error\n\n".to_owned() [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 32 | std::panic::panic_any( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/validator.rs:112:55 [INFO] [stdout] | [INFO] [stdout] 112 | .map(|pair| pair.into_inner().next().unwrap().into_span()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pest::iterators::Pair::<'i, R>::into_span`: Please use `as_span` instead [INFO] [stdout] --> src/validator.rs:122:34 [INFO] [stdout] | [INFO] [stdout] 122 | .map(|pair| pair.into_span()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | / parses_to! { [INFO] [stdout] 626 | | parser: PestParser, [INFO] [stdout] 627 | | input: "a = { b } c = { d }", [INFO] [stdout] 628 | | rule: Rule::grammar_rules, [INFO] [stdout] ... | [INFO] [stdout] 652 | | ] [INFO] [stdout] 653 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | / parses_to! { [INFO] [stdout] 626 | | parser: PestParser, [INFO] [stdout] 627 | | input: "a = { b } c = { d }", [INFO] [stdout] 628 | | rule: Rule::grammar_rules, [INFO] [stdout] ... | [INFO] [stdout] 652 | | ] [INFO] [stdout] 653 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:658:9 [INFO] [stdout] | [INFO] [stdout] 658 | / parses_to! { [INFO] [stdout] 659 | | parser: PestParser, [INFO] [stdout] 660 | | input: "a = ! { b ~ c }", [INFO] [stdout] 661 | | rule: Rule::grammar_rule, [INFO] [stdout] ... | [INFO] [stdout] 679 | | ] [INFO] [stdout] 680 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:658:9 [INFO] [stdout] | [INFO] [stdout] 658 | / parses_to! { [INFO] [stdout] 659 | | parser: PestParser, [INFO] [stdout] 660 | | input: "a = ! { b ~ c }", [INFO] [stdout] 661 | | rule: Rule::grammar_rule, [INFO] [stdout] ... | [INFO] [stdout] 679 | | ] [INFO] [stdout] 680 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:685:9 [INFO] [stdout] | [INFO] [stdout] 685 | / parses_to! { [INFO] [stdout] 686 | | parser: PestParser, [INFO] [stdout] 687 | | input: "_a | 'a'..'b' ~ !^\"abc\" ~ (d | e)*?", [INFO] [stdout] 688 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 738 | | ] [INFO] [stdout] 739 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:685:9 [INFO] [stdout] | [INFO] [stdout] 685 | / parses_to! { [INFO] [stdout] 686 | | parser: PestParser, [INFO] [stdout] 687 | | input: "_a | 'a'..'b' ~ !^\"abc\" ~ (d | e)*?", [INFO] [stdout] 688 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 738 | | ] [INFO] [stdout] 739 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | / parses_to! { [INFO] [stdout] 745 | | parser: PestParser, [INFO] [stdout] 746 | | input: "{1}", [INFO] [stdout] 747 | | rule: Rule::repeat_exact, [INFO] [stdout] ... | [INFO] [stdout] 754 | | ] [INFO] [stdout] 755 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | / parses_to! { [INFO] [stdout] 745 | | parser: PestParser, [INFO] [stdout] 746 | | input: "{1}", [INFO] [stdout] 747 | | rule: Rule::repeat_exact, [INFO] [stdout] ... | [INFO] [stdout] 754 | | ] [INFO] [stdout] 755 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:760:9 [INFO] [stdout] | [INFO] [stdout] 760 | / parses_to! { [INFO] [stdout] 761 | | parser: PestParser, [INFO] [stdout] 762 | | input: "{2,}", [INFO] [stdout] 763 | | rule: Rule::repeat_min, [INFO] [stdout] ... | [INFO] [stdout] 771 | | ] [INFO] [stdout] 772 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:760:9 [INFO] [stdout] | [INFO] [stdout] 760 | / parses_to! { [INFO] [stdout] 761 | | parser: PestParser, [INFO] [stdout] 762 | | input: "{2,}", [INFO] [stdout] 763 | | rule: Rule::repeat_min, [INFO] [stdout] ... | [INFO] [stdout] 771 | | ] [INFO] [stdout] 772 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:777:9 [INFO] [stdout] | [INFO] [stdout] 777 | / parses_to! { [INFO] [stdout] 778 | | parser: PestParser, [INFO] [stdout] 779 | | input: "{, 3}", [INFO] [stdout] 780 | | rule: Rule::repeat_max, [INFO] [stdout] ... | [INFO] [stdout] 788 | | ] [INFO] [stdout] 789 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:777:9 [INFO] [stdout] | [INFO] [stdout] 777 | / parses_to! { [INFO] [stdout] 778 | | parser: PestParser, [INFO] [stdout] 779 | | input: "{, 3}", [INFO] [stdout] 780 | | rule: Rule::repeat_max, [INFO] [stdout] ... | [INFO] [stdout] 788 | | ] [INFO] [stdout] 789 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:794:9 [INFO] [stdout] | [INFO] [stdout] 794 | / parses_to! { [INFO] [stdout] 795 | | parser: PestParser, [INFO] [stdout] 796 | | input: "{1, 2}", [INFO] [stdout] 797 | | rule: Rule::repeat_min_max, [INFO] [stdout] ... | [INFO] [stdout] 806 | | ] [INFO] [stdout] 807 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:794:9 [INFO] [stdout] | [INFO] [stdout] 794 | / parses_to! { [INFO] [stdout] 795 | | parser: PestParser, [INFO] [stdout] 796 | | input: "{1, 2}", [INFO] [stdout] 797 | | rule: Rule::repeat_min_max, [INFO] [stdout] ... | [INFO] [stdout] 806 | | ] [INFO] [stdout] 807 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | / parses_to! { [INFO] [stdout] 813 | | parser: PestParser, [INFO] [stdout] 814 | | input: "PUSH ( a )", [INFO] [stdout] 815 | | rule: Rule::_push, [INFO] [stdout] ... | [INFO] [stdout] 826 | | ] [INFO] [stdout] 827 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | / parses_to! { [INFO] [stdout] 813 | | parser: PestParser, [INFO] [stdout] 814 | | input: "PUSH ( a )", [INFO] [stdout] 815 | | rule: Rule::_push, [INFO] [stdout] ... | [INFO] [stdout] 826 | | ] [INFO] [stdout] 827 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:832:9 [INFO] [stdout] | [INFO] [stdout] 832 | / parses_to! { [INFO] [stdout] 833 | | parser: PestParser, [INFO] [stdout] 834 | | input: "PEEK[..]", [INFO] [stdout] 835 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 842 | | ] [INFO] [stdout] 843 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:832:9 [INFO] [stdout] | [INFO] [stdout] 832 | / parses_to! { [INFO] [stdout] 833 | | parser: PestParser, [INFO] [stdout] 834 | | input: "PEEK[..]", [INFO] [stdout] 835 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 842 | | ] [INFO] [stdout] 843 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:848:9 [INFO] [stdout] | [INFO] [stdout] 848 | / parses_to! { [INFO] [stdout] 849 | | parser: PestParser, [INFO] [stdout] 850 | | input: "PEEK[1..]", [INFO] [stdout] 851 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 859 | | ] [INFO] [stdout] 860 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:848:9 [INFO] [stdout] | [INFO] [stdout] 848 | / parses_to! { [INFO] [stdout] 849 | | parser: PestParser, [INFO] [stdout] 850 | | input: "PEEK[1..]", [INFO] [stdout] 851 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 859 | | ] [INFO] [stdout] 860 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:865:9 [INFO] [stdout] | [INFO] [stdout] 865 | / parses_to! { [INFO] [stdout] 866 | | parser: PestParser, [INFO] [stdout] 867 | | input: "PEEK[ ..-1]", [INFO] [stdout] 868 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 876 | | ] [INFO] [stdout] 877 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:865:9 [INFO] [stdout] | [INFO] [stdout] 865 | / parses_to! { [INFO] [stdout] 866 | | parser: PestParser, [INFO] [stdout] 867 | | input: "PEEK[ ..-1]", [INFO] [stdout] 868 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 876 | | ] [INFO] [stdout] 877 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:882:9 [INFO] [stdout] | [INFO] [stdout] 882 | / parses_to! { [INFO] [stdout] 883 | | parser: PestParser, [INFO] [stdout] 884 | | input: "PEEK[-5..10]", [INFO] [stdout] 885 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 894 | | ] [INFO] [stdout] 895 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:882:9 [INFO] [stdout] | [INFO] [stdout] 882 | / parses_to! { [INFO] [stdout] 883 | | parser: PestParser, [INFO] [stdout] 884 | | input: "PEEK[-5..10]", [INFO] [stdout] 885 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 894 | | ] [INFO] [stdout] 895 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:900:9 [INFO] [stdout] | [INFO] [stdout] 900 | / parses_to! { [INFO] [stdout] 901 | | parser: PestParser, [INFO] [stdout] 902 | | input: "_a8943", [INFO] [stdout] 903 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 906 | | ] [INFO] [stdout] 907 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:900:9 [INFO] [stdout] | [INFO] [stdout] 900 | / parses_to! { [INFO] [stdout] 901 | | parser: PestParser, [INFO] [stdout] 902 | | input: "_a8943", [INFO] [stdout] 903 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 906 | | ] [INFO] [stdout] 907 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:912:9 [INFO] [stdout] | [INFO] [stdout] 912 | / parses_to! { [INFO] [stdout] 913 | | parser: PestParser, [INFO] [stdout] 914 | | input: "\"aaaaa\\n\\r\\t\\\\\\0\\'\\\"\\x0F\\u{123abC}\\u{12}aaaaa\"", [INFO] [stdout] 915 | | rule: Rule::string, [INFO] [stdout] ... | [INFO] [stdout] 922 | | ] [INFO] [stdout] 923 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:912:9 [INFO] [stdout] | [INFO] [stdout] 912 | / parses_to! { [INFO] [stdout] 913 | | parser: PestParser, [INFO] [stdout] 914 | | input: "\"aaaaa\\n\\r\\t\\\\\\0\\'\\\"\\x0F\\u{123abC}\\u{12}aaaaa\"", [INFO] [stdout] 915 | | rule: Rule::string, [INFO] [stdout] ... | [INFO] [stdout] 922 | | ] [INFO] [stdout] 923 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:928:9 [INFO] [stdout] | [INFO] [stdout] 928 | / parses_to! { [INFO] [stdout] 929 | | parser: PestParser, [INFO] [stdout] 930 | | input: "^ \"\\\"hi\"", [INFO] [stdout] 931 | | rule: Rule::insensitive_string, [INFO] [stdout] ... | [INFO] [stdout] 940 | | ] [INFO] [stdout] 941 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:928:9 [INFO] [stdout] | [INFO] [stdout] 928 | / parses_to! { [INFO] [stdout] 929 | | parser: PestParser, [INFO] [stdout] 930 | | input: "^ \"\\\"hi\"", [INFO] [stdout] 931 | | rule: Rule::insensitive_string, [INFO] [stdout] ... | [INFO] [stdout] 940 | | ] [INFO] [stdout] 941 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:946:9 [INFO] [stdout] | [INFO] [stdout] 946 | / parses_to! { [INFO] [stdout] 947 | | parser: PestParser, [INFO] [stdout] 948 | | input: "'\\n' .. '\\x1a'", [INFO] [stdout] 949 | | rule: Rule::range, [INFO] [stdout] ... | [INFO] [stdout] 964 | | ] [INFO] [stdout] 965 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:946:9 [INFO] [stdout] | [INFO] [stdout] 946 | / parses_to! { [INFO] [stdout] 947 | | parser: PestParser, [INFO] [stdout] 948 | | input: "'\\n' .. '\\x1a'", [INFO] [stdout] 949 | | rule: Rule::range, [INFO] [stdout] ... | [INFO] [stdout] 964 | | ] [INFO] [stdout] 965 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:970:9 [INFO] [stdout] | [INFO] [stdout] 970 | / parses_to! { [INFO] [stdout] 971 | | parser: PestParser, [INFO] [stdout] 972 | | input: "'\\u{123abC}'", [INFO] [stdout] 973 | | rule: Rule::character, [INFO] [stdout] ... | [INFO] [stdout] 980 | | ] [INFO] [stdout] 981 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:970:9 [INFO] [stdout] | [INFO] [stdout] 970 | / parses_to! { [INFO] [stdout] 971 | | parser: PestParser, [INFO] [stdout] 972 | | input: "'\\u{123abC}'", [INFO] [stdout] 973 | | rule: Rule::character, [INFO] [stdout] ... | [INFO] [stdout] 980 | | ] [INFO] [stdout] 981 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:986:9 [INFO] [stdout] | [INFO] [stdout] 986 | / parses_to! { [INFO] [stdout] 987 | | parser: PestParser, [INFO] [stdout] 988 | | input: "0123", [INFO] [stdout] 989 | | rule: Rule::number, [INFO] [stdout] ... | [INFO] [stdout] 992 | | ] [INFO] [stdout] 993 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:986:9 [INFO] [stdout] | [INFO] [stdout] 986 | / parses_to! { [INFO] [stdout] 987 | | parser: PestParser, [INFO] [stdout] 988 | | input: "0123", [INFO] [stdout] 989 | | rule: Rule::number, [INFO] [stdout] ... | [INFO] [stdout] 992 | | ] [INFO] [stdout] 993 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:998:9 [INFO] [stdout] | [INFO] [stdout] 998 | / parses_to! { [INFO] [stdout] 999 | | parser: PestParser, [INFO] [stdout] 1000 | | input: "a ~ // asda\n b", [INFO] [stdout] 1001 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 1012 | | ] [INFO] [stdout] 1013 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:998:9 [INFO] [stdout] | [INFO] [stdout] 998 | / parses_to! { [INFO] [stdout] 999 | | parser: PestParser, [INFO] [stdout] 1000 | | input: "a ~ // asda\n b", [INFO] [stdout] 1001 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 1012 | | ] [INFO] [stdout] 1013 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | / "grammar error\n\n".to_owned() [INFO] [stdout] 34 | | + &e.into_iter() [INFO] [stdout] 35 | | .map(|error| format!("{}", error)) [INFO] [stdout] 36 | | .collect::>() [INFO] [stdout] 37 | | .join("\n\n") [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 33 | "{}", "grammar error\n\n".to_owned() [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 32 | std::panic::panic_any( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `Command { std: "docker" "inspect" "78a92a807743dd26183072a5b131f55a20ff628f57b665015ca6278dbbfd7542", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78a92a807743dd26183072a5b131f55a20ff628f57b665015ca6278dbbfd7542", kill_on_drop: false }` [INFO] [stdout] 78a92a807743dd26183072a5b131f55a20ff628f57b665015ca6278dbbfd7542