[INFO] fetching crate rtoml 0.1.1...
[INFO] testing rtoml-0.1.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rtoml 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rtoml 0.1.1
[INFO] finished tweaking crates.io crate rtoml 0.1.1
[INFO] tweaked toml for crates.io crate rtoml 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rtoml 0.1.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rtoml 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d8c0a7547054992f3e010fe02f6b7eb65c7898f4767f675d7c821b097625691c
[INFO] running `Command { std: "docker" "start" "-a" "d8c0a7547054992f3e010fe02f6b7eb65c7898f4767f675d7c821b097625691c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8c0a7547054992f3e010fe02f6b7eb65c7898f4767f675d7c821b097625691c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8c0a7547054992f3e010fe02f6b7eb65c7898f4767f675d7c821b097625691c", kill_on_drop: false }`
[INFO] [stdout] d8c0a7547054992f3e010fe02f6b7eb65c7898f4767f675d7c821b097625691c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fde6cd0633683499ab6c49f4bb914565502dafc328ba640ffa1d586ac289938
[INFO] running `Command { std: "docker" "start" "-a" "3fde6cd0633683499ab6c49f4bb914565502dafc328ba640ffa1d586ac289938", kill_on_drop: false }`
[INFO] [stderr]    Compiling rtoml v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |             comp_err!("Expected value, found Segment")
[INFO] [stdout]     |             ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 117 |             comp_err!("Expected table segment, found value")
[INFO] [stdout]     |             ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bulletins::inline_table::parse_inline_table`
[INFO] [stdout]  --> src/bulletins/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::bulletins::inline_table::parse_inline_table;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/array.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 86 | ...                   comp_err!("Unexpected token, expected quotes or number")
[INFO] [stdout]    |                       -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/num.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 | ...     comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point")
[INFO] [stdout]    |         ------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |           );
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/string.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |               _ => comp_err!(
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 29 | |                 "Unknown number of quotes, found {:?} expected 3 or 2",
[INFO] [stdout] 30 | |                 quote_count
[INFO] [stdout] 31 | |             ),
[INFO] [stdout]    | |_____________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |                     _ => comp_err!("Invalid boolean type"),
[INFO] [stdout]    |                          --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:57:48
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Types::String | Types::Void => comp_err!("Invalid character found"),
[INFO] [stdout]    |                                                ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 _ => comp_err!("Datetime not supported"),
[INFO] [stdout]    |                      ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |         None => comp_err!("Expected value, found None"),
[INFO] [stdout]    |                 --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |         _ => comp_err!("Expected value, found unrecognised token"),
[INFO] [stdout]    |              ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Tokens::Eq => ("="),
[INFO] [stdout]    |                           ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -             Tokens::Eq => ("="),
[INFO] [stdout] 28 +             Tokens::Eq => "=" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Tokens::Sbo => ("["),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -             Tokens::Sbo => ("["),
[INFO] [stdout] 29 +             Tokens::Sbo => "[" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Tokens::Sbc => ("]"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Tokens::Sbc => ("]"),
[INFO] [stdout] 30 +             Tokens::Sbc => "]" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Tokens::Cbo => ("{"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -             Tokens::Cbo => ("{"),
[INFO] [stdout] 31 +             Tokens::Cbo => "{" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Tokens::Cbc => ("}"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -             Tokens::Cbc => ("}"),
[INFO] [stdout] 32 +             Tokens::Cbc => "}" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Tokens::Hash => ("#"),
[INFO] [stdout]    |                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -             Tokens::Hash => ("#"),
[INFO] [stdout] 33 +             Tokens::Hash => "#" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:36:36
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout]    |                                    ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout] 36 +             Tokens::DoubleQuote => r#"""# ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/bulletins/array.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lexer/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `something`
[INFO] [stdout]   --> src/bulletins/array.rs:75:29
[INFO] [stdout]    |
[INFO] [stdout] 75 |                         let something = Arr::handle(arr.peekable);
[INFO] [stdout]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:45:46
[INFO] [stdout]    |
[INFO] [stdout] 45 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:55:50
[INFO] [stdout]    |
[INFO] [stdout] 55 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 59 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/bulletins/inline_table.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 Tokens::Literal(x) => {
[INFO] [stdout]    |                                 ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut current_child = &self.syntax_tree.child;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TomlArray` is never constructed
[INFO] [stdout]   --> src/bulletins/array.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TomlArray<T> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/bulletins/array.rs:105:43
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ...                   comp_err!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 106 | | ...                       "Found a {:?} type found in a {:?} type array",
[INFO] [stdout] 107 | | ...                       type_of_literal, arr_type
[INFO] [stdout] 108 | | ...                   ));
[INFO] [stdout]     | |_______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/bulletins/inline_table.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         comp_err!("Inline tables should be ending with `}`");
[INFO] [stdout]    |                                                         ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rtoml v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "3fde6cd0633683499ab6c49f4bb914565502dafc328ba640ffa1d586ac289938", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fde6cd0633683499ab6c49f4bb914565502dafc328ba640ffa1d586ac289938", kill_on_drop: false }`
[INFO] [stdout] 3fde6cd0633683499ab6c49f4bb914565502dafc328ba640ffa1d586ac289938
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2dfececffcafdcf1e323125804903ec08f033eee368ec2e4eba80873c9f422bd
[INFO] running `Command { std: "docker" "start" "-a" "2dfececffcafdcf1e323125804903ec08f033eee368ec2e4eba80873c9f422bd", kill_on_drop: false }`
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |             comp_err!("Expected value, found Segment")
[INFO] [stdout]     |             ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 117 |             comp_err!("Expected table segment, found value")
[INFO] [stdout]     |             ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bulletins::inline_table::parse_inline_table`
[INFO] [stdout]  --> src/bulletins/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::bulletins::inline_table::parse_inline_table;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/array.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 86 | ...                   comp_err!("Unexpected token, expected quotes or number")
[INFO] [stdout]    |                       -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/num.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 | ...     comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point")
[INFO] [stdout]    |         ------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |           );
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/string.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |               _ => comp_err!(
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 29 | |                 "Unknown number of quotes, found {:?} expected 3 or 2",
[INFO] [stdout] 30 | |                 quote_count
[INFO] [stdout] 31 | |             ),
[INFO] [stdout]    | |_____________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |                     _ => comp_err!("Invalid boolean type"),
[INFO] [stdout]    |                          --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:57:48
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Types::String | Types::Void => comp_err!("Invalid character found"),
[INFO] [stdout]    |                                                ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 _ => comp_err!("Datetime not supported"),
[INFO] [stdout]    |                      ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |         None => comp_err!("Expected value, found None"),
[INFO] [stdout]    |                 --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |         _ => comp_err!("Expected value, found unrecognised token"),
[INFO] [stdout]    |              ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Tokens::Eq => ("="),
[INFO] [stdout]    |                           ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -             Tokens::Eq => ("="),
[INFO] [stdout] 28 +             Tokens::Eq => "=" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Tokens::Sbo => ("["),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -             Tokens::Sbo => ("["),
[INFO] [stdout] 29 +             Tokens::Sbo => "[" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rtoml v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Tokens::Sbc => ("]"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Tokens::Sbc => ("]"),
[INFO] [stdout] 30 +             Tokens::Sbc => "]" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Tokens::Cbo => ("{"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -             Tokens::Cbo => ("{"),
[INFO] [stdout] 31 +             Tokens::Cbo => "{" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Tokens::Cbc => ("}"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -             Tokens::Cbc => ("}"),
[INFO] [stdout] 32 +             Tokens::Cbc => "}" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Tokens::Hash => ("#"),
[INFO] [stdout]    |                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -             Tokens::Hash => ("#"),
[INFO] [stdout] 33 +             Tokens::Hash => "#" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:36:36
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout]    |                                    ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout] 36 +             Tokens::DoubleQuote => r#"""# ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/bulletins/array.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lexer/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `something`
[INFO] [stdout]   --> src/bulletins/array.rs:75:29
[INFO] [stdout]    |
[INFO] [stdout] 75 |                         let something = Arr::handle(arr.peekable);
[INFO] [stdout]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:45:46
[INFO] [stdout]    |
[INFO] [stdout] 45 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:55:50
[INFO] [stdout]    |
[INFO] [stdout] 55 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 59 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/bulletins/inline_table.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 Tokens::Literal(x) => {
[INFO] [stdout]    |                                 ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut current_child = &self.syntax_tree.child;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TomlArray` is never constructed
[INFO] [stdout]   --> src/bulletins/array.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TomlArray<T> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/bulletins/array.rs:105:43
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ...                   comp_err!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 106 | | ...                       "Found a {:?} type found in a {:?} type array",
[INFO] [stdout] 107 | | ...                       type_of_literal, arr_type
[INFO] [stdout] 108 | | ...                   ));
[INFO] [stdout]     | |_______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/bulletins/inline_table.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         comp_err!("Inline tables should be ending with `}`");
[INFO] [stdout]    |                                                         ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |             comp_err!("Expected value, found Segment")
[INFO] [stdout]     |             ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/ast/mod.rs:88:25
[INFO] [stdout]     |
[INFO] [stdout]  88 |         panic!($message);
[INFO] [stdout]     |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 117 |             comp_err!("Expected table segment, found value")
[INFO] [stdout]     |             ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bulletins::inline_table::parse_inline_table`
[INFO] [stdout]  --> src/bulletins/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::bulletins::inline_table::parse_inline_table;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/array.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 86 | ...                   comp_err!("Unexpected token, expected quotes or number")
[INFO] [stdout]    |                       -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/num.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 | ...     comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point")
[INFO] [stdout]    |         ------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |           );
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/string.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |               _ => comp_err!(
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 29 | |                 "Unknown number of quotes, found {:?} expected 3 or 2",
[INFO] [stdout] 30 | |                 quote_count
[INFO] [stdout] 31 | |             ),
[INFO] [stdout]    | |_____________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |                     _ => comp_err!("Invalid boolean type"),
[INFO] [stdout]    |                          --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:57:48
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Types::String | Types::Void => comp_err!("Invalid character found"),
[INFO] [stdout]    |                                                ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 _ => comp_err!("Datetime not supported"),
[INFO] [stdout]    |                      ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |         None => comp_err!("Expected value, found None"),
[INFO] [stdout]    |                 --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/ast/mod.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |         panic!($message);
[INFO] [stdout]    |                         ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bulletins/mod.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |         _ => comp_err!("Expected value, found unrecognised token"),
[INFO] [stdout]    |              ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Tokens::Eq => ("="),
[INFO] [stdout]    |                           ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -             Tokens::Eq => ("="),
[INFO] [stdout] 28 +             Tokens::Eq => "=" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Tokens::Sbo => ("["),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -             Tokens::Sbo => ("["),
[INFO] [stdout] 29 +             Tokens::Sbo => "[" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Tokens::Sbc => ("]"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Tokens::Sbc => ("]"),
[INFO] [stdout] 30 +             Tokens::Sbc => "]" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Tokens::Cbo => ("{"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -             Tokens::Cbo => ("{"),
[INFO] [stdout] 31 +             Tokens::Cbo => "{" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Tokens::Cbc => ("}"),
[INFO] [stdout]    |                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -             Tokens::Cbc => ("}"),
[INFO] [stdout] 32 +             Tokens::Cbc => "}" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Tokens::Hash => ("#"),
[INFO] [stdout]    |                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -             Tokens::Hash => ("#"),
[INFO] [stdout] 33 +             Tokens::Hash => "#" ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/lexer/mod.rs:36:36
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout]    |                                    ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -             Tokens::DoubleQuote => (r#"""#),
[INFO] [stdout] 36 +             Tokens::DoubleQuote => r#"""# ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/bulletins/array.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lexer/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `something`
[INFO] [stdout]   --> src/bulletins/array.rs:75:29
[INFO] [stdout]    |
[INFO] [stdout] 75 |                         let something = Arr::handle(arr.peekable);
[INFO] [stdout]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:45:46
[INFO] [stdout]    |
[INFO] [stdout] 45 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `string` is never read
[INFO] [stdout]   --> src/bulletins/array.rs:55:50
[INFO] [stdout]    |
[INFO] [stdout] 55 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 59 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stdout]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/bulletins/inline_table.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 Tokens::Literal(x) => {
[INFO] [stdout]    |                                 ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/mod.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut current_child = &self.syntax_tree.child;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TomlArray` is never constructed
[INFO] [stdout]   --> src/bulletins/array.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct TomlArray<T> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/bulletins/array.rs:105:43
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ...                   comp_err!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 106 | | ...                       "Found a {:?} type found in a {:?} type array",
[INFO] [stdout] 107 | | ...                       type_of_literal, arr_type
[INFO] [stdout] 108 | | ...                   ));
[INFO] [stdout]     | |_______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/bulletins/inline_table.rs:30:57
[INFO] [stdout]    |
[INFO] [stdout] 30 |         comp_err!("Inline tables should be ending with `}`");
[INFO] [stdout]    |                                                         ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rtoml v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "2dfececffcafdcf1e323125804903ec08f033eee368ec2e4eba80873c9f422bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2dfececffcafdcf1e323125804903ec08f033eee368ec2e4eba80873c9f422bd", kill_on_drop: false }`
[INFO] [stdout] 2dfececffcafdcf1e323125804903ec08f033eee368ec2e4eba80873c9f422bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b3ff8fe6017305d6ba59bd89bbd6e70928a628ff87d74e363edf3e81be370227
[INFO] running `Command { std: "docker" "start" "-a" "b3ff8fe6017305d6ba59bd89bbd6e70928a628ff87d74e363edf3e81be370227", kill_on_drop: false }`
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/ast/mod.rs:88:25
[INFO] [stderr]     |
[INFO] [stderr]  88 |         panic!($message);
[INFO] [stderr]     |                         ^
[INFO] [stderr] ...
[INFO] [stderr] 110 |             comp_err!("Expected value, found Segment")
[INFO] [stderr]     |             ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/ast/mod.rs:88:25
[INFO] [stderr]     |
[INFO] [stderr]  88 |         panic!($message);
[INFO] [stderr]     |                         ^
[INFO] [stderr] ...
[INFO] [stderr] 117 |             comp_err!("Expected table segment, found value")
[INFO] [stderr]     |             ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::bulletins::inline_table::parse_inline_table`
[INFO] [stderr]  --> src/bulletins/mod.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::bulletins::inline_table::parse_inline_table;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/array.rs:86:37
[INFO] [stderr]    |
[INFO] [stderr] 86 | ...                   comp_err!("Unexpected token, expected quotes or number")
[INFO] [stderr]    |                       -------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/num.rs:24:25
[INFO] [stderr]    |
[INFO] [stderr] 24 | ...     comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point")
[INFO] [stderr]    |         ------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:85:10
[INFO] [stderr]    |
[INFO] [stderr] 85 |           );
[INFO] [stderr]    |            ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/string.rs:28:18
[INFO] [stderr]    |
[INFO] [stderr] 28 |               _ => comp_err!(
[INFO] [stderr]    |  __________________-
[INFO] [stderr] 29 | |                 "Unknown number of quotes, found {:?} expected 3 or 2",
[INFO] [stderr] 30 | |                 quote_count
[INFO] [stderr] 31 | |             ),
[INFO] [stderr]    | |_____________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/mod.rs:55:26
[INFO] [stderr]    |
[INFO] [stderr] 55 |                     _ => comp_err!("Invalid boolean type"),
[INFO] [stderr]    |                          --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/mod.rs:57:48
[INFO] [stderr]    |
[INFO] [stderr] 57 |                 Types::String | Types::Void => comp_err!("Invalid character found"),
[INFO] [stderr]    |                                                ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/mod.rs:58:22
[INFO] [stderr]    |
[INFO] [stderr] 58 |                 _ => comp_err!("Datetime not supported"),
[INFO] [stderr]    |                      ----------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/mod.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 |         None => comp_err!("Expected value, found None"),
[INFO] [stderr]    |                 --------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/ast/mod.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |         panic!($message);
[INFO] [stderr]    |                         ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/bulletins/mod.rs:63:14
[INFO] [stderr]    |
[INFO] [stderr] 63 |         _ => comp_err!("Expected value, found unrecognised token"),
[INFO] [stderr]    |              ----------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:28:27
[INFO] [stderr]    |
[INFO] [stderr] 28 |             Tokens::Eq => ("="),
[INFO] [stderr]    |                           ^   ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 28 -             Tokens::Eq => ("="),
[INFO] [stderr] 28 +             Tokens::Eq => "=" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 |             Tokens::Sbo => ("["),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 29 -             Tokens::Sbo => ("["),
[INFO] [stderr] 29 +             Tokens::Sbo => "[" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |             Tokens::Sbc => ("]"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 30 -             Tokens::Sbc => ("]"),
[INFO] [stderr] 30 +             Tokens::Sbc => "]" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:31:28
[INFO] [stderr]    |
[INFO] [stderr] 31 |             Tokens::Cbo => ("{"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 31 -             Tokens::Cbo => ("{"),
[INFO] [stderr] 31 +             Tokens::Cbo => "{" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:32:28
[INFO] [stderr]    |
[INFO] [stderr] 32 |             Tokens::Cbc => ("}"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 32 -             Tokens::Cbc => ("}"),
[INFO] [stderr] 32 +             Tokens::Cbc => "}" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |             Tokens::Hash => ("#"),
[INFO] [stderr]    |                             ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 33 -             Tokens::Hash => ("#"),
[INFO] [stderr] 33 +             Tokens::Hash => "#" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:36:36
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Tokens::DoubleQuote => (r#"""#),
[INFO] [stderr]    |                                    ^      ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 36 -             Tokens::DoubleQuote => (r#"""#),
[INFO] [stderr] 36 +             Tokens::DoubleQuote => r#"""# ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stderr]   --> src/bulletins/array.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stderr]   --> src/lexer/mod.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `something`
[INFO] [stderr]   --> src/bulletins/array.rs:75:29
[INFO] [stderr]    |
[INFO] [stderr] 75 |                         let something = Arr::handle(arr.peekable);
[INFO] [stderr]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `string` is never read
[INFO] [stderr]   --> src/bulletins/array.rs:45:46
[INFO] [stderr]    |
[INFO] [stderr] 45 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 49 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stderr]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `string` is never read
[INFO] [stderr]   --> src/bulletins/array.rs:55:50
[INFO] [stderr]    |
[INFO] [stderr] 55 | ...                   let mut string = TomlValue::String("".to_string());
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 59 | ...                       string = TomlString::handle(arr.peekable, 3)
[INFO] [stderr]    |                           ------ `string` is overwritten here before the previous value is read
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]   --> src/bulletins/inline_table.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 |                 Tokens::Literal(x) => {
[INFO] [stderr]    |                                 ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/parser/mod.rs:42:13
[INFO] [stderr]    |
[INFO] [stderr] 42 |         let mut current_child = &self.syntax_tree.child;
[INFO] [stderr]    |             ----^^^^^^^^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TomlArray` is never constructed
[INFO] [stderr]   --> src/bulletins/array.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 15 | struct TomlArray<T> {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/bulletins/array.rs:105:43
[INFO] [stderr]     |
[INFO] [stderr] 105 |   ...                   comp_err!(format!(
[INFO] [stderr]     |  _________________________________^
[INFO] [stderr] 106 | | ...                       "Found a {:?} type found in a {:?} type array",
[INFO] [stderr] 107 | | ...                       type_of_literal, arr_type
[INFO] [stderr] 108 | | ...                   ));
[INFO] [stderr]     | |_______________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: panic message contains a brace
[INFO] [stderr]   --> src/bulletins/inline_table.rs:30:57
[INFO] [stderr]    |
[INFO] [stderr] 30 |         comp_err!("Inline tables should be ending with `}`");
[INFO] [stderr]    |                                                         ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `rtoml` (lib) generated 28 warnings (run `cargo fix --lib -p rtoml` to apply 13 suggestions)
[INFO] [stderr] warning: `rtoml` (lib test) generated 28 warnings (28 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rtoml v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rtoml-c8b67ff8c78b12bc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rtoml-cb3146cf1a4942fc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rtoml
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:28:27
[INFO] [stderr]    |
[INFO] [stderr] 28 |             Tokens::Eq => ("="),
[INFO] [stderr]    |                           ^   ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 28 -             Tokens::Eq => ("="),
[INFO] [stderr] 28 +             Tokens::Eq => "=" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 |             Tokens::Sbo => ("["),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 29 -             Tokens::Sbo => ("["),
[INFO] [stderr] 29 +             Tokens::Sbo => "[" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |             Tokens::Sbc => ("]"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 30 -             Tokens::Sbc => ("]"),
[INFO] [stderr] 30 +             Tokens::Sbc => "]" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:31:28
[INFO] [stderr]    |
[INFO] [stderr] 31 |             Tokens::Cbo => ("{"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 31 -             Tokens::Cbo => ("{"),
[INFO] [stderr] 31 +             Tokens::Cbo => "{" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:32:28
[INFO] [stderr]    |
[INFO] [stderr] 32 |             Tokens::Cbc => ("}"),
[INFO] [stderr]    |                            ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 32 -             Tokens::Cbc => ("}"),
[INFO] [stderr] 32 +             Tokens::Cbc => "}" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |             Tokens::Hash => ("#"),
[INFO] [stderr]    |                             ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 33 -             Tokens::Hash => ("#"),
[INFO] [stderr] 33 +             Tokens::Hash => "#" ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/lexer/mod.rs:36:36
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Tokens::DoubleQuote => (r#"""#),
[INFO] [stderr]    |                                    ^      ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 36 -             Tokens::DoubleQuote => (r#"""#),
[INFO] [stderr] 36 +             Tokens::DoubleQuote => r#"""# ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: 7 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b3ff8fe6017305d6ba59bd89bbd6e70928a628ff87d74e363edf3e81be370227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3ff8fe6017305d6ba59bd89bbd6e70928a628ff87d74e363edf3e81be370227", kill_on_drop: false }`
[INFO] [stdout] b3ff8fe6017305d6ba59bd89bbd6e70928a628ff87d74e363edf3e81be370227
