[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:142:9
[INFO] [stdout] |
[INFO] [stdout] 142 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:144:9
[INFO] [stdout] |
[INFO] [stdout] 144 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:145:9
[INFO] [stdout] |
[INFO] [stdout] 145 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:146:9
[INFO] [stdout] |
[INFO] [stdout] 146 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:135:29
[INFO] [stdout] |
[INFO] [stdout] 135 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:151:13
[INFO] [stdout] |
[INFO] [stdout] 151 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:152:13
[INFO] [stdout] |
[INFO] [stdout] 152 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:156:13
[INFO] [stdout] |
[INFO] [stdout] 156 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:157:13
[INFO] [stdout] |
[INFO] [stdout] 157 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:195:9
[INFO] [stdout] |
[INFO] [stdout] 195 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:197:9
[INFO] [stdout] |
[INFO] [stdout] 197 | try!(self.print_indent(io, indent));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:198:9
[INFO] [stdout] |
[INFO] [stdout] 198 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:199:9
[INFO] [stdout] |
[INFO] [stdout] 199 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:200:9
[INFO] [stdout] |
[INFO] [stdout] 200 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:166:32
[INFO] [stdout] |
[INFO] [stdout] 166 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:172:38
[INFO] [stdout] |
[INFO] [stdout] 172 | let mut record_value_stack = try!(self.record_value_stack(record, logger_values));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:183:17
[INFO] [stdout] |
[INFO] [stdout] 183 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:184:17
[INFO] [stdout] |
[INFO] [stdout] 184 | try!(self.print_indent(io, i));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:185:17
[INFO] [stdout] |
[INFO] [stdout] 185 | try!(io.write_all(&record_value_stack[i]));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:186:17
[INFO] [stdout] |
[INFO] [stdout] 186 | try!(io.write_all(b"
\n"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:205:13
[INFO] [stdout] |
[INFO] [stdout] 205 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:206:13
[INFO] [stdout] |
[INFO] [stdout] 206 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:232:17
[INFO] [stdout] |
[INFO] [stdout] 232 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:230:21
[INFO] [stdout] |
[INFO] [stdout] 230 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:247:29
[INFO] [stdout] |
[INFO] [stdout] 247 | let mut value = try!(self.record_value_stack(record, parent));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:254:37
[INFO] [stdout] |
[INFO] [stdout] 254 | fn print_indent(&self, io: &mut io::Write, indent: usize) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:256:13
[INFO] [stdout] |
[INFO] [stdout] 256 | try!(write!(io, " "));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:264:24
[INFO] [stdout] |
[INFO] [stdout] 264 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:276:24
[INFO] [stdout] |
[INFO] [stdout] 276 | pub type TimestampFn = Fn(&mut io::Write) -> io::Result<()> + Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()> + Send + Sync`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:276:32
[INFO] [stdout] |
[INFO] [stdout] 276 | pub type TimestampFn = Fn(&mut io::Write) -> io::Result<()> + Send + Sync;
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:283:33
[INFO] [stdout] |
[INFO] [stdout] 283 | pub fn timestamp_local(io: &mut io::Write) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:290:31
[INFO] [stdout] |
[INFO] [stdout] 290 | pub fn timestamp_utc(io: &mut io::Write) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:381:26
[INFO] [stdout] |
[INFO] [stdout] 381 | where F: Fn(&mut io::Write) -> io::Result<()> + 'static + Send + Sync
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated associated function `slog::OwnedKeyValueList::parent`: &Option<...> is a stupid type to return. Use `get_parent` for now.
[INFO] [stdout] --> src/lib.rs:246:54
[INFO] [stdout] |
[INFO] [stdout] 246 | if let Some(ref parent) = *logger_values_ref.parent() {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/lib.rs:160:14
[INFO] [stdout] |
[INFO] [stdout] 160 | let (mut io, _) = serializer.finish();
[INFO] [stdout] | ----^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/lib.rs:209:14
[INFO] [stdout] |
[INFO] [stdout] 209 | let (mut io, _) = serializer.finish();
[INFO] [stdout] | ----^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 186 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.55s
[INFO] running `Command { std: "docker" "inspect" "953f32b901bf54c110bbcb1e9129020e46ad1fc68842424d5f56da64aa6a2bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "953f32b901bf54c110bbcb1e9129020e46ad1fc68842424d5f56da64aa6a2bf6", kill_on_drop: false }`
[INFO] [stdout] 953f32b901bf54c110bbcb1e9129020e46ad1fc68842424d5f56da64aa6a2bf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 708a9519552c93078cb82381bdd968d5103889fce2eee1e29bc6f534e18f2a2c
[INFO] running `Command { std: "docker" "start" "-a" "708a9519552c93078cb82381bdd968d5103889fce2eee1e29bc6f534e18f2a2c", kill_on_drop: false }`
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout] --> src/lib.rs:84:1
[INFO] [stdout] |
[INFO] [stdout] 84 | #[macro_use]
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:41:17
[INFO] [stdout] |
[INFO] [stdout] 41 | fn fmt(io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:42:12
[INFO] [stdout] |
[INFO] [stdout] 42 | f: &Fn(&mut io::Write) -> io::Result<()>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:42:20
[INFO] [stdout] |
[INFO] [stdout] 42 | f: &Fn(&mut io::Write) -> io::Result<()>,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:46:9
[INFO] [stdout] |
[INFO] [stdout] 46 | try!(write!(io, " src/decorator.rs:59:9
[INFO] [stdout] |
[INFO] [stdout] 59 | try!(write!(io, "\">"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | try!(write!(io, ""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:48:13
[INFO] [stdout] |
[INFO] [stdout] 48 | try!(write!(io, "color:#{};", color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:51:13
[INFO] [stdout] |
[INFO] [stdout] 51 | try!(write!(io, "font-weight:bold;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | try!(write!(io, "font-style:italic;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:57:13
[INFO] [stdout] |
[INFO] [stdout] 57 | try!(write!(io, "{}", custom));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:73:9
[INFO] [stdout] |
[INFO] [stdout] 73 | try!(write!(io, " src/decorator.rs:88:9
[INFO] [stdout] |
[INFO] [stdout] 88 | try!(write!(io, "\">"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:89:9
[INFO] [stdout] |
[INFO] [stdout] 89 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:90:9
[INFO] [stdout] |
[INFO] [stdout] 90 | try!(write!(io, ""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:70:27
[INFO] [stdout] |
[INFO] [stdout] 70 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:71:22
[INFO] [stdout] |
[INFO] [stdout] 71 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:71:30
[INFO] [stdout] |
[INFO] [stdout] 71 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:75:13
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(write!(io, "color:#{};", color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:77:13
[INFO] [stdout] |
[INFO] [stdout] 77 | try!(write!(io, "color:#{};", self.level_color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:80:13
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(write!(io, "font-weight:bold;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:83:13
[INFO] [stdout] |
[INFO] [stdout] 83 | try!(write!(io, "font-style:italic;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:86:13
[INFO] [stdout] |
[INFO] [stdout] 86 | try!(write!(io, "{}", custom));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:95:25
[INFO] [stdout] |
[INFO] [stdout] 95 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:96:20
[INFO] [stdout] |
[INFO] [stdout] 96 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:96:28
[INFO] [stdout] |
[INFO] [stdout] 96 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:102:25
[INFO] [stdout] |
[INFO] [stdout] 102 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:103:20
[INFO] [stdout] |
[INFO] [stdout] 103 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:103:28
[INFO] [stdout] |
[INFO] [stdout] 103 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:109:25
[INFO] [stdout] |
[INFO] [stdout] 109 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:110:20
[INFO] [stdout] |
[INFO] [stdout] 110 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:110:28
[INFO] [stdout] |
[INFO] [stdout] 110 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:116:25
[INFO] [stdout] |
[INFO] [stdout] 116 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:117:20
[INFO] [stdout] |
[INFO] [stdout] 117 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:117:28
[INFO] [stdout] |
[INFO] [stdout] 117 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:123:25
[INFO] [stdout] |
[INFO] [stdout] 123 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:124:20
[INFO] [stdout] |
[INFO] [stdout] 124 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:124:28
[INFO] [stdout] |
[INFO] [stdout] 124 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:20:9
[INFO] [stdout] |
[INFO] [stdout] 20 | try!(self.decorator.fmt_separator(&mut self.io, &|io: &mut io::Write| write!(io, ", ")));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:20:68
[INFO] [stdout] |
[INFO] [stdout] 20 | try!(self.decorator.fmt_separator(&mut self.io, &|io: &mut io::Write| write!(io, ", ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:142:9
[INFO] [stdout] |
[INFO] [stdout] 142 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:144:9
[INFO] [stdout] |
[INFO] [stdout] 144 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:145:9
[INFO] [stdout] |
[INFO] [stdout] 145 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:146:9
[INFO] [stdout] |
[INFO] [stdout] 146 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:135:29
[INFO] [stdout] |
[INFO] [stdout] 135 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:151:13
[INFO] [stdout] |
[INFO] [stdout] 151 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:152:13
[INFO] [stdout] |
[INFO] [stdout] 152 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:156:13
[INFO] [stdout] |
[INFO] [stdout] 156 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:157:13
[INFO] [stdout] |
[INFO] [stdout] 157 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:195:9
[INFO] [stdout] |
[INFO] [stdout] 195 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:197:9
[INFO] [stdout] |
[INFO] [stdout] 197 | try!(self.print_indent(io, indent));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:198:9
[INFO] [stdout] |
[INFO] [stdout] 198 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:199:9
[INFO] [stdout] |
[INFO] [stdout] 199 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:200:9
[INFO] [stdout] |
[INFO] [stdout] 200 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:166:32
[INFO] [stdout] |
[INFO] [stdout] 166 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:172:38
[INFO] [stdout] |
[INFO] [stdout] 172 | let mut record_value_stack = try!(self.record_value_stack(record, logger_values));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:183:17
[INFO] [stdout] |
[INFO] [stdout] 183 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:184:17
[INFO] [stdout] |
[INFO] [stdout] 184 | try!(self.print_indent(io, i));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:185:17
[INFO] [stdout] |
[INFO] [stdout] 185 | try!(io.write_all(&record_value_stack[i]));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:186:17
[INFO] [stdout] |
[INFO] [stdout] 186 | try!(io.write_all(b"
\n"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:205:13
[INFO] [stdout] |
[INFO] [stdout] 205 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:206:13
[INFO] [stdout] |
[INFO] [stdout] 206 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:232:17
[INFO] [stdout] |
[INFO] [stdout] 232 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:230:21
[INFO] [stdout] |
[INFO] [stdout] 230 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:247:29
[INFO] [stdout] |
[INFO] [stdout] 247 | let mut value = try!(self.record_value_stack(record, parent));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:254:37
[INFO] [stdout] |
[INFO] [stdout] 254 | fn print_indent(&self, io: &mut io::Write, indent: usize) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:256:13
[INFO] [stdout] |
[INFO] [stdout] 256 | try!(write!(io, " "));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:264:24
[INFO] [stdout] |
[INFO] [stdout] 264 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:276:24
[INFO] [stdout] |
[INFO] [stdout] 276 | pub type TimestampFn = Fn(&mut io::Write) -> io::Result<()> + Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()> + Send + Sync`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling slog-html v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:276:32
[INFO] [stdout] |
[INFO] [stdout] 276 | pub type TimestampFn = Fn(&mut io::Write) -> io::Result<()> + Send + Sync;
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:283:33
[INFO] [stdout] |
[INFO] [stdout] 283 | pub fn timestamp_local(io: &mut io::Write) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:290:31
[INFO] [stdout] |
[INFO] [stdout] 290 | pub fn timestamp_utc(io: &mut io::Write) -> io::Result<()> {
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:381:26
[INFO] [stdout] |
[INFO] [stdout] 381 | where F: Fn(&mut io::Write) -> io::Result<()> + 'static + Send + Sync
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated associated function `slog::OwnedKeyValueList::parent`: &Option<...> is a stupid type to return. Use `get_parent` for now.
[INFO] [stdout] --> src/lib.rs:246:54
[INFO] [stdout] |
[INFO] [stdout] 246 | if let Some(ref parent) = *logger_values_ref.parent() {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/lib.rs:160:14
[INFO] [stdout] |
[INFO] [stdout] 160 | let (mut io, _) = serializer.finish();
[INFO] [stdout] | ----^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/lib.rs:209:14
[INFO] [stdout] |
[INFO] [stdout] 209 | let (mut io, _) = serializer.finish();
[INFO] [stdout] | ----^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 186 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout] --> src/lib.rs:84:1
[INFO] [stdout] |
[INFO] [stdout] 84 | #[macro_use]
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:41:17
[INFO] [stdout] |
[INFO] [stdout] 41 | fn fmt(io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:42:12
[INFO] [stdout] |
[INFO] [stdout] 42 | f: &Fn(&mut io::Write) -> io::Result<()>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:42:20
[INFO] [stdout] |
[INFO] [stdout] 42 | f: &Fn(&mut io::Write) -> io::Result<()>,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:46:9
[INFO] [stdout] |
[INFO] [stdout] 46 | try!(write!(io, " src/decorator.rs:59:9
[INFO] [stdout] |
[INFO] [stdout] 59 | try!(write!(io, "\">"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | try!(write!(io, ""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:48:13
[INFO] [stdout] |
[INFO] [stdout] 48 | try!(write!(io, "color:#{};", color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:51:13
[INFO] [stdout] |
[INFO] [stdout] 51 | try!(write!(io, "font-weight:bold;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | try!(write!(io, "font-style:italic;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:57:13
[INFO] [stdout] |
[INFO] [stdout] 57 | try!(write!(io, "{}", custom));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:73:9
[INFO] [stdout] |
[INFO] [stdout] 73 | try!(write!(io, " src/decorator.rs:88:9
[INFO] [stdout] |
[INFO] [stdout] 88 | try!(write!(io, "\">"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:89:9
[INFO] [stdout] |
[INFO] [stdout] 89 | try!(f(io));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:90:9
[INFO] [stdout] |
[INFO] [stdout] 90 | try!(write!(io, ""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:70:27
[INFO] [stdout] |
[INFO] [stdout] 70 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:71:22
[INFO] [stdout] |
[INFO] [stdout] 71 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:71:30
[INFO] [stdout] |
[INFO] [stdout] 71 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:75:13
[INFO] [stdout] |
[INFO] [stdout] 75 | try!(write!(io, "color:#{};", color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:77:13
[INFO] [stdout] |
[INFO] [stdout] 77 | try!(write!(io, "color:#{};", self.level_color));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:80:13
[INFO] [stdout] |
[INFO] [stdout] 80 | try!(write!(io, "font-weight:bold;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:83:13
[INFO] [stdout] |
[INFO] [stdout] 83 | try!(write!(io, "font-style:italic;"));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/decorator.rs:86:13
[INFO] [stdout] |
[INFO] [stdout] 86 | try!(write!(io, "{}", custom));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:95:25
[INFO] [stdout] |
[INFO] [stdout] 95 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:96:20
[INFO] [stdout] |
[INFO] [stdout] 96 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:96:28
[INFO] [stdout] |
[INFO] [stdout] 96 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:102:25
[INFO] [stdout] |
[INFO] [stdout] 102 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:103:20
[INFO] [stdout] |
[INFO] [stdout] 103 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:103:28
[INFO] [stdout] |
[INFO] [stdout] 103 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:109:25
[INFO] [stdout] |
[INFO] [stdout] 109 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:110:20
[INFO] [stdout] |
[INFO] [stdout] 110 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:110:28
[INFO] [stdout] |
[INFO] [stdout] 110 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:116:25
[INFO] [stdout] |
[INFO] [stdout] 116 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:117:20
[INFO] [stdout] |
[INFO] [stdout] 117 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:117:28
[INFO] [stdout] |
[INFO] [stdout] 117 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:123:25
[INFO] [stdout] |
[INFO] [stdout] 123 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:124:20
[INFO] [stdout] |
[INFO] [stdout] 124 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut io::Write) -> io::Result<()>`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/decorator.rs:124:28
[INFO] [stdout] |
[INFO] [stdout] 124 | f: &Fn(&mut io::Write) -> io::Result<()>)
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:20:9
[INFO] [stdout] |
[INFO] [stdout] 20 | try!(self.decorator.fmt_separator(&mut self.io, &|io: &mut io::Write| write!(io, ", ")));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:20:68
[INFO] [stdout] |
[INFO] [stdout] 20 | try!(self.decorator.fmt_separator(&mut self.io, &|io: &mut io::Write| write!(io, ", ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 39 | s!(self, key, "None");
[INFO] [stdout] | --------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 44 | s!(self, key, "()");
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 49 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 54 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 59 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 64 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 69 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 74 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 79 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 84 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 89 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 94 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 99 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 104 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 109 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 114 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 119 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/serializer.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:31:58
[INFO] [stdout] |
[INFO] [stdout] 31 | try!($s.decorator.fmt_key(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $k)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:32:64
[INFO] [stdout] |
[INFO] [stdout] 32 | try!($s.decorator.fmt_separator(&mut $s.io, &|io: &mut io::Write| write!(io, ": ")));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/serializer.rs:33:60
[INFO] [stdout] |
[INFO] [stdout] 33 | try!($s.decorator.fmt_value(&mut $s.io, &|io: &mut io::Write| write!(io, "{}", $v)));
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] ...
[INFO] [stdout] 124 | s!(self, key, val);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:142:9
[INFO] [stdout] |
[INFO] [stdout] 142 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:144:9
[INFO] [stdout] |
[INFO] [stdout] 144 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:145:9
[INFO] [stdout] |
[INFO] [stdout] 145 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:146:9
[INFO] [stdout] |
[INFO] [stdout] 146 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:135:29
[INFO] [stdout] |
[INFO] [stdout] 135 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:151:13
[INFO] [stdout] |
[INFO] [stdout] 151 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:152:13
[INFO] [stdout] |
[INFO] [stdout] 152 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:156:13
[INFO] [stdout] |
[INFO] [stdout] 156 | try!(serializer.print_comma());
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:157:13
[INFO] [stdout] |
[INFO] [stdout] 157 | try!(v.serialize(record, k, &mut serializer));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:195:9
[INFO] [stdout] |
[INFO] [stdout] 195 | try!(io.write_all(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:197:9
[INFO] [stdout] |
[INFO] [stdout] 197 | try!(self.print_indent(io, indent));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:198:9
[INFO] [stdout] |
[INFO] [stdout] 198 | try!(r_decorator.fmt_timestamp(io, &*self.fn_timestamp));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:199:9
[INFO] [stdout] |
[INFO] [stdout] 199 | try!(r_decorator.fmt_level(io, &|io| write!(io, " {} ", record.level().as_short_str())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:200:9
[INFO] [stdout] |
[INFO] [stdout] 200 | try!(r_decorator.fmt_msg(io, &|io| write!(io, "{}", record.msg())));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:166:32
[INFO] [stdout] |
[INFO] [stdout] 166 | io: &mut io::Write,
[INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:172:38
[INFO] [stdout] |
[INFO] [stdout] 172 | let mut record_value_stack = try!(self.record_value_stack(record, logger_values));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:183:17
[INFO] [stdout] |
[INFO] [stdout] 183 | try!(io.write_all(b"