[INFO] fetching crate probor 0.3.1... [INFO] testing probor-0.3.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate probor 0.3.1 into /workspace/builds/worker-107/source [INFO] validating manifest of crates.io crate probor 0.3.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate probor 0.3.1 [INFO] finished tweaking crates.io crate probor 0.3.1 [INFO] tweaked toml for crates.io crate probor 0.3.1 written to /workspace/builds/worker-107/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df5151e2e15b41a9bf4cab8b80c1d9cedfc6feefbf9720d370ba6c6659c94dc6 [INFO] running `Command { std: "docker" "start" "-a" "df5151e2e15b41a9bf4cab8b80c1d9cedfc6feefbf9720d370ba6c6659c94dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df5151e2e15b41a9bf4cab8b80c1d9cedfc6feefbf9720d370ba6c6659c94dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df5151e2e15b41a9bf4cab8b80c1d9cedfc6feefbf9720d370ba6c6659c94dc6", kill_on_drop: false }` [INFO] [stdout] df5151e2e15b41a9bf4cab8b80c1d9cedfc6feefbf9720d370ba6c6659c94dc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d4ed7364140fb2f63338786900ff3ceb0e2e253000ff9326c65f2006c69b4e3 [INFO] running `Command { std: "docker" "start" "-a" "4d4ed7364140fb2f63338786900ff3ceb0e2e253000ff9326c65f2006c69b4e3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cbor-codec v0.7.1 [INFO] [stderr] Compiling probor v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | let res = try!(opt(e.text()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | let res = try!(opt(e.u64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let res = try!(opt(e.u32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | let res = try!(opt(e.u16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | let res = try!(opt(e.u8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | let res = try!(opt(e.bool()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | let res = try!(opt(e.i64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | let res = try!(opt(e.i32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | let res = try!(opt(e.i16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 228 | let res = try!(opt(e.i8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | let res = try!(opt(e.f64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:264:19 [INFO] [stdout] | [INFO] [stdout] 264 | let res = try!(opt(e.f32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | let res = try!(opt(e.u64().map(|x| x as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(e.array(1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(e.array(2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(e.array(3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | try!(self.2.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | Ok(Some((try!(Decode::decode_elem(d, 0)), ))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | try!(Decode::decode_elem(d, 1))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | try!(Decode::decode_elem(d, 1)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | try!(Decode::decode_elem(d, 2))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | res.push(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | res.push_back(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.object()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | let k = try!(Decode::decode_field(e, "mapping key")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | let v = try!(Decode::decode_field(e, "mapping value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(e.object(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | try!(k.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | try!(v.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 73 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.72s [INFO] running `Command { std: "docker" "inspect" "4d4ed7364140fb2f63338786900ff3ceb0e2e253000ff9326c65f2006c69b4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d4ed7364140fb2f63338786900ff3ceb0e2e253000ff9326c65f2006c69b4e3", kill_on_drop: false }` [INFO] [stdout] 4d4ed7364140fb2f63338786900ff3ceb0e2e253000ff9326c65f2006c69b4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e328bd45cdc56551688b9c2e20e1d8657eb065ba15d6cbb5ea42ab2450f9787 [INFO] running `Command { std: "docker" "start" "-a" "0e328bd45cdc56551688b9c2e20e1d8657eb065ba15d6cbb5ea42ab2450f9787", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | let res = try!(opt(e.text()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | let res = try!(opt(e.u64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let res = try!(opt(e.u32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | let res = try!(opt(e.u16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | let res = try!(opt(e.u8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | let res = try!(opt(e.bool()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | let res = try!(opt(e.i64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | let res = try!(opt(e.i32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | let res = try!(opt(e.i16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 228 | let res = try!(opt(e.i8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | let res = try!(opt(e.f64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:264:19 [INFO] [stdout] | [INFO] [stdout] 264 | let res = try!(opt(e.f32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | let res = try!(opt(e.u64().map(|x| x as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(e.array(1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(e.array(2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(e.array(3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | try!(self.2.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | Ok(Some((try!(Decode::decode_elem(d, 0)), ))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | try!(Decode::decode_elem(d, 1))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | try!(Decode::decode_elem(d, 1)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | try!(Decode::decode_elem(d, 2))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | res.push(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | res.push_back(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.object()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | let k = try!(Decode::decode_field(e, "mapping key")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | let v = try!(Decode::decode_field(e, "mapping value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(e.object(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | try!(k.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | try!(v.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 73 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling probor v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | let res = try!(opt(e.text()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | let res = try!(opt(e.u64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let res = try!(opt(e.u32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | let res = try!(opt(e.u16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | let res = try!(opt(e.u8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | let res = try!(opt(e.bool()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | let res = try!(opt(e.i64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | let res = try!(opt(e.i32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | let res = try!(opt(e.i16()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 228 | let res = try!(opt(e.i8()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | let res = try!(opt(e.f64()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:264:19 [INFO] [stdout] | [INFO] [stdout] 264 | let res = try!(opt(e.f32()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | let res = try!(opt(e.u64().map(|x| x as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(e.array(1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(e.array(2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(e.array(3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(self.0.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | try!(self.1.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | try!(self.2.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | Ok(Some((try!(Decode::decode_elem(d, 0)), ))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | try!(Decode::decode_elem(d, 1))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | try!(Decode::decode_elem(d, 1)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tuples.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | try!(Decode::decode_elem(d, 2))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | res.push(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | let num_opt = try!(opt(e.array()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | res.push_back(try!(Decode::decode_elem(e, idx))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | try!(e.array(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/sequences.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | try!(i.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | let num_opt = try!(opt(e.object()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | let k = try!(Decode::decode_field(e, "mapping key")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | let v = try!(Decode::decode_field(e, "mapping value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(e.object(self.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | try!(k.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/maps.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | try!(v.encode(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:128:29 [INFO] [stdout] | [INFO] [stdout] 128 | try!(e.array(_probor_max!( $($fnum,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | try!(e.u64($n)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | try!($crate::Encodable::encode($field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_enum_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/enums.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | try!($crate::Encodable::encode($field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_enum_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | try!($crate::Encodable::encode($field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_enum_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/enums.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/enums.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | let txt = try!(String::from_utf8( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | try!($dec.kernel().raw_data(inf, 1 << 31) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | try!($dec.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | $fname = Some(try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | _ => try!($dec.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | let $fname = try!($fname.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | $fname = Some(try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | _ => try!($dec.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/enums.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | let $fname = try!($fname.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stdout] 190 | | #0 One(), [INFO] [stdout] 191 | | #1 Two(x #1), [INFO] [stdout] 192 | | #5 Three(x #1, y #2), [INFO] [stdout] 193 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:15:66 [INFO] [stdout] | [INFO] [stdout] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:15:66 [INFO] [stdout] | [INFO] [stdout] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:15:66 [INFO] [stdout] | [INFO] [stdout] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:15:66 [INFO] [stdout] | [INFO] [stdout] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | try!($encoder.object(_probor_count!( $($item)* ))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | try!($encoder.text(stringify!($field))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> examples/search.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / probor_struct!( [INFO] [stdout] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 9 | | struct Page { [INFO] [stdout] 10 | | url: String => (#0), [INFO] [stdout] 11 | | title: String => (#1), [INFO] [stdout] 12 | | snippet: Option => (#2 optional), [INFO] [stdout] 13 | | }); [INFO] [stdout] | |__^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> examples/search.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / probor_struct!( [INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 17 | | struct SearchResults { [INFO] [stdout] 18 | | total_results: u64 => (#0), [INFO] [stdout] 19 | | results: Vec => (#1), [INFO] [stdout] 20 | | }); [INFO] [stdout] | |__^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!($encoder.null()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | None => try!($encoder.null()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | try!($encoder.object(_probor_count!( $($item)* ))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | try!($encoder.text(stringify!($field))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | try!($encoder.text(stringify!($field))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | try!($encoder.text(stringify!($field))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode_struct.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (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/decode_struct.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | info: inf @ 0...30 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | try!($decoder.skip().map_err(|e| [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | try!($decoder.skip() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decode_struct.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!($name.ok_or( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/decode_struct.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 73 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tuples.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sequences.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/maps.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/enums.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/macros.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(vec)); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / probor_struct!( [INFO] [stdout] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 114 | | struct Page { [INFO] [stdout] 115 | | url: String => (#0), [INFO] [stdout] 116 | | title: String => (#1), [INFO] [stdout] 117 | | snippet: Option => (#2 optional), [INFO] [stdout] 118 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / probor_struct!( [INFO] [stdout] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 122 | | struct SearchResults { [INFO] [stdout] 123 | | total_results: u64 => (#0), [INFO] [stdout] 124 | | results: Vec => (#1), [INFO] [stdout] 125 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / probor_struct!( [INFO] [stdout] 175 | | pub struct VersionInfo { [INFO] [stdout] 176 | | pub version: u8 => (), [INFO] [stdout] 177 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | / probor_struct!( [INFO] [stdout] 193 | | #[derive(Debug, PartialEq)] [INFO] [stdout] 194 | | struct Three { [INFO] [stdout] 195 | | one: Option => (#0 optional), [INFO] [stdout] 196 | | two: Option => (#1 optional), [INFO] [stdout] 197 | | three: Option => (#2 optional), [INFO] [stdout] 198 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / probor_struct!( [INFO] [stdout] 201 | | struct TwoThree { [INFO] [stdout] 202 | | two: Option => (#1 optional), [INFO] [stdout] 203 | | three: Option => (#2 optional), [INFO] [stdout] 204 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | / probor_struct!( [INFO] [stdout] 207 | | struct OneThree { [INFO] [stdout] 208 | | one: Option => (#0 optional), [INFO] [stdout] 209 | | three: Option => (#2 optional), [INFO] [stdout] 210 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | / probor_struct!( [INFO] [stdout] 213 | | struct OneTwo { [INFO] [stdout] 214 | | one: Option => (#0 optional), [INFO] [stdout] 215 | | two: Option => (#1 optional), [INFO] [stdout] 216 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/decode_struct.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] ::: src/macros.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | / probor_struct!( [INFO] [stdout] 219 | | struct Named { [INFO] [stdout] 220 | | one: u8 => (), [INFO] [stdout] 221 | | two: u8 => (), [INFO] [stdout] 222 | | three: u8 => (), [INFO] [stdout] 223 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 235 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.99s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/probor-4c582e55c1d36c04) [INFO] running `Command { std: "docker" "inspect" "0e328bd45cdc56551688b9c2e20e1d8657eb065ba15d6cbb5ea42ab2450f9787", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e328bd45cdc56551688b9c2e20e1d8657eb065ba15d6cbb5ea42ab2450f9787", kill_on_drop: false }` [INFO] [stdout] 0e328bd45cdc56551688b9c2e20e1d8657eb065ba15d6cbb5ea42ab2450f9787 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 74e1178434539639b1894af7cb0eba7438df2e65003d63e7e47cd412b1336375 [INFO] running `Command { std: "docker" "start" "-a" "74e1178434539639b1894af7cb0eba7438df2e65003d63e7e47cd412b1336375", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:68:19 [INFO] [stderr] | [INFO] [stderr] 68 | let res = try!(opt(e.text()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | let res = try!(opt(e.u64()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:104:19 [INFO] [stderr] | [INFO] [stderr] 104 | let res = try!(opt(e.u32()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:121:19 [INFO] [stderr] | [INFO] [stderr] 121 | let res = try!(opt(e.u16()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | let res = try!(opt(e.u8()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:157:19 [INFO] [stderr] | [INFO] [stderr] 157 | let res = try!(opt(e.bool()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:175:19 [INFO] [stderr] | [INFO] [stderr] 175 | let res = try!(opt(e.i64()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:193:19 [INFO] [stderr] | [INFO] [stderr] 193 | let res = try!(opt(e.i32()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:210:19 [INFO] [stderr] | [INFO] [stderr] 210 | let res = try!(opt(e.i16()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:228:19 [INFO] [stderr] | [INFO] [stderr] 228 | let res = try!(opt(e.i8()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:246:19 [INFO] [stderr] | [INFO] [stderr] 246 | let res = try!(opt(e.f64()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:264:19 [INFO] [stderr] | [INFO] [stderr] 264 | let res = try!(opt(e.f32()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/impls.rs:283:19 [INFO] [stderr] | [INFO] [stderr] 283 | let res = try!(opt(e.u64().map(|x| x as usize)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | try!(e.array(1)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | try!(self.0.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | try!(e.array(2)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | try!(self.0.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | try!(self.1.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | try!(e.array(3)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | try!(self.0.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | try!(self.1.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(self.2.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:45:18 [INFO] [stderr] | [INFO] [stderr] 45 | Ok(Some((try!(Decode::decode_elem(d, 0)), ))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:63:18 [INFO] [stderr] | [INFO] [stderr] 63 | try!(Decode::decode_elem(d, 1))))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:80:18 [INFO] [stderr] | [INFO] [stderr] 80 | Ok(Some((try!(Decode::decode_elem(d, 0)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:81:18 [INFO] [stderr] | [INFO] [stderr] 81 | try!(Decode::decode_elem(d, 1)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tuples.rs:82:18 [INFO] [stderr] | [INFO] [stderr] 82 | try!(Decode::decode_elem(d, 2))))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | let num_opt = try!(opt(e.array()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | res.push(try!(Decode::decode_elem(e, idx))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | try!(e.array(self.len())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | try!(i.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | let num_opt = try!(opt(e.array()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:48:31 [INFO] [stderr] | [INFO] [stderr] 48 | res.push_back(try!(Decode::decode_elem(e, idx))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | try!(e.array(self.len())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/sequences.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | try!(i.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | let num_opt = try!(opt(e.object()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | let k = try!(Decode::decode_field(e, "mapping key")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | let v = try!(Decode::decode_field(e, "mapping value")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(e.object(self.len())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | try!(k.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/maps.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | try!(v.encode(e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:73:32 [INFO] [stderr] | [INFO] [stderr] 73 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 73 - fn cause(&self) -> Option<&Error> { [INFO] [stderr] 73 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:128:29 [INFO] [stderr] | [INFO] [stderr] 128 | try!(e.array(_probor_max!( $($fnum,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:130:29 [INFO] [stderr] | [INFO] [stderr] 130 | try!(e.u64($n)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | try!($crate::Encodable::encode($field, $encoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_enum_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/enums.rs:189:5 [INFO] [stderr] | [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:82:27 [INFO] [stderr] | [INFO] [stderr] 82 | let txt = try!(String::from_utf8( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | try!($dec.kernel().raw_data(inf, 1 << 31) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | try!($dec.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:46:39 [INFO] [stderr] | [INFO] [stderr] 46 | $fname = Some(try!( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | _ => try!($dec.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/enums.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | let $fname = try!($fname.ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | / probor_enum_encoder_decoder!(Multi { [INFO] [stderr] 190 | | #0 One(), [INFO] [stderr] 191 | | #1 Two(x #1), [INFO] [stderr] 192 | | #5 Three(x #1, y #2), [INFO] [stderr] 193 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_decode_variant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | None => try!($encoder.null()), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | try!($name.ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decode_struct.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decode_struct.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | try!($name.ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decode_struct.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | try!($encoder.object(_probor_count!( $($item)* ))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | try!($encoder.text(stringify!($field))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | try!($name.ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decode_struct.rs:22:66 [INFO] [stderr] | [INFO] [stderr] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | None => try!($encoder.null()), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | None => try!($encoder.null()), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | None => try!($encoder.null()), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!($encoder.array(_probor_max!( $($n,)* ) + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | try!($encoder.null()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref x) => try!($crate::Encodable::encode(x, $encoder)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | None => try!($encoder.null()), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | try!($encoder.object(_probor_count!( $($item)* ))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | try!($encoder.text(stringify!($field))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encode_struct.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | try!($crate::Encodable::encode(&$me.$field, $encoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!($decoder.skip() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/decode_struct.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | info: inf @ 0...30 [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | let object_num = try!($decoder.kernel().unsigned(inf) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | $item = try!($crate::Decodable::decode_opt($decoder) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | try!($decoder.skip().map_err(|e| [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | let idx = try!($decoder.kernel().u64(&(ty, inf)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/decode_struct.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | try!($name.ok_or( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/decode_struct.rs:22:66 [INFO] [stderr] | [INFO] [stderr] 22 | $crate::DecodeError::AbsentField(stringify!($name)))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tuples.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sequences.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/maps.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/enums.rs:178:13 [INFO] [stderr] | [INFO] [stderr] 178 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/macros.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(vec)); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / probor_struct!( [INFO] [stderr] 113 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 114 | | struct Page { [INFO] [stderr] 115 | | url: String => (#0), [INFO] [stderr] 116 | | title: String => (#1), [INFO] [stderr] 117 | | snippet: Option => (#2 optional), [INFO] [stderr] 118 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / probor_struct!( [INFO] [stderr] 121 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 122 | | struct SearchResults { [INFO] [stderr] 123 | | total_results: u64 => (#0), [INFO] [stderr] 124 | | results: Vec => (#1), [INFO] [stderr] 125 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | / probor_struct!( [INFO] [stderr] 175 | | pub struct VersionInfo { [INFO] [stderr] 176 | | pub version: u8 => (), [INFO] [stderr] 177 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | / probor_struct!( [INFO] [stderr] 193 | | #[derive(Debug, PartialEq)] [INFO] [stderr] 194 | | struct Three { [INFO] [stderr] 195 | | one: Option => (#0 optional), [INFO] [stderr] 196 | | two: Option => (#1 optional), [INFO] [stderr] 197 | | three: Option => (#2 optional), [INFO] [stderr] 198 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / probor_struct!( [INFO] [stderr] 201 | | struct TwoThree { [INFO] [stderr] 202 | | two: Option => (#1 optional), [INFO] [stderr] 203 | | three: Option => (#2 optional), [INFO] [stderr] 204 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / probor_struct!( [INFO] [stderr] 207 | | struct OneThree { [INFO] [stderr] 208 | | one: Option => (#0 optional), [INFO] [stderr] 209 | | three: Option => (#2 optional), [INFO] [stderr] 210 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | / probor_struct!( [INFO] [stderr] 213 | | struct OneTwo { [INFO] [stderr] 214 | | one: Option => (#0 optional), [INFO] [stderr] 215 | | two: Option => (#1 optional), [INFO] [stderr] 216 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 63 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/decode_struct.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | ^^^^^^^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] ::: src/macros.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | / probor_struct!( [INFO] [stderr] 219 | | struct Named { [INFO] [stderr] 220 | | one: u8 => (), [INFO] [stderr] 221 | | two: u8 => (), [INFO] [stderr] 222 | | three: u8 => (), [INFO] [stderr] 223 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 126 | let _ = (idx+1); // silence warning but expect to be optimized [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `probor` (lib) generated 43 warnings [INFO] [stderr] warning: `probor` (lib test) generated 235 warnings (111 duplicates) [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `probor_enc_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_encode_pos_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_skip_to` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_parse_fields_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_require_field` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> examples/search.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / probor_struct!( [INFO] [stderr] 8 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 9 | | struct Page { [INFO] [stderr] 10 | | url: String => (#0), [INFO] [stderr] 11 | | title: String => (#1), [INFO] [stderr] 12 | | snippet: Option => (#2 optional), [INFO] [stderr] 13 | | }); [INFO] [stderr] | |__^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> examples/search.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / probor_struct!( [INFO] [stderr] 16 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stderr] 17 | | struct SearchResults { [INFO] [stderr] 18 | | total_results: u64 => (#0), [INFO] [stderr] 19 | | results: Vec => (#1), [INFO] [stderr] 20 | | }); [INFO] [stderr] | |__^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `_probor_dec_named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `probor` (example "search") generated 43 warnings (25 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/probor-4c582e55c1d36c04) [INFO] [stderr] Doc-tests probor [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test macros::test_search_results::test_decode ... ok [INFO] [stdout] test macros::test_search_results::big_to_small ... ok [INFO] [stdout] test enums::test_enum::test ... ok [INFO] [stdout] test macros::test_search_results::named_to_small ... ok [INFO] [stdout] test macros::test_search_results::one_field ... ok [INFO] [stdout] test sequences::test::into_deque ... ok [INFO] [stdout] test sequences::test::deque ... ok [INFO] [stdout] test sequences::test::vec ... ok [INFO] [stdout] test macros::test_search_results::test_encode ... ok [INFO] [stdout] test tuples::test::one ... ok [INFO] [stdout] test tuples::test::three ... ok [INFO] [stdout] test sequences::test::into_vec ... ok [INFO] [stdout] test tuples::test::two ... ok [INFO] [stdout] test macros::test_search_results::small_to_big ... ok [INFO] [stdout] test maps::test::map ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "74e1178434539639b1894af7cb0eba7438df2e65003d63e7e47cd412b1336375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74e1178434539639b1894af7cb0eba7438df2e65003d63e7e47cd412b1336375", kill_on_drop: false }` [INFO] [stdout] 74e1178434539639b1894af7cb0eba7438df2e65003d63e7e47cd412b1336375