[INFO] fetching crate rust-scheme 0.1.2-alpha.1... [INFO] checking rust-scheme-0.1.2-alpha.1 against try#39e1293fce4b650061e85dda88aa428f726a8444 for pr-88041 [INFO] extracting crate rust-scheme 0.1.2-alpha.1 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate rust-scheme 0.1.2-alpha.1 on toolchain 39e1293fce4b650061e85dda88aa428f726a8444 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-scheme 0.1.2-alpha.1 [INFO] finished tweaking crates.io crate rust-scheme 0.1.2-alpha.1 [INFO] tweaked toml for crates.io crate rust-scheme 0.1.2-alpha.1 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] crate crates.io crate rust-scheme 0.1.2-alpha.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f52393df8ebba60e37cec88f153db10bea854d0e2a4c682c18bd1da427f76560 [INFO] running `Command { std: "docker" "start" "-a" "f52393df8ebba60e37cec88f153db10bea854d0e2a4c682c18bd1da427f76560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52393df8ebba60e37cec88f153db10bea854d0e2a4c682c18bd1da427f76560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52393df8ebba60e37cec88f153db10bea854d0e2a4c682c18bd1da427f76560", kill_on_drop: false }` [INFO] [stdout] f52393df8ebba60e37cec88f153db10bea854d0e2a4c682c18bd1da427f76560 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80d40d6ec5e0a3f9a8d4dbf12cfacf1886f0c2def9973159fd460095ae58a122 [INFO] running `Command { std: "docker" "start" "-a" "80d40d6ec5e0a3f9a8d4dbf12cfacf1886f0c2def9973159fd460095ae58a122", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rust-scheme v0.1.2-alpha.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | 0 => logic_error!("division by exact zero"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => logic_error!("unrecognized arithmetic {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | ("-", 0) => logic_error!("'-' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | ("/", 0) => logic_error!("'/' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | _ => logic_error!("unrecognized procedure {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | _ => logic_error!("expect a number!"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Some(other) => logic_error!("{} is not callable", other), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | logic_error!("try to call an undefined identifier: {}", ident) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `logic_error` [INFO] [stdout] = note: this warning originates in the macro `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 260 | _ => logic_error!("expect a procedure here"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | None => logic_error!("undefined identifier: {}", ident), [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 `logic_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | _ => invalid_token!("Expect delimiter here instead of {}", c), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | None => invalid_token!("expect character after #\\"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | None => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | None => invalid_token!("Invalid Indentifer {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | None => invalid_token!("Incomplete identifier {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | _ => invalid_token!("Unknown escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | None => invalid_token!("Incomplete escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 309 | invalid_token!("Unclosed string literal") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `invalid_token` [INFO] [stdout] = note: this warning originates in the macro `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | Some(Token::RightParen) => syntax_error!("empty procedure call"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | Token::RightParen => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | _ => syntax_error!("unsupported grammar"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 89 | None => syntax_error!("empty input or Unmatched Parentheses"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => syntax_error!("lambda formals must be idenfiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => syntax_error!("expect identifiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | _ => syntax_error!("lambda body empty"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | _ => syntax_error!("expect procedure body"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | None => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | _ => syntax_error!("operator should be an expression"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | 0 => logic_error!("division by exact zero"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => logic_error!("unrecognized arithmetic {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | ("-", 0) => logic_error!("'-' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | ("/", 0) => logic_error!("'/' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | _ => logic_error!("unrecognized procedure {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | _ => logic_error!("expect a number!"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Some(other) => logic_error!("{} is not callable", other), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | logic_error!("try to call an undefined identifier: {}", ident) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `logic_error` [INFO] [stdout] = note: this warning originates in the macro `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 260 | _ => logic_error!("expect a procedure here"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | None => logic_error!("undefined identifier: {}", ident), [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 `logic_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | _ => invalid_token!("Expect delimiter here instead of {}", c), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | None => invalid_token!("expect character after #\\"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | None => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | None => invalid_token!("Invalid Indentifer {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | None => invalid_token!("Incomplete identifier {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | _ => invalid_token!("Unknown escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | None => invalid_token!("Incomplete escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 309 | invalid_token!("Unclosed string literal") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `invalid_token` [INFO] [stdout] = note: this warning originates in the macro `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | Some(Token::RightParen) => syntax_error!("empty procedure call"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | Token::RightParen => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | _ => syntax_error!("unsupported grammar"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 89 | None => syntax_error!("empty input or Unmatched Parentheses"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => syntax_error!("lambda formals must be idenfiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => syntax_error!("expect identifiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | _ => syntax_error!("lambda body empty"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | _ => syntax_error!("expect procedure body"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | None => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | _ => syntax_error!("operator should be an expression"), [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 `syntax_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | 0 => logic_error!("division by exact zero"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => logic_error!("unrecognized arithmetic {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | ("-", 0) => logic_error!("'-' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | ("/", 0) => logic_error!("'/' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | _ => logic_error!("unrecognized procedure {}", ident), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | _ => logic_error!("expect a number!"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Some(other) => logic_error!("{} is not callable", other), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | logic_error!("try to call an undefined identifier: {}", ident) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `logic_error` [INFO] [stdout] = note: this warning originates in the macro `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 260 | _ => logic_error!("expect a procedure here"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | None => logic_error!("undefined identifier: {}", ident), [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 `logic_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | _ => invalid_token!("Expect delimiter here instead of {}", c), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | None => invalid_token!("expect character after #\\"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | None => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | None => invalid_token!("Invalid Indentifer {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | None => invalid_token!("Incomplete identifier {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | _ => invalid_token!("Unknown escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | None => invalid_token!("Incomplete escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 309 | invalid_token!("Unclosed string literal") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `invalid_token` [INFO] [stdout] = note: this warning originates in the macro `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | Some(Token::RightParen) => syntax_error!("empty procedure call"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | Token::RightParen => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | _ => syntax_error!("unsupported grammar"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 89 | None => syntax_error!("empty input or Unmatched Parentheses"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => syntax_error!("lambda formals must be idenfiers"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | 0 => logic_error!("division by exact zero"), [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 `logic_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => syntax_error!("expect identifiers"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => logic_error!("unrecognized arithmetic {}", ident), [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 `logic_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | _ => syntax_error!("lambda body empty"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 161 | ("-", 0) => logic_error!("'-' needs at least one argument"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | ("/", 0) => logic_error!("'/' needs at least one argument"), [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 `logic_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | _ => syntax_error!("expect procedure body"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | _ => logic_error!("unrecognized procedure {}", ident), [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 `logic_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | _ => logic_error!("expect a number!"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Some(other) => logic_error!("{} is not callable", other), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | logic_error!("try to call an undefined identifier: {}", ident) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `logic_error` [INFO] [stdout] = note: this warning originates in the macro `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 260 | _ => logic_error!("expect a procedure here"), [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 `logic_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/interpreter.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error {category: ErrorType::Logic , message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | None => logic_error!("undefined identifier: {}", ident), [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 `logic_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | _ => invalid_token!("Expect delimiter here instead of {}", c), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | None => invalid_token!("expect character after #\\"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | None => invalid_token!("expect '(' 't' or 'f' after #"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | None => invalid_token!("Invalid Indentifer {}", identifier_str), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | None => invalid_token!("Incomplete identifier {}", identifier_str), [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 `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | None => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | _ => invalid_token!("Unknown escape character"), [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 `invalid_token` (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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | None => invalid_token!("Incomplete escape character"), [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 `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/lexer.rs:11:86 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Lexical, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 309 | invalid_token!("Unclosed string literal") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `invalid_token` [INFO] [stdout] = note: this warning originates in the macro `invalid_token` (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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | Some(Token::RightParen) => syntax_error!("empty procedure call"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | Token::RightParen => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | _ => syntax_error!("unsupported grammar"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 89 | None => syntax_error!("empty input or Unmatched Parentheses"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => syntax_error!("lambda formals must be idenfiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => syntax_error!("expect identifiers"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | _ => syntax_error!("lambda body empty"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | _ => syntax_error!("expect procedure body"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 151 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | _ => syntax_error!("operator should be an expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => syntax_error!("define: expect identifier and expression"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | None => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => syntax_error!("Unmatched Parentheses!"), [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 `syntax_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/parser.rs:11:85 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(Error {category: ErrorType::Syntax, message: format!($($arg)*) }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | _ => syntax_error!("operator should be an expression"), [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 `syntax_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `Command { std: "docker" "inspect" "80d40d6ec5e0a3f9a8d4dbf12cfacf1886f0c2def9973159fd460095ae58a122", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80d40d6ec5e0a3f9a8d4dbf12cfacf1886f0c2def9973159fd460095ae58a122", kill_on_drop: false }` [INFO] [stdout] 80d40d6ec5e0a3f9a8d4dbf12cfacf1886f0c2def9973159fd460095ae58a122