[INFO] fetching crate http_router 0.1.0... [INFO] checking http_router-0.1.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate http_router 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate http_router 0.1.0 [INFO] finished tweaking crates.io crate http_router 0.1.0 [INFO] tweaked toml for crates.io crate http_router 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate http_router 0.1.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 24 packages to latest compatible versions [INFO] [stderr] Adding rand v0.5.6 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 599f96a993d94c611ff564ba218e0ead771d549f088f56961170bd3fdf114c35 [INFO] running `Command { std: "docker" "start" "-a" "599f96a993d94c611ff564ba218e0ead771d549f088f56961170bd3fdf114c35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "599f96a993d94c611ff564ba218e0ead771d549f088f56961170bd3fdf114c35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "599f96a993d94c611ff564ba218e0ead771d549f088f56961170bd3fdf114c35", kill_on_drop: false }` [INFO] [stdout] 599f96a993d94c611ff564ba218e0ead771d549f088f56961170bd3fdf114c35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1b5894079ed989766ab4969e93a477d333f931feb27d2fd4f3338636641a7e0 [INFO] running `Command { std: "docker" "start" "-a" "e1b5894079ed989766ab4969e93a477d333f931feb27d2fd4f3338636641a7e0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking hyper v1.8.0 [INFO] [stderr] Checking http_router v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/lib.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | { Arc::new(Mutex::new(HashMap::new())) }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 139 - { Arc::new(Mutex::new(HashMap::new())) }; [INFO] [stdout] 139 + Arc::new(Mutex::new(HashMap::new())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/lib.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | { Arc::new(Mutex::new(HashMap::new())) }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 139 - { Arc::new(Mutex::new(HashMap::new())) }; [INFO] [stdout] 139 + Arc::new(Mutex::new(HashMap::new())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 365 | | GET / => get_users, [INFO] [stdout] 366 | | GET /users => get_users, [INFO] [stdout] 367 | | POST /users => post_users, [INFO] [stdout] ... | [INFO] [stdout] 374 | | _ => fallback, [INFO] [stdout] 375 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021 [INFO] [stdout] --> src/lib.rs:407:37 [INFO] [stdout] | [INFO] [stdout] 407 | for test_case in test_cases.into_iter() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 407 - for test_case in test_cases.into_iter() { [INFO] [stdout] 407 + for test_case in test_cases.iter() { [INFO] [stdout] | [INFO] [stdout] help: or remove `.into_iter()` to iterate by value [INFO] [stdout] | [INFO] [stdout] 407 - for test_case in test_cases.into_iter() { [INFO] [stdout] 407 + for test_case in test_cases { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let maybe_val = $value.parse::<$ty>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | if maybe_val.is_err() { return None }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | maybe_val.unwrap() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 520 | let router = router!( [INFO] [stdout] | ______________________- [INFO] [stdout] 521 | | GET /users => zero, [INFO] [stdout] 522 | | GET /users/{p1: String} => one, [INFO] [stdout] 523 | | GET /users/{p1: String}/users2/{p2: String} => two, [INFO] [stdout] ... | [INFO] [stdout] 529 | | _ => unreachable, [INFO] [stdout] 530 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `http_router` (lib test) due to 90 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e1b5894079ed989766ab4969e93a477d333f931feb27d2fd4f3338636641a7e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1b5894079ed989766ab4969e93a477d333f931feb27d2fd4f3338636641a7e0", kill_on_drop: false }` [INFO] [stdout] e1b5894079ed989766ab4969e93a477d333f931feb27d2fd4f3338636641a7e0