[INFO] cloning repository https://github.com/eropsyren/todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eropsyren/todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55ae988b1324db9108a7f544a3197b7a136dfcd6 [INFO] checking eropsyren/todo against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eropsyren/todo on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eropsyren/todo [INFO] finished tweaking git repo https://github.com/eropsyren/todo [INFO] tweaked toml for git repo https://github.com/eropsyren/todo written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/eropsyren/todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded json v0.11.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb13f8be0865aab303c4dbcd2bc4dd53cda410c526b71f9ee70ed3b78387e210 [INFO] running `Command { std: "docker" "start" "-a" "cb13f8be0865aab303c4dbcd2bc4dd53cda410c526b71f9ee70ed3b78387e210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb13f8be0865aab303c4dbcd2bc4dd53cda410c526b71f9ee70ed3b78387e210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb13f8be0865aab303c4dbcd2bc4dd53cda410c526b71f9ee70ed3b78387e210", kill_on_drop: false }` [INFO] [stdout] cb13f8be0865aab303c4dbcd2bc4dd53cda410c526b71f9ee70ed3b78387e210 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30887fe11f03fe77f253276773112215b4cd3eadcd8084a605f859d42d8bd7c7 [INFO] running `Command { std: "docker" "start" "-a" "30887fe11f03fe77f253276773112215b4cd3eadcd8084a605f859d42d8bd7c7", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] winapi v0.3.7: errhandlingapi, minwinbase, ntsecapi, profileapi [INFO] [stderr] [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking rgb v0.8.13 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking json v0.11.14 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking todo v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.38s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking todo v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "30887fe11f03fe77f253276773112215b4cd3eadcd8084a605f859d42d8bd7c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30887fe11f03fe77f253276773112215b4cd3eadcd8084a605f859d42d8bd7c7", kill_on_drop: false }` [INFO] [stdout] 30887fe11f03fe77f253276773112215b4cd3eadcd8084a605f859d42d8bd7c7