[INFO] fetching crate micropb 0.1.0...
[INFO] checking micropb-0.1.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate micropb 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate micropb 0.1.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate micropb 0.1.0
[INFO] finished tweaking crates.io crate micropb 0.1.0
[INFO] tweaked toml for crates.io crate micropb 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd044175600dc73df1919fd2fa8936ebe48ba9414f5aaf3feeb6cc18997f3018
[INFO] running `Command { std: "docker" "start" "-a" "fd044175600dc73df1919fd2fa8936ebe48ba9414f5aaf3feeb6cc18997f3018", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd044175600dc73df1919fd2fa8936ebe48ba9414f5aaf3feeb6cc18997f3018", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd044175600dc73df1919fd2fa8936ebe48ba9414f5aaf3feeb6cc18997f3018", kill_on_drop: false }`
[INFO] [stdout] fd044175600dc73df1919fd2fa8936ebe48ba9414f5aaf3feeb6cc18997f3018
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c6df9ab03eca539a04a8107b42ef56b830d78c2eb77e90d672c93ea8ecbc22d
[INFO] running `Command { std: "docker" "start" "-a" "3c6df9ab03eca539a04a8107b42ef56b830d78c2eb77e90d672c93ea8ecbc22d", kill_on_drop: false }`
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking micropb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `arrayvec`
[INFO] [stdout]    --> src/decode.rs:689:9
[INFO] [stdout]     |
[INFO] [stdout] 689 |     use arrayvec::{ArrayString, ArrayVec};
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared crate or module `arrayvec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `arrayvec`
[INFO] [stdout]    --> src/encode.rs:362:9
[INFO] [stdout]     |
[INFO] [stdout] 362 |     use arrayvec::ArrayVec;
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared crate or module `arrayvec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 |         assert_decode!(Ok(5), [5], decode_varint32());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 |         assert_decode!(Ok(5), [5], decode_varint32());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 |         assert_decode!(Ok(150), [0x96, 0x01], decode_varint32());
[INFO] [stdout]     |         -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 |         assert_decode!(Ok(150), [0x96, 0x01], decode_varint32());
[INFO] [stdout]     |         -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | /         assert_decode!(
[INFO] [stdout] 745 | |             Ok(0b1010000001110010101),
[INFO] [stdout] 746 | |             [0x95, 0x87, 0x14],
[INFO] [stdout] 747 | |             decode_varint32()
[INFO] [stdout] 748 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | /         assert_decode!(
[INFO] [stdout] 745 | |             Ok(0b1010000001110010101),
[INFO] [stdout] 746 | |             [0x95, 0x87, 0x14],
[INFO] [stdout] 747 | |             decode_varint32()
[INFO] [stdout] 748 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 750 | /         assert_decode!(
[INFO] [stdout] 751 | |             Ok(0b11110000000000000000000000000001),
[INFO] [stdout] 752 | |             [0x81, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 753 | |             decode_varint32()
[INFO] [stdout] 754 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 750 | /         assert_decode!(
[INFO] [stdout] 751 | |             Ok(0b11110000000000000000000000000001),
[INFO] [stdout] 752 | |             [0x81, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 753 | |             decode_varint32()
[INFO] [stdout] 754 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 755 | /         assert_decode!(
[INFO] [stdout] 756 | |             Ok(u32::MAX),
[INFO] [stdout] 757 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0x0F],
[INFO] [stdout] 758 | |             decode_varint32()
[INFO] [stdout] 759 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 755 | /         assert_decode!(
[INFO] [stdout] 756 | |             Ok(u32::MAX),
[INFO] [stdout] 757 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0x0F],
[INFO] [stdout] 758 | |             decode_varint32()
[INFO] [stdout] 759 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 761 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], decode_varint32());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 761 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], decode_varint32());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 762 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], decode_varint32());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 762 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], decode_varint32());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | /         assert_decode!(
[INFO] [stdout] 764 | |             Ok(1),
[INFO] [stdout] 765 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00],
[INFO] [stdout] 766 | |             decode_varint32()
[INFO] [stdout] 767 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | /         assert_decode!(
[INFO] [stdout] 764 | |             Ok(1),
[INFO] [stdout] 765 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00],
[INFO] [stdout] 766 | |             decode_varint32()
[INFO] [stdout] 767 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 772 |         assert_decode!(Ok(5), [5], decode_varint64());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 772 |         assert_decode!(Ok(5), [5], decode_varint64());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 773 |         assert_decode!(Ok(150), [0x96, 0x01], decode_varint64());
[INFO] [stdout]     |         -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 773 |         assert_decode!(Ok(150), [0x96, 0x01], decode_varint64());
[INFO] [stdout]     |         -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 775 | /         assert_decode!(
[INFO] [stdout] 776 | |             Ok(0b1000000000000000000000000000000000000000000000000000000000000001),
[INFO] [stdout] 777 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 778 | |             decode_varint64()
[INFO] [stdout] 779 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 775 | /         assert_decode!(
[INFO] [stdout] 776 | |             Ok(0b1000000000000000000000000000000000000000000000000000000000000001),
[INFO] [stdout] 777 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 778 | |             decode_varint64()
[INFO] [stdout] 779 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 | /         assert_decode!(
[INFO] [stdout] 781 | |             Ok(u64::MAX),
[INFO] [stdout] 782 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 783 | |             decode_varint64()
[INFO] [stdout] 784 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 | /         assert_decode!(
[INFO] [stdout] 781 | |             Ok(u64::MAX),
[INFO] [stdout] 782 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 783 | |             decode_varint64()
[INFO] [stdout] 784 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], decode_varint64());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], decode_varint64());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], decode_varint64());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], decode_varint64());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 788 | /         assert_decode!(
[INFO] [stdout] 789 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 790 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 791 | |             decode_varint64()
[INFO] [stdout] 792 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 788 | /         assert_decode!(
[INFO] [stdout] 789 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 790 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 791 | |             decode_varint64()
[INFO] [stdout] 792 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 797 |         assert_decode!(Ok(()), [5], skip_varint());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 797 |         assert_decode!(Ok(()), [5], skip_varint());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 798 |         assert_decode!(Ok(()), [0x96, 0x01], skip_varint());
[INFO] [stdout]     |         --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 798 |         assert_decode!(Ok(()), [0x96, 0x01], skip_varint());
[INFO] [stdout]     |         --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 799 | /         assert_decode!(
[INFO] [stdout] 800 | |             Ok(()),
[INFO] [stdout] 801 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 802 | |             skip_varint()
[INFO] [stdout] 803 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 799 | /         assert_decode!(
[INFO] [stdout] 800 | |             Ok(()),
[INFO] [stdout] 801 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 802 | |             skip_varint()
[INFO] [stdout] 803 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 805 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], skip_varint());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 805 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0x80], skip_varint());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 806 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], skip_varint());
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 806 |         assert_decode!(Err(DecodeError::UnexpectedEof), [], skip_varint());
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 | /         assert_decode!(
[INFO] [stdout] 808 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 809 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 810 | |             skip_varint()
[INFO] [stdout] 811 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 | /         assert_decode!(
[INFO] [stdout] 808 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 809 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 810 | |             skip_varint()
[INFO] [stdout] 811 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 816 |         assert_decode!(Ok(5), [5], decode_int32());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 816 |         assert_decode!(Ok(5), [5], decode_int32());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 817 |         assert_decode!(Ok(5), [5], decode_int64());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 817 |         assert_decode!(Ok(5), [5], decode_int64());
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 820 | /         assert_decode!(
[INFO] [stdout] 821 | |             Ok(0b00000000000000000000000000000001),
[INFO] [stdout] 822 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 823 | |             decode_int32()
[INFO] [stdout] 824 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 820 | /         assert_decode!(
[INFO] [stdout] 821 | |             Ok(0b00000000000000000000000000000001),
[INFO] [stdout] 822 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 823 | |             decode_int32()
[INFO] [stdout] 824 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 825 | /         assert_decode!(
[INFO] [stdout] 826 | |             Ok(0b100000000000000000000000000000000000000000000000000000000000001),
[INFO] [stdout] 827 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xC0, 0x00],
[INFO] [stdout] 828 | |             decode_int64()
[INFO] [stdout] 829 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 825 | /         assert_decode!(
[INFO] [stdout] 826 | |             Ok(0b100000000000000000000000000000000000000000000000000000000000001),
[INFO] [stdout] 827 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xC0, 0x00],
[INFO] [stdout] 828 | |             decode_int64()
[INFO] [stdout] 829 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 831 | /         assert_decode!(
[INFO] [stdout] 832 | |             Ok(-2),
[INFO] [stdout] 833 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 834 | |             decode_int32()
[INFO] [stdout] 835 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 831 | /         assert_decode!(
[INFO] [stdout] 832 | |             Ok(-2),
[INFO] [stdout] 833 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 834 | |             decode_int32()
[INFO] [stdout] 835 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 836 | /         assert_decode!(
[INFO] [stdout] 837 | |             Ok(-2),
[INFO] [stdout] 838 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 839 | |             decode_int64()
[INFO] [stdout] 840 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 836 | /         assert_decode!(
[INFO] [stdout] 837 | |             Ok(-2),
[INFO] [stdout] 838 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 839 | |             decode_int64()
[INFO] [stdout] 840 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 841 | /         assert_decode!(
[INFO] [stdout] 842 | |             Ok(i32::MIN),
[INFO] [stdout] 843 | |             [0x80, 0x80, 0x80, 0x80, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 844 | |             decode_int32()
[INFO] [stdout] 845 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 841 | /         assert_decode!(
[INFO] [stdout] 842 | |             Ok(i32::MIN),
[INFO] [stdout] 843 | |             [0x80, 0x80, 0x80, 0x80, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0x01],
[INFO] [stdout] 844 | |             decode_int32()
[INFO] [stdout] 845 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 846 | /         assert_decode!(
[INFO] [stdout] 847 | |             Ok(i64::MIN),
[INFO] [stdout] 848 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 849 | |             decode_int64()
[INFO] [stdout] 850 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 846 | /         assert_decode!(
[INFO] [stdout] 847 | |             Ok(i64::MIN),
[INFO] [stdout] 848 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 849 | |             decode_int64()
[INFO] [stdout] 850 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 855 |         assert_decode!(Ok(0), [0], decode_sint32());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 855 |         assert_decode!(Ok(0), [0], decode_sint32());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 856 |         assert_decode!(Ok(-1), [1], decode_sint32());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 856 |         assert_decode!(Ok(-1), [1], decode_sint32());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 857 |         assert_decode!(Ok(1), [2], decode_sint32());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 857 |         assert_decode!(Ok(1), [2], decode_sint32());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 858 |         assert_decode!(Ok(-2), [3], decode_sint32());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 858 |         assert_decode!(Ok(-2), [3], decode_sint32());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 859 | /         assert_decode!(
[INFO] [stdout] 860 | |             Ok(0x7FFFFFFF),
[INFO] [stdout] 861 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 862 | |             decode_sint32()
[INFO] [stdout] 863 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 859 | /         assert_decode!(
[INFO] [stdout] 860 | |             Ok(0x7FFFFFFF),
[INFO] [stdout] 861 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 862 | |             decode_sint32()
[INFO] [stdout] 863 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 864 | /         assert_decode!(
[INFO] [stdout] 865 | |             Ok(-0x80000000),
[INFO] [stdout] 866 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 867 | |             decode_sint32()
[INFO] [stdout] 868 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 864 | /         assert_decode!(
[INFO] [stdout] 865 | |             Ok(-0x80000000),
[INFO] [stdout] 866 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 867 | |             decode_sint32()
[INFO] [stdout] 868 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 869 | /         assert_decode!(
[INFO] [stdout] 870 | |             Ok(-1),
[INFO] [stdout] 871 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x00],
[INFO] [stdout] 872 | |             decode_sint32()
[INFO] [stdout] 873 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 869 | /         assert_decode!(
[INFO] [stdout] 870 | |             Ok(-1),
[INFO] [stdout] 871 | |             [0x81, 0x80, 0x80, 0x80, 0x80, 0x00],
[INFO] [stdout] 872 | |             decode_sint32()
[INFO] [stdout] 873 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 878 |         assert_decode!(Ok(0), [0], decode_sint64());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 878 |         assert_decode!(Ok(0), [0], decode_sint64());
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 879 |         assert_decode!(Ok(-1), [1], decode_sint64());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 879 |         assert_decode!(Ok(-1), [1], decode_sint64());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 880 | /         assert_decode!(
[INFO] [stdout] 881 | |             Ok(0x7FFFFFFFFFFFFFFF),
[INFO] [stdout] 882 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 883 | |             decode_sint64()
[INFO] [stdout] 884 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 880 | /         assert_decode!(
[INFO] [stdout] 881 | |             Ok(0x7FFFFFFFFFFFFFFF),
[INFO] [stdout] 882 | |             [0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 883 | |             decode_sint64()
[INFO] [stdout] 884 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 885 | /         assert_decode!(
[INFO] [stdout] 886 | |             Ok(-0x8000000000000000),
[INFO] [stdout] 887 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 888 | |             decode_sint64()
[INFO] [stdout] 889 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 885 | /         assert_decode!(
[INFO] [stdout] 886 | |             Ok(-0x8000000000000000),
[INFO] [stdout] 887 | |             [0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F],
[INFO] [stdout] 888 | |             decode_sint64()
[INFO] [stdout] 889 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 890 | /         assert_decode!(
[INFO] [stdout] 891 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 892 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 893 | |             decode_sint64()
[INFO] [stdout] 894 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 890 | /         assert_decode!(
[INFO] [stdout] 891 | |             Err(DecodeError::VarIntLimit),
[INFO] [stdout] 892 | |             [0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01],
[INFO] [stdout] 893 | |             decode_sint64()
[INFO] [stdout] 894 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 899 |         assert_decode!(Ok(false), [0], decode_bool());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 899 |         assert_decode!(Ok(false), [0], decode_bool());
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 900 |         assert_decode!(Ok(true), [1], decode_bool());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 900 |         assert_decode!(Ok(true), [1], decode_bool());
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 901 |         assert_decode!(Ok(true), [0x3], decode_bool());
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 901 |         assert_decode!(Ok(true), [0x3], decode_bool());
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 902 |         assert_decode!(Ok(false), [0x80, 0x00], decode_bool());
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 902 |         assert_decode!(Ok(false), [0x80, 0x00], decode_bool());
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 903 |         assert_decode!(Ok(true), [0x80, 0x01], decode_bool());
[INFO] [stdout]     |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 903 |         assert_decode!(Ok(true), [0x80, 0x01], decode_bool());
[INFO] [stdout]     |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 908 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0], decode_fixed32());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 908 |         assert_decode!(Err(DecodeError::UnexpectedEof), [0], decode_fixed32());
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 909 | /         assert_decode!(
[INFO] [stdout] 910 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 911 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 912 | |             decode_fixed32()
[INFO] [stdout] 913 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 909 | /         assert_decode!(
[INFO] [stdout] 910 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 911 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 912 | |             decode_fixed32()
[INFO] [stdout] 913 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 914 |         assert_decode!(Ok(0xF4983212), [0x12, 0x32, 0x98, 0xF4], decode_fixed32());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 914 |         assert_decode!(Ok(0xF4983212), [0x12, 0x32, 0x98, 0xF4], decode_fixed32());
[INFO] [stdout]     |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 916 | /         assert_decode!(
[INFO] [stdout] 917 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 918 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 919 | |             decode_fixed64()
[INFO] [stdout] 920 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 916 | /         assert_decode!(
[INFO] [stdout] 917 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 918 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 919 | |             decode_fixed64()
[INFO] [stdout] 920 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 921 | /         assert_decode!(
[INFO] [stdout] 922 | |             Ok(0x9950AA3BF4983212),
[INFO] [stdout] 923 | |             [0x12, 0x32, 0x98, 0xF4, 0x3B, 0xAA, 0x50, 0x99],
[INFO] [stdout] 924 | |             decode_fixed64()
[INFO] [stdout] 925 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 921 | /         assert_decode!(
[INFO] [stdout] 922 | |             Ok(0x9950AA3BF4983212),
[INFO] [stdout] 923 | |             [0x12, 0x32, 0x98, 0xF4, 0x3B, 0xAA, 0x50, 0x99],
[INFO] [stdout] 924 | |             decode_fixed64()
[INFO] [stdout] 925 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 930 | /         assert_decode!(
[INFO] [stdout] 931 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 932 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 933 | |             decode_sfixed32()
[INFO] [stdout] 934 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 930 | /         assert_decode!(
[INFO] [stdout] 931 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 932 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 933 | |             decode_sfixed32()
[INFO] [stdout] 934 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 935 |         assert_decode!(Ok(-0x0B67CDEE), [0x12, 0x32, 0x98, 0xF4], decode_sfixed32());
[INFO] [stdout]     |         ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 935 |         assert_decode!(Ok(-0x0B67CDEE), [0x12, 0x32, 0x98, 0xF4], decode_sfixed32());
[INFO] [stdout]     |         ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 937 | /         assert_decode!(
[INFO] [stdout] 938 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 939 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 940 | |             decode_sfixed64()
[INFO] [stdout] 941 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 937 | /         assert_decode!(
[INFO] [stdout] 938 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 939 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 940 | |             decode_sfixed64()
[INFO] [stdout] 941 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 946 | /         assert_decode!(
[INFO] [stdout] 947 | |             Ok(0xF4983212),
[INFO] [stdout] 948 | |             [0x12, 0x32, 0x98, 0xF4, 0x12, 0x34, 0x00, 0x00],
[INFO] [stdout] 949 | |             decode_fixed64_as_32()
[INFO] [stdout] 950 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 946 | /         assert_decode!(
[INFO] [stdout] 947 | |             Ok(0xF4983212),
[INFO] [stdout] 948 | |             [0x12, 0x32, 0x98, 0xF4, 0x12, 0x34, 0x00, 0x00],
[INFO] [stdout] 949 | |             decode_fixed64_as_32()
[INFO] [stdout] 950 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 951 | /         assert_decode!(
[INFO] [stdout] 952 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 953 | |             [0x12, 0x32, 0x98, 0xF4, 0x12, 0x34, 0x00],
[INFO] [stdout] 954 | |             decode_fixed64_as_32()
[INFO] [stdout] 955 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 951 | /         assert_decode!(
[INFO] [stdout] 952 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 953 | |             [0x12, 0x32, 0x98, 0xF4, 0x12, 0x34, 0x00],
[INFO] [stdout] 954 | |             decode_fixed64_as_32()
[INFO] [stdout] 955 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 956 | /         assert_decode!(
[INFO] [stdout] 957 | |             Ok(-0x0B67CDEE),
[INFO] [stdout] 958 | |             [0x12, 0x32, 0x98, 0xF4, 0xFF, 0xFF, 0x00, 0x00],
[INFO] [stdout] 959 | |             decode_sfixed64_as_32()
[INFO] [stdout] 960 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 956 | /         assert_decode!(
[INFO] [stdout] 957 | |             Ok(-0x0B67CDEE),
[INFO] [stdout] 958 | |             [0x12, 0x32, 0x98, 0xF4, 0xFF, 0xFF, 0x00, 0x00],
[INFO] [stdout] 959 | |             decode_sfixed64_as_32()
[INFO] [stdout] 960 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 961 | /         assert_decode!(
[INFO] [stdout] 962 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 963 | |             [0x12, 0x32, 0x98, 0xF4],
[INFO] [stdout] 964 | |             decode_sfixed64_as_32()
[INFO] [stdout] 965 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 961 | /         assert_decode!(
[INFO] [stdout] 962 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 963 | |             [0x12, 0x32, 0x98, 0xF4],
[INFO] [stdout] 964 | |             decode_sfixed64_as_32()
[INFO] [stdout] 965 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 970 | /         assert_decode!(
[INFO] [stdout] 971 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 972 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 973 | |             decode_float()
[INFO] [stdout] 974 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 970 | /         assert_decode!(
[INFO] [stdout] 971 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 972 | |             [0x01, 0x43, 0x22],
[INFO] [stdout] 973 | |             decode_float()
[INFO] [stdout] 974 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 975 |         assert_decode!(Ok(-29.03456), [0xC7, 0x46, 0xE8, 0xC1], decode_float());
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 975 |         assert_decode!(Ok(-29.03456), [0xC7, 0x46, 0xE8, 0xC1], decode_float());
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 977 | /         assert_decode!(
[INFO] [stdout] 978 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 979 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 980 | |             decode_double()
[INFO] [stdout] 981 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 977 | /         assert_decode!(
[INFO] [stdout] 978 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 979 | |             [0x01, 0x43, 0x22, 0x32, 0x9A, 0xBB, 0x3C],
[INFO] [stdout] 980 | |             decode_double()
[INFO] [stdout] 981 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 982 | /         assert_decode!(
[INFO] [stdout] 983 | |             Ok(26.029345233467545),
[INFO] [stdout] 984 | |             [0x5E, 0x09, 0x52, 0x2B, 0x83, 0x07, 0x3A, 0x40],
[INFO] [stdout] 985 | |             decode_double()
[INFO] [stdout] 986 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 982 | /         assert_decode!(
[INFO] [stdout] 983 | |             Ok(26.029345233467545),
[INFO] [stdout] 984 | |             [0x5E, 0x09, 0x52, 0x2B, 0x83, 0x07, 0x3A, 0x40],
[INFO] [stdout] 985 | |             decode_double()
[INFO] [stdout] 986 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 991 | /         assert_decode!(
[INFO] [stdout] 992 | |             Ok(()),
[INFO] [stdout] 993 | |             [0x81, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 994 | |             skip_wire_value(WIRE_TYPE_VARINT)
[INFO] [stdout] 995 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/decode.rs:724:13
[INFO] [stdout]     |
[INFO] [stdout] 724 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 991 | /         assert_decode!(
[INFO] [stdout] 992 | |             Ok(()),
[INFO] [stdout] 993 | |             [0x81, 0x80, 0x80, 0x80, 0x7F],
[INFO] [stdout] 994 | |             skip_wire_value(WIRE_TYPE_VARINT)
[INFO] [stdout] 995 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 997  | /         assert_decode!(
[INFO] [stdout] 998  | |             Ok(()),
[INFO] [stdout] 999  | |             [0x12, 0x45, 0xE4, 0x90, 0x9C, 0xA1, 0xF5, 0xFF],
[INFO] [stdout] 1000 | |             skip_wire_value(WIRE_TYPE_I64)
[INFO] [stdout] 1001 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 997  | /         assert_decode!(
[INFO] [stdout] 998  | |             Ok(()),
[INFO] [stdout] 999  | |             [0x12, 0x45, 0xE4, 0x90, 0x9C, 0xA1, 0xF5, 0xFF],
[INFO] [stdout] 1000 | |             skip_wire_value(WIRE_TYPE_I64)
[INFO] [stdout] 1001 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1002 | /         assert_decode!(
[INFO] [stdout] 1003 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1004 | |             [0x12, 0x45, 0xE4, 0x90, 0x9C],
[INFO] [stdout] 1005 | |             skip_wire_value(WIRE_TYPE_I64)
[INFO] [stdout] 1006 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1002 | /         assert_decode!(
[INFO] [stdout] 1003 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1004 | |             [0x12, 0x45, 0xE4, 0x90, 0x9C],
[INFO] [stdout] 1005 | |             skip_wire_value(WIRE_TYPE_I64)
[INFO] [stdout] 1006 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /         assert_decode!(
[INFO] [stdout] 1009 | |             Ok(()),
[INFO] [stdout] 1010 | |             [0x9C, 0xA1, 0xF5, 0xFF],
[INFO] [stdout] 1011 | |             skip_wire_value(WIRE_TYPE_I32)
[INFO] [stdout] 1012 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1008 | /         assert_decode!(
[INFO] [stdout] 1009 | |             Ok(()),
[INFO] [stdout] 1010 | |             [0x9C, 0xA1, 0xF5, 0xFF],
[INFO] [stdout] 1011 | |             skip_wire_value(WIRE_TYPE_I32)
[INFO] [stdout] 1012 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1013 | /         assert_decode!(
[INFO] [stdout] 1014 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1015 | |             [0xF5, 0xFF],
[INFO] [stdout] 1016 | |             skip_wire_value(WIRE_TYPE_I32)
[INFO] [stdout] 1017 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1013 | /         assert_decode!(
[INFO] [stdout] 1014 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1015 | |             [0xF5, 0xFF],
[INFO] [stdout] 1016 | |             skip_wire_value(WIRE_TYPE_I32)
[INFO] [stdout] 1017 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1019 | /         assert_decode!(
[INFO] [stdout] 1020 | |             Ok(()),
[INFO] [stdout] 1021 | |             [0x03, 0xEE, 0xAB, 0x56],
[INFO] [stdout] 1022 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1023 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1019 | /         assert_decode!(
[INFO] [stdout] 1020 | |             Ok(()),
[INFO] [stdout] 1021 | |             [0x03, 0xEE, 0xAB, 0x56],
[INFO] [stdout] 1022 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1023 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1024 | /         assert_decode!(
[INFO] [stdout] 1025 | |             Ok(()),
[INFO] [stdout] 1026 | |             [0x85, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05],
[INFO] [stdout] 1027 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1028 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1024 | /         assert_decode!(
[INFO] [stdout] 1025 | |             Ok(()),
[INFO] [stdout] 1026 | |             [0x85, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05],
[INFO] [stdout] 1027 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1028 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1029 | /         assert_decode!(
[INFO] [stdout] 1030 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1031 | |             [0x03, 0xAB, 0x56],
[INFO] [stdout] 1032 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1033 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1029 | /         assert_decode!(
[INFO] [stdout] 1030 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1031 | |             [0x03, 0xAB, 0x56],
[INFO] [stdout] 1032 | |             skip_wire_value(WIRE_TYPE_LEN)
[INFO] [stdout] 1033 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |         assert_decode!(Err(DecodeError::Deprecation), [], skip_wire_value(3));
[INFO] [stdout]      |         --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |         assert_decode!(Err(DecodeError::Deprecation), [], skip_wire_value(3));
[INFO] [stdout]      |         --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1036 |         assert_decode!(Err(DecodeError::Deprecation), [], skip_wire_value(4));
[INFO] [stdout]      |         --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1036 |         assert_decode!(Err(DecodeError::Deprecation), [], skip_wire_value(4));
[INFO] [stdout]      |         --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1037 |         assert_decode!(Err(DecodeError::UnknownWireType), [], skip_wire_value(10));
[INFO] [stdout]      |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1037 |         assert_decode!(Err(DecodeError::UnknownWireType), [], skip_wire_value(10));
[INFO] [stdout]      |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1077 |         assert_decode_vec!(Ok(""), [0], decode_string(string, Presence::Explicit));
[INFO] [stdout]      |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1077 |         assert_decode_vec!(Ok(""), [0], decode_string(string, Presence::Explicit));
[INFO] [stdout]      |         -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1078 | /         assert_decode_vec!(
[INFO] [stdout] 1079 | |             Ok("a"),
[INFO] [stdout] 1080 | |             [1, b'a'],
[INFO] [stdout] 1081 | |             decode_string(string, Presence::Implicit)
[INFO] [stdout] 1082 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1078 | /         assert_decode_vec!(
[INFO] [stdout] 1079 | |             Ok("a"),
[INFO] [stdout] 1080 | |             [1, b'a'],
[INFO] [stdout] 1081 | |             decode_string(string, Presence::Implicit)
[INFO] [stdout] 1082 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1083 | /         assert_decode_vec!(
[INFO] [stdout] 1084 | |             Ok("abcd"),
[INFO] [stdout] 1085 | |             [4, b'a', b'b', b'c', b'd'],
[INFO] [stdout] 1086 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1087 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1083 | /         assert_decode_vec!(
[INFO] [stdout] 1084 | |             Ok("abcd"),
[INFO] [stdout] 1085 | |             [4, b'a', b'b', b'c', b'd'],
[INFO] [stdout] 1086 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1087 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1088 | /         assert_decode_vec!(
[INFO] [stdout] 1089 | |             Ok("Зд"),
[INFO] [stdout] 1090 | |             [4, 208, 151, 208, 180],
[INFO] [stdout] 1091 | |             decode_string(string, Presence::Implicit)
[INFO] [stdout] 1092 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1088 | /         assert_decode_vec!(
[INFO] [stdout] 1089 | |             Ok("Зд"),
[INFO] [stdout] 1090 | |             [4, 208, 151, 208, 180],
[INFO] [stdout] 1091 | |             decode_string(string, Presence::Implicit)
[INFO] [stdout] 1092 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1093 |         assert_decode_vec!(Ok("Зд"), [0], decode_string(string, Presence::Implicit));
[INFO] [stdout]      |         ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1093 |         assert_decode_vec!(Ok("Зд"), [0], decode_string(string, Presence::Implicit));
[INFO] [stdout]      |         ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1095 | /         assert_decode_vec!(
[INFO] [stdout] 1096 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1097 | |             [],
[INFO] [stdout] 1098 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1099 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1095 | /         assert_decode_vec!(
[INFO] [stdout] 1096 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1097 | |             [],
[INFO] [stdout] 1098 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1099 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1100 | /         assert_decode_vec!(
[INFO] [stdout] 1101 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1102 | |             [4, b'b', b'c', b'd'],
[INFO] [stdout] 1103 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1104 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1100 | /         assert_decode_vec!(
[INFO] [stdout] 1101 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1102 | |             [4, b'b', b'c', b'd'],
[INFO] [stdout] 1103 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1104 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1106 | /             assert_decode_vec!(
[INFO] [stdout] 1107 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1108 | |                 [5, b'a', b'b', b'c', b'd', b'e'],
[INFO] [stdout] 1109 | |                 decode_string(string, Presence::Explicit)
[INFO] [stdout] 1110 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1106 | /             assert_decode_vec!(
[INFO] [stdout] 1107 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1108 | |                 [5, b'a', b'b', b'c', b'd', b'e'],
[INFO] [stdout] 1109 | |                 decode_string(string, Presence::Explicit)
[INFO] [stdout] 1110 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1112 | /         assert_decode_vec!(
[INFO] [stdout] 1113 | |             Err(DecodeError::Utf8),
[INFO] [stdout] 1114 | |             [4, 0x80, 0x80, 0x80, 0x80],
[INFO] [stdout] 1115 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1116 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1112 | /         assert_decode_vec!(
[INFO] [stdout] 1113 | |             Err(DecodeError::Utf8),
[INFO] [stdout] 1114 | |             [4, 0x80, 0x80, 0x80, 0x80],
[INFO] [stdout] 1115 | |             decode_string(string, Presence::Explicit)
[INFO] [stdout] 1116 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1125 |         assert_decode_vec!(Ok(&[]), [0], decode_bytes(bytes, Presence::Explicit));
[INFO] [stdout]      |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1125 |         assert_decode_vec!(Ok(&[]), [0], decode_bytes(bytes, Presence::Explicit));
[INFO] [stdout]      |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1126 |         assert_decode_vec!(Ok(b"a"), [1, b'a'], decode_bytes(bytes, Presence::Implicit));
[INFO] [stdout]      |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1126 |         assert_decode_vec!(Ok(b"a"), [1, b'a'], decode_bytes(bytes, Presence::Implicit));
[INFO] [stdout]      |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1127 | /         assert_decode_vec!(
[INFO] [stdout] 1128 | |             Ok(&[0x10, 0x20, 0x30]),
[INFO] [stdout] 1129 | |             [3, 0x10, 0x20, 0x30],
[INFO] [stdout] 1130 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1131 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1127 | /         assert_decode_vec!(
[INFO] [stdout] 1128 | |             Ok(&[0x10, 0x20, 0x30]),
[INFO] [stdout] 1129 | |             [3, 0x10, 0x20, 0x30],
[INFO] [stdout] 1130 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1131 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1132 | /         assert_decode_vec!(
[INFO] [stdout] 1133 | |             Ok(&[0x10, 0x20, 0x30]),
[INFO] [stdout] 1134 | |             [0],
[INFO] [stdout] 1135 | |             decode_bytes(bytes, Presence::Implicit)
[INFO] [stdout] 1136 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1132 | /         assert_decode_vec!(
[INFO] [stdout] 1133 | |             Ok(&[0x10, 0x20, 0x30]),
[INFO] [stdout] 1134 | |             [0],
[INFO] [stdout] 1135 | |             decode_bytes(bytes, Presence::Implicit)
[INFO] [stdout] 1136 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1138 | /         assert_decode_vec!(
[INFO] [stdout] 1139 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1140 | |             [],
[INFO] [stdout] 1141 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1142 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1138 | /         assert_decode_vec!(
[INFO] [stdout] 1139 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1140 | |             [],
[INFO] [stdout] 1141 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1142 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1144 | /             assert_decode_vec!(
[INFO] [stdout] 1145 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1146 | |                 [4, 0x10, 0x20, 0x30, 0x40],
[INFO] [stdout] 1147 | |                 decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1148 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1144 | /             assert_decode_vec!(
[INFO] [stdout] 1145 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1146 | |                 [4, 0x10, 0x20, 0x30, 0x40],
[INFO] [stdout] 1147 | |                 decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1148 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1150 | /         assert_decode_vec!(
[INFO] [stdout] 1151 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1152 | |             [3, 0x20, 0x30],
[INFO] [stdout] 1153 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1154 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1150 | /         assert_decode_vec!(
[INFO] [stdout] 1151 | |             Err(DecodeError::UnexpectedEof),
[INFO] [stdout] 1152 | |             [3, 0x20, 0x30],
[INFO] [stdout] 1153 | |             decode_bytes(bytes, Presence::Explicit)
[INFO] [stdout] 1154 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | /         assert_decode_vec!(
[INFO] [stdout] 1165 | |             Ok(&[]),
[INFO] [stdout] 1166 | |             [0],
[INFO] [stdout] 1167 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1168 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1164 | /         assert_decode_vec!(
[INFO] [stdout] 1165 | |             Ok(&[]),
[INFO] [stdout] 1166 | |             [0],
[INFO] [stdout] 1167 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1168 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | /         assert_decode_vec!(
[INFO] [stdout] 1170 | |             Err(DecodeError::WrongLen),
[INFO] [stdout] 1171 | |             [1, 0x90, 0x01],
[INFO] [stdout] 1172 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1173 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1169 | /         assert_decode_vec!(
[INFO] [stdout] 1170 | |             Err(DecodeError::WrongLen),
[INFO] [stdout] 1171 | |             [1, 0x90, 0x01],
[INFO] [stdout] 1172 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1173 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1178 | /         assert_decode_vec!(
[INFO] [stdout] 1179 | |             Ok(&[150, 5]),
[INFO] [stdout] 1180 | |             [3, 0x96, 0x01, 0x05],
[INFO] [stdout] 1181 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1182 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1178 | /         assert_decode_vec!(
[INFO] [stdout] 1179 | |             Ok(&[150, 5]),
[INFO] [stdout] 1180 | |             [3, 0x96, 0x01, 0x05],
[INFO] [stdout] 1181 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1182 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1183 | /         assert_decode_vec!(
[INFO] [stdout] 1184 | |             Ok(&[150, 5, 144, 512, 1]),
[INFO] [stdout] 1185 | |             [5, 0x90, 0x01, 0x80, 0x04, 0x01],
[INFO] [stdout] 1186 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1187 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1183 | /         assert_decode_vec!(
[INFO] [stdout] 1184 | |             Ok(&[150, 5, 144, 512, 1]),
[INFO] [stdout] 1185 | |             [5, 0x90, 0x01, 0x80, 0x04, 0x01],
[INFO] [stdout] 1186 | |             decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1187 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | /             assert_decode_vec!(
[INFO] [stdout] 1190 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1191 | |                 [1, 0x01],
[INFO] [stdout] 1192 | |                 decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1193 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:1045:13
[INFO] [stdout]      |
[INFO] [stdout] 1045 |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1189 | /             assert_decode_vec!(
[INFO] [stdout] 1190 | |                 Err(DecodeError::Capacity),
[INFO] [stdout] 1191 | |                 [1, 0x01],
[INFO] [stdout] 1192 | |                 decode_packed(vec1 | vec2, |rd| rd.decode_varint32())
[INFO] [stdout] 1193 | |             );
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode_vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1256 |         assert_decode_map_elem!(Ok(None), [0]);
[INFO] [stdout]      |         -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1256 |         assert_decode_map_elem!(Ok(None), [0]);
[INFO] [stdout]      |         -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1258 |         assert_decode_map_elem!(Ok(None), [2, 0x08, 0x01]);
[INFO] [stdout]      |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1258 |         assert_decode_map_elem!(Ok(None), [2, 0x08, 0x01]);
[INFO] [stdout]      |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1260 |         assert_decode_map_elem!(Ok(None), [4, 0x08, 0x01, 0x08, 0x02]);
[INFO] [stdout]      |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1260 |         assert_decode_map_elem!(Ok(None), [4, 0x08, 0x01, 0x08, 0x02]);
[INFO] [stdout]      |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1262 |         assert_decode_map_elem!(Ok(None), [3, 0x12, 1, b'a']);
[INFO] [stdout]      |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1262 |         assert_decode_map_elem!(Ok(None), [3, 0x12, 1, b'a']);
[INFO] [stdout]      |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1264 |         assert_decode_map_elem!(Ok(None), [6, 0x12, 1, b'a', 0x12, 1, b'c']);
[INFO] [stdout]      |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1264 |         assert_decode_map_elem!(Ok(None), [6, 0x12, 1, b'a', 0x12, 1, b'c']);
[INFO] [stdout]      |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1266 | /         assert_decode_map_elem!(
[INFO] [stdout] 1267 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1268 | |             [6, 0x08, 0x01, 0x12, 2, b'a', b'c']
[INFO] [stdout] 1269 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1266 | /         assert_decode_map_elem!(
[INFO] [stdout] 1267 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1268 | |             [6, 0x08, 0x01, 0x12, 2, b'a', b'c']
[INFO] [stdout] 1269 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1271 | /         assert_decode_map_elem!(
[INFO] [stdout] 1272 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1273 | |             [8, 0x08, 0x01, 0x12, 2, b'a', b'c', 0x28, 0x01]
[INFO] [stdout] 1274 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1271 | /         assert_decode_map_elem!(
[INFO] [stdout] 1272 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1273 | |             [8, 0x08, 0x01, 0x12, 2, b'a', b'c', 0x28, 0x01]
[INFO] [stdout] 1274 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1276 | /         assert_decode_map_elem!(
[INFO] [stdout] 1277 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1278 | |             [6, 0x12, 2, b'a', b'c', 0x08, 0x01]
[INFO] [stdout] 1279 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1276 | /         assert_decode_map_elem!(
[INFO] [stdout] 1277 | |             Ok(Some((1, ArrayString::from("ac").unwrap()))),
[INFO] [stdout] 1278 | |             [6, 0x12, 2, b'a', b'c', 0x08, 0x01]
[INFO] [stdout] 1279 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1281 | /         assert_decode_map_elem!(
[INFO] [stdout] 1282 | |             Ok(Some((2, ArrayString::from("x").unwrap()))),
[INFO] [stdout] 1283 | |             [11, 0x12, 2, b'a', b'c', 0x08, 0x01, 0x08, 0x02, 0x12, 1, b'x']
[INFO] [stdout] 1284 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1281 | /         assert_decode_map_elem!(
[INFO] [stdout] 1282 | |             Ok(Some((2, ArrayString::from("x").unwrap()))),
[INFO] [stdout] 1283 | |             [11, 0x12, 2, b'a', b'c', 0x08, 0x01, 0x08, 0x02, 0x12, 1, b'x']
[INFO] [stdout] 1284 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), []);
[INFO] [stdout]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1287 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), []);
[INFO] [stdout]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1288 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), [1]);
[INFO] [stdout]      |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1288 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), [1]);
[INFO] [stdout]      |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1289 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), [1, 0x08]);
[INFO] [stdout]      |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |             println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |             ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1289 |         assert_decode_map_elem!(Err(DecodeError::UnexpectedEof), [1, 0x08]);
[INFO] [stdout]      |         ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1291 | /         assert_decode_map_elem!(
[INFO] [stdout] 1292 | |             Err(DecodeError::UnknownWireType),
[INFO] [stdout] 1293 | |             [7, 0x08, 0x01, 0x12, 2, b'a', b'c', 0x07]
[INFO] [stdout] 1294 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1291 | /         assert_decode_map_elem!(
[INFO] [stdout] 1292 | |             Err(DecodeError::UnknownWireType),
[INFO] [stdout] 1293 | |             [7, 0x08, 0x01, 0x12, 2, b'a', b'c', 0x07]
[INFO] [stdout] 1294 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` which comes from the expansion of the macro `assert_decode_map_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1299 | /         assert_decode!(
[INFO] [stdout] 1300 | |             Ok(Some((
[INFO] [stdout] 1301 | |                 ArrayString::from("ac").unwrap(),
[INFO] [stdout] 1302 | |                 ArrayString::from("bd").unwrap()
[INFO] [stdout] ...    |
[INFO] [stdout] 1308 | |             )
[INFO] [stdout] 1309 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]     --> src/decode.rs:724:13
[INFO] [stdout]      |
[INFO] [stdout] 724  |               println!("{} output = {res:?}", stringify!($reader));
[INFO] [stdout]      |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1299 | /         assert_decode!(
[INFO] [stdout] 1300 | |             Ok(Some((
[INFO] [stdout] 1301 | |                 ArrayString::from("ac").unwrap(),
[INFO] [stdout] 1302 | |                 ArrayString::from("bd").unwrap()
[INFO] [stdout] ...    |
[INFO] [stdout] 1308 | |             )
[INFO] [stdout] 1309 | |         );
[INFO] [stdout]      | |_________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `assert_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `String` in this scope
[INFO] [stdout]     --> src/decode.rs:1121:43
[INFO] [stdout]      |
[INFO] [stdout] 1121 |     container_test!(string, string_alloc, String, false);
[INFO] [stdout]      |                                           ^^^^^^ help: a trait with a similar name exists: `PbString`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/container.rs:71:1
[INFO] [stdout]      |
[INFO] [stdout] 71   | pub trait PbString: PbContainer + Deref<Target = str> {
[INFO] [stdout]      | ----------------------------------------------------- similarly named trait `PbString` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]     --> src/decode.rs:1159:41
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     container_test!(bytes, bytes_alloc, Vec<_>, false);
[INFO] [stdout]      |                                         ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]     --> src/decode.rs:1199:43
[INFO] [stdout]      |
[INFO] [stdout] 1199 |     container_test!(packed, packed_alloc, Vec<_>, false);
[INFO] [stdout]      |                                           ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `heapless`
[INFO] [stdout]     --> src/decode.rs:1120:46
[INFO] [stdout]      |
[INFO] [stdout] 1120 |     container_test!(string, string_heapless, heapless::String::<4>, true);
[INFO] [stdout]      |                                              ^^^^^^^^ use of undeclared crate or module `heapless`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `heapless`
[INFO] [stdout]     --> src/decode.rs:1158:44
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     container_test!(bytes, bytes_heapless, heapless::Vec::<_, 3>, true);
[INFO] [stdout]      |                                            ^^^^^^^^ use of undeclared crate or module `heapless`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `heapless`
[INFO] [stdout]     --> src/decode.rs:1198:46
[INFO] [stdout]      |
[INFO] [stdout] 1198 |     container_test!(packed, packed_heapless, heapless::Vec::<_, 5>, true);
[INFO] [stdout]      |                                              ^^^^^^^^ use of undeclared crate or module `heapless`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `micropb` (lib test) due to 224 previous errors
[INFO] running `Command { std: "docker" "inspect" "3c6df9ab03eca539a04a8107b42ef56b830d78c2eb77e90d672c93ea8ecbc22d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c6df9ab03eca539a04a8107b42ef56b830d78c2eb77e90d672c93ea8ecbc22d", kill_on_drop: false }`
[INFO] [stdout] 3c6df9ab03eca539a04a8107b42ef56b830d78c2eb77e90d672c93ea8ecbc22d
