[INFO] fetching crate stfu8 0.2.4... [INFO] checking stfu8-0.2.4 against beta for pr-78714 [INFO] extracting crate stfu8 0.2.4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stfu8 0.2.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stfu8 0.2.4 [INFO] finished tweaking crates.io crate stfu8 0.2.4 [INFO] tweaked toml for crates.io crate stfu8 0.2.4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d12ca6057348d6a850c323c25dca2e871061ecec2f90d4c3c718117a351cec6 [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" "0d12ca6057348d6a850c323c25dca2e871061ecec2f90d4c3c718117a351cec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d12ca6057348d6a850c323c25dca2e871061ecec2f90d4c3c718117a351cec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d12ca6057348d6a850c323c25dca2e871061ecec2f90d4c3c718117a351cec6", kill_on_drop: false }` [INFO] [stdout] 0d12ca6057348d6a850c323c25dca2e871061ecec2f90d4c3c718117a351cec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 842a20cf047ff1f3657f1c62bc093da721f0bcd0217abdde4bc1df71b95ced65 [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" "842a20cf047ff1f3657f1c62bc093da721f0bcd0217abdde4bc1df71b95ced65", kill_on_drop: false }` [INFO] [stderr] Checking proptest v0.3.4 [INFO] [stderr] Checking stfu8 v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/helpers.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | const SURROGATE_OFFSET: i64 = (0x1_0000 - (0xD800 << 10) - 0xDC00); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:100:36 [INFO] [stdout] | [INFO] [stdout] 100 | (0xE0, 0xA0...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | | (0xE1...0xEC, 0x80...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | | (0xE1...0xEC, 0x80...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | | (0xED, 0x80...0x9F) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:103:32 [INFO] [stdout] | [INFO] [stdout] 103 | | (0xEE...0xEF, 0x80...0xBF) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | | (0xEE...0xEF, 0x80...0xBF) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:36 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:52 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:65 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:87 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | helpers::BSLASH_U16 => helpers::escape_u8(&mut out, encoder, c16 as u8), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | LEAD_MIN...LEAD_MAX => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | TRAIL_MIN...TRAIL_MAX => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:121:72 [INFO] [stdout] | [INFO] [stdout] 121 | write!(f, "{} when decoding {:?} [index={}]", self.index, self.description(), self.mat) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: 71 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/helpers.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | const SURROGATE_OFFSET: i64 = (0x1_0000 - (0xD800 << 10) - 0xDC00); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:100:36 [INFO] [stdout] | [INFO] [stdout] 100 | (0xE0, 0xA0...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | | (0xE1...0xEC, 0x80...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | | (0xE1...0xEC, 0x80...0xBF) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | | (0xED, 0x80...0x9F) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:103:32 [INFO] [stdout] | [INFO] [stdout] 103 | | (0xEE...0xEF, 0x80...0xBF) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | | (0xEE...0xEF, 0x80...0xBF) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unnecessary trailing semicolon [INFO] [stdout] --> tests/sanity.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | assert_round_str("‑ ‒ – — ― ‖ ‗ ‘ ’ ‚ ‛ “");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:36 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:52 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:65 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:112:87 [INFO] [stdout] | [INFO] [stdout] 112 | (0xF0, 0x90...0xBF) | (0xF1...0xF3, 0x80...0xBF) | (0xF4, 0x80...0x8F) => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 0x20...0x7e => out.push(b as char), // visible ASCII [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u8.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | 0x7f...0xFF => helpers::escape_u8(&mut out, encoder, b), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: unnecessary trailing semicolon [INFO] [stdout] --> src/encode_u8.rs:179:43 [INFO] [stdout] | [INFO] [stdout] 179 | assert_enc("‑ ‒ – — ― ‖ ‗ ‘ ’ ‚ ‛ “");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | 0x00...0x1F | helpers::BSLASH_U16 => helpers::escape_u8(&mut out, encoder, c16 as u8), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | LEAD_MIN...LEAD_MAX => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/encode_u16.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | TRAIL_MIN...TRAIL_MAX => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/encode_u16.rs:99:43 [INFO] [stdout] | [INFO] [stdout] 99 | assert_enc("‑ ‒ – — ― ‖ ‗ ‘ ’ ‚ ‛ “");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:121:72 [INFO] [stdout] | [INFO] [stdout] 121 | write!(f, "{} when decoding {:?} [index={}]", self.index, self.description(), self.mat) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 95 | escape_them!(); //orig: err!(Some(1)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | _ => escape_them!(), // orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | match (first, next!()) { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 115 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 116 | escape_them!(); //orig: err!(Some(2)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | if next!() & !CONT_MASK != TAG_CONT_U8 { [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | escape_them!(); //orig: err!(Some(3)) [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | _ => escape_them!(), //orig: err!(Some(1)) [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [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: unreachable pattern [INFO] [stdout] --> src/encode_u8.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 129 | maybe_ascii!(index); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [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: 73 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.57s [INFO] running `Command { std: "docker" "inspect" "842a20cf047ff1f3657f1c62bc093da721f0bcd0217abdde4bc1df71b95ced65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "842a20cf047ff1f3657f1c62bc093da721f0bcd0217abdde4bc1df71b95ced65", kill_on_drop: false }` [INFO] [stdout] 842a20cf047ff1f3657f1c62bc093da721f0bcd0217abdde4bc1df71b95ced65