[INFO] fetching crate celes 2.4.0... [INFO] checking celes-2.4.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate celes 2.4.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate celes 2.4.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate celes 2.4.0 [INFO] finished tweaking crates.io crate celes 2.4.0 [INFO] tweaked toml for crates.io crate celes 2.4.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2c250516e629b18960a1ca1c3a551f5ccca415968d8ff6604925bdbdddbc4a2 [INFO] running `Command { std: "docker" "start" "-a" "a2c250516e629b18960a1ca1c3a551f5ccca415968d8ff6604925bdbdddbc4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2c250516e629b18960a1ca1c3a551f5ccca415968d8ff6604925bdbdddbc4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2c250516e629b18960a1ca1c3a551f5ccca415968d8ff6604925bdbdddbc4a2", kill_on_drop: false }` [INFO] [stdout] a2c250516e629b18960a1ca1c3a551f5ccca415968d8ff6604925bdbdddbc4a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b74dd7626215a475a3d324d42e030c9f71ba58cb1ac842909abcc53839f0c4a9 [INFO] running `Command { std: "docker" "start" "-a" "b74dd7626215a475a3d324d42e030c9f71ba58cb1ac842909abcc53839f0c4a9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Checking serde_json v1.0.128 [INFO] [stderr] Checking celes v2.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 201 | lookup!(SamoaTable, Samoa, "American Samoa", 1, "Samoa" => "samoa"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | lookup!(SamoaTable, Samoa, "American Samoa", 1, "Samoa" => "samoa"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | warnings [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(dependency_on_unit_never_type_fallback)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 202 | lookup!(SaintHelenaTable, SaintHelena, "Ascension And Tristan Da Cunha Saint Helena", 2, "StHelena" => "sthelena", "SaintHelena" => "sainthelena... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 202 | lookup!(SaintHelenaTable, SaintHelena, "Ascension And Tristan Da Cunha Saint Helena", 2, "StHelena" => "sthelena", "SaintHelena" => "sainthelena... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 203 | lookup!(VenezuelaTable, Venezuela, "Bolivarian Republic Of Venezuela", 1, "Venezuela" => "venezuela"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 203 | lookup!(VenezuelaTable, Venezuela, "Bolivarian Republic Of Venezuela", 1, "Venezuela" => "venezuela"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 204 | lookup!(BosniaTable, Bosnia, "Bosnia And Herzegovina", 2, "Bosnia" => "bosnia", "Herzegovina" => "herzegovina"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 204 | lookup!(BosniaTable, Bosnia, "Bosnia And Herzegovina", 2, "Bosnia" => "bosnia", "Herzegovina" => "herzegovina"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 205 | lookup!(BruneiTable, Brunei, "Brunei Darussalam", 1, "Brunei" => "brunei"); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | lookup!(BruneiTable, Brunei, "Brunei Darussalam", 1, "Brunei" => "brunei"); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | lookup!(BurkinaTable, Burkina, "Burkina Faso", 1, "Burkina" => "burkina"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | lookup!(BurkinaTable, Burkina, "Burkina Faso", 1, "Burkina" => "burkina"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 207 | lookup!(StMaartenTable, StMaarten, "Dutch Part Sint Maarten", 2, "StMaarten" => "stmaarten", "SaintMaarten" => "saintmaarten"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 207 | lookup!(StMaartenTable, StMaarten, "Dutch Part Sint Maarten", 2, "StMaarten" => "stmaarten", "SaintMaarten" => "saintmaarten"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 208 | lookup!(MicronesiaTable, Micronesia, "Federated States Of Micronesia", 1, "Micronesia" => "micronesia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 208 | lookup!(MicronesiaTable, Micronesia, "Federated States Of Micronesia", 1, "Micronesia" => "micronesia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 209 | lookup!(StMartinTable, StMartin, "French Part Saint Martin", 2, "StMartin" => "stmartin", "SaintMartin" => "saintmartin"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 209 | lookup!(StMartinTable, StMartin, "French Part Saint Martin", 2, "StMartin" => "stmartin", "SaintMartin" => "saintmartin"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 210 | lookup!(HeardIslandTable, HeardIsland, "Heard Island And Mc Donald Islands", 2, "HeardIsland" => "heardisland", "McDonaldIslands" => "mcDonaldislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 210 | lookup!(HeardIslandTable, HeardIsland, "Heard Island And Mc Donald Islands", 2, "HeardIsland" => "heardisland", "McDonaldIslands" => "mcDonaldislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 211 | lookup!(IranTable, Iran, "Islamic Republic Of Iran", 1, "Iran" => "iran"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 211 | lookup!(IranTable, Iran, "Islamic Republic Of Iran", 1, "Iran" => "iran"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 212 | lookup!(MacedoniaTable, Macedonia, "Republic Of North Macedonia", 1, "Macedonia" => "macedonia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | lookup!(MacedoniaTable, Macedonia, "Republic Of North Macedonia", 1, "Macedonia" => "macedonia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 213 | lookup!(StBarthelemyTable, StBarthelemy, "Saint Barthelemy", 1, "StBarthelemy" => "stbarthelemy"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | lookup!(StBarthelemyTable, StBarthelemy, "Saint Barthelemy", 1, "StBarthelemy" => "stbarthelemy"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 214 | lookup!(StKittsTable, StKitts, "Saint Kitts And Nevis", 1, "StKitts" => "stkitts"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | lookup!(StKittsTable, StKitts, "Saint Kitts And Nevis", 1, "StKitts" => "stkitts"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 215 | lookup!(StLuciaTable, StLucia, "Saint Lucia", 1, "StLucia" => "stlucia"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | lookup!(StLuciaTable, StLucia, "Saint Lucia", 1, "StLucia" => "stlucia"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 216 | lookup!(StPierreTable, StPierre, "Saint Pierre And Miquelon", 2, "StPierre" => "stpierre", "SaintPierre" => "saintpierre"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 216 | lookup!(StPierreTable, StPierre, "Saint Pierre And Miquelon", 2, "StPierre" => "stpierre", "SaintPierre" => "saintpierre"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 217 | lookup!(StVincentTable, StVincent, "Saint Vincent And The Grenadines", 2, "StVincent" => "stvincent", "SaintVincent" => "saintvincent"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | lookup!(StVincentTable, StVincent, "Saint Vincent And The Grenadines", 2, "StVincent" => "stvincent", "SaintVincent" => "saintvincent"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 218 | lookup!(SaoTomeTable, SaoTome, "Sao Tome And Principe", 1, "SaoTome" => "saotome"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | lookup!(SaoTomeTable, SaoTome, "Sao Tome And Principe", 1, "SaoTome" => "saotome"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 219 | lookup!(SouthGeorgiaTable, SouthGeorgia, "South Georgia And The South Sandwich Islands", 2, "SouthGeorgia" => "southgeorgia", "SouthSandwichIslands" => "southsandwichislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | lookup!(SouthGeorgiaTable, SouthGeorgia, "South Georgia And The South Sandwich Islands", 2, "SouthGeorgia" => "southgeorgia", "SouthSandwichIslands" => "southsandwichislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 220 | lookup!(PalestineTable, Palestine, "State Of Palestine", 1, "Palestine" => "palestine"); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | lookup!(PalestineTable, Palestine, "State Of Palestine", 1, "Palestine" => "palestine"); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 221 | lookup!(TaiwanTable, Taiwan, "Taiwan Province Of China", 1, "Taiwan" => "taiwan"); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | lookup!(TaiwanTable, Taiwan, "Taiwan Province Of China", 1, "Taiwan" => "taiwan"); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 222 | lookup!(BahamasTable, Bahamas, "The Bahamas", 1, "Bahamas" => "bahamas"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 222 | lookup!(BahamasTable, Bahamas, "The Bahamas", 1, "Bahamas" => "bahamas"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 223 | lookup!(CaymanIslandsTable, CaymanIslands, "The Cayman Islands", 1, "CaymanIslands" => "caymanislands"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 223 | lookup!(CaymanIslandsTable, CaymanIslands, "The Cayman Islands", 1, "CaymanIslands" => "caymanislands"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 224 | lookup!(CentralAfricanRepublicTable, CentralAfricanRepublic, "The Central African Republic", 1, "CentralAfricanRepublic" => "centralafricanrepublic... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 224 | lookup!(CentralAfricanRepublicTable, CentralAfricanRepublic, "The Central African Republic", 1, "CentralAfricanRepublic" => "centralafricanrepublic... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 225 | lookup!(CocosIslandsTable, CocosIslands, "The Cocos Keeling Islands", 2, "CocosIslands" => "cocosislands", "KeelingIslands" => "keelingislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | lookup!(CocosIslandsTable, CocosIslands, "The Cocos Keeling Islands", 2, "CocosIslands" => "cocosislands", "KeelingIslands" => "keelingislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 226 | lookup!(ComorosTable, Comoros, "The Comoros", 1, "Comoros" => "comoros"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 226 | lookup!(ComorosTable, Comoros, "The Comoros", 1, "Comoros" => "comoros"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 227 | lookup!(CongoTable, Congo, "The Congo", 1, "Congo" => "congo"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 227 | lookup!(CongoTable, Congo, "The Congo", 1, "Congo" => "congo"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 228 | lookup!(CookIslandsTable, CookIslands, "The Cook Islands", 1, "CookIslands" => "cookislands"); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | lookup!(CookIslandsTable, CookIslands, "The Cook Islands", 1, "CookIslands" => "cookislands"); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 229 | lookup!(NorthKoreaTable, NorthKorea, "The Democratic Peoples Republic Of Korea", 2, "NorthKorea" => "northkorea", "DemocraticPeoplesRepublicOfKorea" => "democraticpeoplesrepublicofkorea... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | lookup!(NorthKoreaTable, NorthKorea, "The Democratic Peoples Republic Of Korea", 2, "NorthKorea" => "northkorea", "DemocraticPeoplesRepublicOfKorea" => "democraticpeoplesrepublicofkorea... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 230 | lookup!(DemocraticRepublicOfTheCongoTable, DemocraticRepublicOfTheCongo, "The Democratic Republic Of The Congo", 1, "DemocraticRepublicOfTheCongo" => "democraticrepublicofthecongo... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | lookup!(DemocraticRepublicOfTheCongoTable, DemocraticRepublicOfTheCongo, "The Democratic Republic Of The Congo", 1, "DemocraticRepublicOfTheCongo" => "democraticrepublicofthecongo... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 231 | lookup!(DominicanRepublicTable, DominicanRepublic, "The Dominican Republic", 1, "DominicanRepublic" => "dominicanrepublic"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | lookup!(DominicanRepublicTable, DominicanRepublic, "The Dominican Republic", 1, "DominicanRepublic" => "dominicanrepublic"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 232 | lookup!(MalvinasTable, Malvinas, "The Falkland Islands Malvinas", 2, "Malvinas" => "malvinas", "FalklandIslands" => "falklandislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | lookup!(MalvinasTable, Malvinas, "The Falkland Islands Malvinas", 2, "Malvinas" => "malvinas", "FalklandIslands" => "falklandislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 233 | lookup!(FaroeIslandsTable, FaroeIslands, "The Faroe Islands", 1, "FaroeIslands" => "faroeislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 233 | lookup!(FaroeIslandsTable, FaroeIslands, "The Faroe Islands", 1, "FaroeIslands" => "faroeislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 234 | lookup!(FrenchSouthernTerritoriesTable, FrenchSouthernTerritories, "The French Southern Territories", 1, "FrenchSouthernTerritories" => "frenchsouthernterritories... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 234 | lookup!(FrenchSouthernTerritoriesTable, FrenchSouthernTerritories, "The French Southern Territories", 1, "FrenchSouthernTerritories" => "frenchsouthernterritories... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 235 | lookup!(GabmiaTable, Gabmia, "The Gabmia", 1, "Gabmia" => "gabmia"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 235 | lookup!(GabmiaTable, Gabmia, "The Gabmia", 1, "Gabmia" => "gabmia"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 236 | lookup!(HolySeeTable, HolySee, "The Holy See", 1, "HolySee" => "holysee"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | lookup!(HolySeeTable, HolySee, "The Holy See", 1, "HolySee" => "holysee"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 237 | lookup!(LaoPeoplesDemocraticRepublicTable, LaoPeoplesDemocraticRepublic, "The Lao Peoples Democratic Republic", 1, "LaoPeoplesDemocraticRepublic" => "laopeoplesdemocraticrepublic... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 237 | lookup!(LaoPeoplesDemocraticRepublicTable, LaoPeoplesDemocraticRepublic, "The Lao Peoples Democratic Republic", 1, "LaoPeoplesDemocraticRepublic" => "laopeoplesdemocraticrepublic... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 238 | lookup!(MarshallIslandsTable, MarshallIslands, "The Marshall Islands", 1, "MarshallIslands" => "marshallislands"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 238 | lookup!(MarshallIslandsTable, MarshallIslands, "The Marshall Islands", 1, "MarshallIslands" => "marshallislands"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 239 | lookup!(NetherlandsTable, Netherlands, "The Netherlands", 2, "Netherlands" => "netherlands", "Holland" => "holland"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 239 | lookup!(NetherlandsTable, Netherlands, "The Netherlands", 2, "Netherlands" => "netherlands", "Holland" => "holland"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 240 | lookup!(NigerTable, Niger, "The Niger", 1, "Niger" => "niger"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | lookup!(NigerTable, Niger, "The Niger", 1, "Niger" => "niger"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 241 | lookup!(NorthernMarianaIslandsTable, NorthernMarianaIslands, "The Northern Mariana Islands", 1, "NorthernMarianaIslands" => "northernmarianaislands... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | lookup!(NorthernMarianaIslandsTable, NorthernMarianaIslands, "The Northern Mariana Islands", 1, "NorthernMarianaIslands" => "northernmarianaislands... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 242 | lookup!(PhilippinesTable, Philippines, "The Philippines", 1, "Philippines" => "philippines"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | lookup!(PhilippinesTable, Philippines, "The Philippines", 1, "Philippines" => "philippines"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 243 | lookup!(SouthKoreaTable, SouthKorea, "The Republic Of Korea", 2, "SouthKorea" => "southkorea", "RepublicOfKorea" => "republicofkorea"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | lookup!(SouthKoreaTable, SouthKorea, "The Republic Of Korea", 2, "SouthKorea" => "southkorea", "RepublicOfKorea" => "republicofkorea"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 244 | lookup!(MoldovaTable, Moldova, "The Republic Of Moldova", 2, "Moldova" => "moldova", "RepublicOfMoldova" => "republicofmoldova"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 244 | lookup!(MoldovaTable, Moldova, "The Republic Of Moldova", 2, "Moldova" => "moldova", "RepublicOfMoldova" => "republicofmoldova"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 245 | lookup!(RussiaTable, Russia, "The Russian Federation", 2, "Russia" => "russia", "RussianFederation" => "russianfederation"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | lookup!(RussiaTable, Russia, "The Russian Federation", 2, "Russia" => "russia", "RussianFederation" => "russianfederation"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 246 | lookup!(SudanTable, Sudan, "The Sudan", 1, "Sudan" => "sudan"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | lookup!(SudanTable, Sudan, "The Sudan", 1, "Sudan" => "sudan"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 247 | lookup!(TurksAndCaicosIslandsTable, TurksAndCaicosIslands, "The Turks And Caicos Islands", 1, "TurksAndCaicosIslands" => "turksandcaicosislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 247 | lookup!(TurksAndCaicosIslandsTable, TurksAndCaicosIslands, "The Turks And Caicos Islands", 1, "TurksAndCaicosIslands" => "turksandcaicosislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 248 | lookup!(UnitedArabEmiratesTable, UnitedArabEmirates, "The United Arab Emirates", 1, "UnitedArabEmirates" => "unitedarabemirates"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 248 | lookup!(UnitedArabEmiratesTable, UnitedArabEmirates, "The United Arab Emirates", 1, "UnitedArabEmirates" => "unitedarabemirates"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 249 | / lookup!(EnglandTable, England, "The United Kingdom Of Great Britain And Northern Ireland", 7, "England" => "england", [INFO] [stdout] 250 | | "Scotland" => "scotland", [INFO] [stdout] 251 | | "GreatBritain" => "greatbritain", [INFO] [stdout] 252 | | "UnitedKingdom" => "unitedkingdom", [INFO] [stdout] 253 | | "NorthernIreland" => "northernireland", [INFO] [stdout] 254 | | "UnitedKingdomOfGreatBritain" => "unitedkingdomofgreatbritain", [INFO] [stdout] 255 | | "UnitedKingdomOfGreatBritainAndNorthernIreland" => "unitedkingdomofgreatbritainandnorthernireland"); [INFO] [stdout] | |___________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / lookup!(EnglandTable, England, "The United Kingdom Of Great Britain And Northern Ireland", 7, "England" => "england", [INFO] [stdout] 250 | | "Scotland" => "scotland", [INFO] [stdout] 251 | | "GreatBritain" => "greatbritain", [INFO] [stdout] 252 | | "UnitedKingdom" => "unitedkingdom", [INFO] [stdout] 253 | | "NorthernIreland" => "northernireland", [INFO] [stdout] 254 | | "UnitedKingdomOfGreatBritain" => "unitedkingdomofgreatbritain", [INFO] [stdout] 255 | | "UnitedKingdomOfGreatBritainAndNorthernIreland" => "unitedkingdomofgreatbritainandnorthernireland"); [INFO] [stdout] | |___________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 256 | lookup!(UnitedStatesMinorOutlyingIslandsTable, UnitedStatesMinorOutlyingIslands, "The United States Minor Outlying Islands", 1, "UnitedStatesMinorOutlyingIslands" => "unitedstatesminoroutlyingislands... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | lookup!(UnitedStatesMinorOutlyingIslandsTable, UnitedStatesMinorOutlyingIslands, "The United States Minor Outlying Islands", 1, "UnitedStatesMinorOutlyingIslands" => "unitedstatesminoroutlyingislands... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 257 | lookup!(AmericaTable, America, "The United States Of America", 3, "America" => "america", "UnitedStates" => "unitedstates", "UnitedStatesOfAmerica" => "unitedstatesofamerica... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | lookup!(AmericaTable, America, "The United States Of America", 3, "America" => "america", "UnitedStates" => "unitedstates", "UnitedStatesOfAmerica" => "unitedstatesofamerica... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 258 | lookup!(TrinidadTable, Trinidad, "Trinidad And Tobago", 2, "Trinidad" => "trinidad", "Tobago" => "tobago"); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | lookup!(TrinidadTable, Trinidad, "Trinidad And Tobago", 2, "Trinidad" => "trinidad", "Tobago" => "tobago"); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 259 | lookup!(TanzaniaTable, Tanzania, "United Republic Of Tanzania", 1, "Tanzania" => "tanzania"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | lookup!(TanzaniaTable, Tanzania, "United Republic Of Tanzania", 1, "Tanzania" => "tanzania"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 201 | lookup!(SamoaTable, Samoa, "American Samoa", 1, "Samoa" => "samoa"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | lookup!(SamoaTable, Samoa, "American Samoa", 1, "Samoa" => "samoa"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | warnings [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(dependency_on_unit_never_type_fallback)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 202 | lookup!(SaintHelenaTable, SaintHelena, "Ascension And Tristan Da Cunha Saint Helena", 2, "StHelena" => "sthelena", "SaintHelena" => "sainthelena... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 202 | lookup!(SaintHelenaTable, SaintHelena, "Ascension And Tristan Da Cunha Saint Helena", 2, "StHelena" => "sthelena", "SaintHelena" => "sainthelena... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 203 | lookup!(VenezuelaTable, Venezuela, "Bolivarian Republic Of Venezuela", 1, "Venezuela" => "venezuela"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 203 | lookup!(VenezuelaTable, Venezuela, "Bolivarian Republic Of Venezuela", 1, "Venezuela" => "venezuela"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 204 | lookup!(BosniaTable, Bosnia, "Bosnia And Herzegovina", 2, "Bosnia" => "bosnia", "Herzegovina" => "herzegovina"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 204 | lookup!(BosniaTable, Bosnia, "Bosnia And Herzegovina", 2, "Bosnia" => "bosnia", "Herzegovina" => "herzegovina"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 205 | lookup!(BruneiTable, Brunei, "Brunei Darussalam", 1, "Brunei" => "brunei"); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 205 | lookup!(BruneiTable, Brunei, "Brunei Darussalam", 1, "Brunei" => "brunei"); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | lookup!(BurkinaTable, Burkina, "Burkina Faso", 1, "Burkina" => "burkina"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | lookup!(BurkinaTable, Burkina, "Burkina Faso", 1, "Burkina" => "burkina"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 207 | lookup!(StMaartenTable, StMaarten, "Dutch Part Sint Maarten", 2, "StMaarten" => "stmaarten", "SaintMaarten" => "saintmaarten"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 207 | lookup!(StMaartenTable, StMaarten, "Dutch Part Sint Maarten", 2, "StMaarten" => "stmaarten", "SaintMaarten" => "saintmaarten"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 208 | lookup!(MicronesiaTable, Micronesia, "Federated States Of Micronesia", 1, "Micronesia" => "micronesia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 208 | lookup!(MicronesiaTable, Micronesia, "Federated States Of Micronesia", 1, "Micronesia" => "micronesia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 209 | lookup!(StMartinTable, StMartin, "French Part Saint Martin", 2, "StMartin" => "stmartin", "SaintMartin" => "saintmartin"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 209 | lookup!(StMartinTable, StMartin, "French Part Saint Martin", 2, "StMartin" => "stmartin", "SaintMartin" => "saintmartin"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 210 | lookup!(HeardIslandTable, HeardIsland, "Heard Island And Mc Donald Islands", 2, "HeardIsland" => "heardisland", "McDonaldIslands" => "mcDonaldislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 210 | lookup!(HeardIslandTable, HeardIsland, "Heard Island And Mc Donald Islands", 2, "HeardIsland" => "heardisland", "McDonaldIslands" => "mcDonaldislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 211 | lookup!(IranTable, Iran, "Islamic Republic Of Iran", 1, "Iran" => "iran"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 211 | lookup!(IranTable, Iran, "Islamic Republic Of Iran", 1, "Iran" => "iran"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 212 | lookup!(MacedoniaTable, Macedonia, "Republic Of North Macedonia", 1, "Macedonia" => "macedonia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | lookup!(MacedoniaTable, Macedonia, "Republic Of North Macedonia", 1, "Macedonia" => "macedonia"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 213 | lookup!(StBarthelemyTable, StBarthelemy, "Saint Barthelemy", 1, "StBarthelemy" => "stbarthelemy"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 213 | lookup!(StBarthelemyTable, StBarthelemy, "Saint Barthelemy", 1, "StBarthelemy" => "stbarthelemy"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 214 | lookup!(StKittsTable, StKitts, "Saint Kitts And Nevis", 1, "StKitts" => "stkitts"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | lookup!(StKittsTable, StKitts, "Saint Kitts And Nevis", 1, "StKitts" => "stkitts"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 215 | lookup!(StLuciaTable, StLucia, "Saint Lucia", 1, "StLucia" => "stlucia"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | lookup!(StLuciaTable, StLucia, "Saint Lucia", 1, "StLucia" => "stlucia"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 216 | lookup!(StPierreTable, StPierre, "Saint Pierre And Miquelon", 2, "StPierre" => "stpierre", "SaintPierre" => "saintpierre"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 216 | lookup!(StPierreTable, StPierre, "Saint Pierre And Miquelon", 2, "StPierre" => "stpierre", "SaintPierre" => "saintpierre"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 217 | lookup!(StVincentTable, StVincent, "Saint Vincent And The Grenadines", 2, "StVincent" => "stvincent", "SaintVincent" => "saintvincent"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | lookup!(StVincentTable, StVincent, "Saint Vincent And The Grenadines", 2, "StVincent" => "stvincent", "SaintVincent" => "saintvincent"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 218 | lookup!(SaoTomeTable, SaoTome, "Sao Tome And Principe", 1, "SaoTome" => "saotome"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | lookup!(SaoTomeTable, SaoTome, "Sao Tome And Principe", 1, "SaoTome" => "saotome"); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 219 | lookup!(SouthGeorgiaTable, SouthGeorgia, "South Georgia And The South Sandwich Islands", 2, "SouthGeorgia" => "southgeorgia", "SouthSandwichIslands" => "southsandwichislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | lookup!(SouthGeorgiaTable, SouthGeorgia, "South Georgia And The South Sandwich Islands", 2, "SouthGeorgia" => "southgeorgia", "SouthSandwichIslands" => "southsandwichislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 220 | lookup!(PalestineTable, Palestine, "State Of Palestine", 1, "Palestine" => "palestine"); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | lookup!(PalestineTable, Palestine, "State Of Palestine", 1, "Palestine" => "palestine"); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 53 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 221 | lookup!(TaiwanTable, Taiwan, "Taiwan Province Of China", 1, "Taiwan" => "taiwan"); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | lookup!(TaiwanTable, Taiwan, "Taiwan Province Of China", 1, "Taiwan" => "taiwan"); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 222 | lookup!(BahamasTable, Bahamas, "The Bahamas", 1, "Bahamas" => "bahamas"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 222 | lookup!(BahamasTable, Bahamas, "The Bahamas", 1, "Bahamas" => "bahamas"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 223 | lookup!(CaymanIslandsTable, CaymanIslands, "The Cayman Islands", 1, "CaymanIslands" => "caymanislands"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 223 | lookup!(CaymanIslandsTable, CaymanIslands, "The Cayman Islands", 1, "CaymanIslands" => "caymanislands"); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 224 | lookup!(CentralAfricanRepublicTable, CentralAfricanRepublic, "The Central African Republic", 1, "CentralAfricanRepublic" => "centralafricanrepublic... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 224 | lookup!(CentralAfricanRepublicTable, CentralAfricanRepublic, "The Central African Republic", 1, "CentralAfricanRepublic" => "centralafricanrepublic... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 225 | lookup!(CocosIslandsTable, CocosIslands, "The Cocos Keeling Islands", 2, "CocosIslands" => "cocosislands", "KeelingIslands" => "keelingislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | lookup!(CocosIslandsTable, CocosIslands, "The Cocos Keeling Islands", 2, "CocosIslands" => "cocosislands", "KeelingIslands" => "keelingislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `celes` (lib) due to 54 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 226 | lookup!(ComorosTable, Comoros, "The Comoros", 1, "Comoros" => "comoros"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 226 | lookup!(ComorosTable, Comoros, "The Comoros", 1, "Comoros" => "comoros"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 227 | lookup!(CongoTable, Congo, "The Congo", 1, "Congo" => "congo"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 227 | lookup!(CongoTable, Congo, "The Congo", 1, "Congo" => "congo"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 228 | lookup!(CookIslandsTable, CookIslands, "The Cook Islands", 1, "CookIslands" => "cookislands"); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | lookup!(CookIslandsTable, CookIslands, "The Cook Islands", 1, "CookIslands" => "cookislands"); [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 229 | lookup!(NorthKoreaTable, NorthKorea, "The Democratic Peoples Republic Of Korea", 2, "NorthKorea" => "northkorea", "DemocraticPeoplesRepublicOfKorea" => "democraticpeoplesrepublicofkorea... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | lookup!(NorthKoreaTable, NorthKorea, "The Democratic Peoples Republic Of Korea", 2, "NorthKorea" => "northkorea", "DemocraticPeoplesRepublicOfKorea" => "democraticpeoplesrepublicofkorea... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 230 | lookup!(DemocraticRepublicOfTheCongoTable, DemocraticRepublicOfTheCongo, "The Democratic Republic Of The Congo", 1, "DemocraticRepublicOfTheCongo" => "democraticrepublicofthecongo... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | lookup!(DemocraticRepublicOfTheCongoTable, DemocraticRepublicOfTheCongo, "The Democratic Republic Of The Congo", 1, "DemocraticRepublicOfTheCongo" => "democraticrepublicofthecongo... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 231 | lookup!(DominicanRepublicTable, DominicanRepublic, "The Dominican Republic", 1, "DominicanRepublic" => "dominicanrepublic"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | lookup!(DominicanRepublicTable, DominicanRepublic, "The Dominican Republic", 1, "DominicanRepublic" => "dominicanrepublic"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 232 | lookup!(MalvinasTable, Malvinas, "The Falkland Islands Malvinas", 2, "Malvinas" => "malvinas", "FalklandIslands" => "falklandislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | lookup!(MalvinasTable, Malvinas, "The Falkland Islands Malvinas", 2, "Malvinas" => "malvinas", "FalklandIslands" => "falklandislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 233 | lookup!(FaroeIslandsTable, FaroeIslands, "The Faroe Islands", 1, "FaroeIslands" => "faroeislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 233 | lookup!(FaroeIslandsTable, FaroeIslands, "The Faroe Islands", 1, "FaroeIslands" => "faroeislands"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 234 | lookup!(FrenchSouthernTerritoriesTable, FrenchSouthernTerritories, "The French Southern Territories", 1, "FrenchSouthernTerritories" => "frenchsouthernterritories... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 234 | lookup!(FrenchSouthernTerritoriesTable, FrenchSouthernTerritories, "The French Southern Territories", 1, "FrenchSouthernTerritories" => "frenchsouthernterritories... [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 235 | lookup!(GabmiaTable, Gabmia, "The Gabmia", 1, "Gabmia" => "gabmia"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 235 | lookup!(GabmiaTable, Gabmia, "The Gabmia", 1, "Gabmia" => "gabmia"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 236 | lookup!(HolySeeTable, HolySee, "The Holy See", 1, "HolySee" => "holysee"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | lookup!(HolySeeTable, HolySee, "The Holy See", 1, "HolySee" => "holysee"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 237 | lookup!(LaoPeoplesDemocraticRepublicTable, LaoPeoplesDemocraticRepublic, "The Lao Peoples Democratic Republic", 1, "LaoPeoplesDemocraticRepublic" => "laopeoplesdemocraticrepublic... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 237 | lookup!(LaoPeoplesDemocraticRepublicTable, LaoPeoplesDemocraticRepublic, "The Lao Peoples Democratic Republic", 1, "LaoPeoplesDemocraticRepublic" => "laopeoplesdemocraticrepublic... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 238 | lookup!(MarshallIslandsTable, MarshallIslands, "The Marshall Islands", 1, "MarshallIslands" => "marshallislands"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 238 | lookup!(MarshallIslandsTable, MarshallIslands, "The Marshall Islands", 1, "MarshallIslands" => "marshallislands"); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 239 | lookup!(NetherlandsTable, Netherlands, "The Netherlands", 2, "Netherlands" => "netherlands", "Holland" => "holland"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 239 | lookup!(NetherlandsTable, Netherlands, "The Netherlands", 2, "Netherlands" => "netherlands", "Holland" => "holland"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 240 | lookup!(NigerTable, Niger, "The Niger", 1, "Niger" => "niger"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | lookup!(NigerTable, Niger, "The Niger", 1, "Niger" => "niger"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 241 | lookup!(NorthernMarianaIslandsTable, NorthernMarianaIslands, "The Northern Mariana Islands", 1, "NorthernMarianaIslands" => "northernmarianaislands... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | lookup!(NorthernMarianaIslandsTable, NorthernMarianaIslands, "The Northern Mariana Islands", 1, "NorthernMarianaIslands" => "northernmarianaislands... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 242 | lookup!(PhilippinesTable, Philippines, "The Philippines", 1, "Philippines" => "philippines"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | lookup!(PhilippinesTable, Philippines, "The Philippines", 1, "Philippines" => "philippines"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 243 | lookup!(SouthKoreaTable, SouthKorea, "The Republic Of Korea", 2, "SouthKorea" => "southkorea", "RepublicOfKorea" => "republicofkorea"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | lookup!(SouthKoreaTable, SouthKorea, "The Republic Of Korea", 2, "SouthKorea" => "southkorea", "RepublicOfKorea" => "republicofkorea"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 244 | lookup!(MoldovaTable, Moldova, "The Republic Of Moldova", 2, "Moldova" => "moldova", "RepublicOfMoldova" => "republicofmoldova"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 244 | lookup!(MoldovaTable, Moldova, "The Republic Of Moldova", 2, "Moldova" => "moldova", "RepublicOfMoldova" => "republicofmoldova"); [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 245 | lookup!(RussiaTable, Russia, "The Russian Federation", 2, "Russia" => "russia", "RussianFederation" => "russianfederation"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | lookup!(RussiaTable, Russia, "The Russian Federation", 2, "Russia" => "russia", "RussianFederation" => "russianfederation"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 246 | lookup!(SudanTable, Sudan, "The Sudan", 1, "Sudan" => "sudan"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | lookup!(SudanTable, Sudan, "The Sudan", 1, "Sudan" => "sudan"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 247 | lookup!(TurksAndCaicosIslandsTable, TurksAndCaicosIslands, "The Turks And Caicos Islands", 1, "TurksAndCaicosIslands" => "turksandcaicosislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 247 | lookup!(TurksAndCaicosIslandsTable, TurksAndCaicosIslands, "The Turks And Caicos Islands", 1, "TurksAndCaicosIslands" => "turksandcaicosislands... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 248 | lookup!(UnitedArabEmiratesTable, UnitedArabEmirates, "The United Arab Emirates", 1, "UnitedArabEmirates" => "unitedarabemirates"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 248 | lookup!(UnitedArabEmiratesTable, UnitedArabEmirates, "The United Arab Emirates", 1, "UnitedArabEmirates" => "unitedarabemirates"); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 249 | / lookup!(EnglandTable, England, "The United Kingdom Of Great Britain And Northern Ireland", 7, "England" => "england", [INFO] [stdout] 250 | | "Scotland" => "scotland", [INFO] [stdout] 251 | | "GreatBritain" => "greatbritain", [INFO] [stdout] 252 | | "UnitedKingdom" => "unitedkingdom", [INFO] [stdout] 253 | | "NorthernIreland" => "northernireland", [INFO] [stdout] 254 | | "UnitedKingdomOfGreatBritain" => "unitedkingdomofgreatbritain", [INFO] [stdout] 255 | | "UnitedKingdomOfGreatBritainAndNorthernIreland" => "unitedkingdomofgreatbritainandnorthernireland"); [INFO] [stdout] | |___________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 249 | / lookup!(EnglandTable, England, "The United Kingdom Of Great Britain And Northern Ireland", 7, "England" => "england", [INFO] [stdout] 250 | | "Scotland" => "scotland", [INFO] [stdout] 251 | | "GreatBritain" => "greatbritain", [INFO] [stdout] 252 | | "UnitedKingdom" => "unitedkingdom", [INFO] [stdout] 253 | | "NorthernIreland" => "northernireland", [INFO] [stdout] 254 | | "UnitedKingdomOfGreatBritain" => "unitedkingdomofgreatbritain", [INFO] [stdout] 255 | | "UnitedKingdomOfGreatBritainAndNorthernIreland" => "unitedkingdomofgreatbritainandnorthernireland"); [INFO] [stdout] | |___________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 256 | lookup!(UnitedStatesMinorOutlyingIslandsTable, UnitedStatesMinorOutlyingIslands, "The United States Minor Outlying Islands", 1, "UnitedStatesMinorOutlyingIslands" => "unitedstatesminoroutlyingislands... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | lookup!(UnitedStatesMinorOutlyingIslandsTable, UnitedStatesMinorOutlyingIslands, "The United States Minor Outlying Islands", 1, "UnitedStatesMinorOutlyingIslands" => "unitedstatesminoroutlyingislands... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 257 | lookup!(AmericaTable, America, "The United States Of America", 3, "America" => "america", "UnitedStates" => "unitedstates", "UnitedStatesOfAmerica" => "unitedstatesofamerica... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | lookup!(AmericaTable, America, "The United States Of America", 3, "America" => "america", "UnitedStates" => "unitedstates", "UnitedStatesOfAmerica" => "unitedstatesofamerica... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 258 | lookup!(TrinidadTable, Trinidad, "Trinidad And Tobago", 2, "Trinidad" => "trinidad", "Tobago" => "tobago"); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | lookup!(TrinidadTable, Trinidad, "Trinidad And Tobago", 2, "Trinidad" => "trinidad", "Tobago" => "tobago"); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this function depends on never type fallback being `()` [INFO] [stdout] --> src/tables.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | / fn visit_seq(self, mut seq: A) -> Result<$name, A::Error> [INFO] [stdout] 63 | | where A: SeqAccess<'de> [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 259 | lookup!(TanzaniaTable, Tanzania, "United Republic Of Tanzania", 1, "Tanzania" => "tanzania"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: Deserialize<'de>` will fail [INFO] [stdout] --> src/tables.rs:66:33 [INFO] [stdout] | [INFO] [stdout] 66 | seq.next_element()?.ok_or_else(|| DError::invalid_length(i, &self))?; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | lookup!(TanzaniaTable, Tanzania, "United Republic Of Tanzania", 1, "Tanzania" => "tanzania"); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `lookup` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 53 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `celes` (lib test) due to 54 previous errors [INFO] running `Command { std: "docker" "inspect" "b74dd7626215a475a3d324d42e030c9f71ba58cb1ac842909abcc53839f0c4a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b74dd7626215a475a3d324d42e030c9f71ba58cb1ac842909abcc53839f0c4a9", kill_on_drop: false }` [INFO] [stdout] b74dd7626215a475a3d324d42e030c9f71ba58cb1ac842909abcc53839f0c4a9