[INFO] fetching crate iri-string 0.7.7... [INFO] checking iri-string-0.7.7 against try#da25749bf5e6ba5ed862ff361c19afff2a986b2d for pr-132712 [INFO] extracting crate iri-string 0.7.7 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate iri-string 0.7.7 on toolchain da25749bf5e6ba5ed862ff361c19afff2a986b2d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iri-string 0.7.7 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate iri-string 0.7.7 [INFO] tweaked toml for crates.io crate iri-string 0.7.7 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate iri-string 0.7.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26f9bf583b872d0493e69facde43c06630b5717fdb7b0ecf1d3d53f4a1d5d1b7 [INFO] running `Command { std: "docker" "start" "-a" "26f9bf583b872d0493e69facde43c06630b5717fdb7b0ecf1d3d53f4a1d5d1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26f9bf583b872d0493e69facde43c06630b5717fdb7b0ecf1d3d53f4a1d5d1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26f9bf583b872d0493e69facde43c06630b5717fdb7b0ecf1d3d53f4a1d5d1b7", kill_on_drop: false }` [INFO] [stdout] 26f9bf583b872d0493e69facde43c06630b5717fdb7b0ecf1d3d53f4a1d5d1b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aaa217bcbda70123ce7e628ebc5641e9ff530baf025ae7030bc412b46ddd9ea7 [INFO] running `Command { std: "docker" "start" "-a" "aaa217bcbda70123ce7e628ebc5641e9ff530baf025ae7030bc412b46ddd9ea7", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking iri-string v0.7.7 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Checking serde_test v1.0.177 [INFO] [stderr] Fixed src/types/iri.rs (2 fixes) [INFO] [stderr] Fixed src/types/generic/macros.rs (2 fixes) [INFO] [stderr] Fixed src/parser/str/maybe_pct_encoded.rs (2 fixes) [INFO] [stderr] Migrating tests/string_types_interop.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/string_types_interop.rs (1 fix) [INFO] [stderr] Migrating examples/flamegraph-resolve.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/resolve.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/gh-issues.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/utils/mod.rs (4 fixes) [INFO] [stderr] Migrating examples/parse.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/percent_encode.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/normalize.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/normalize.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/build.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `normalize` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * tests/components/mod.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 211 previous errors [INFO] [stderr] [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:219:28 [INFO] [stdout] | [INFO] [stdout] 219 | ($($field:ident: $expr:expr),* $(,)?) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 219 | ($($field:ident: $expr:expr_2021),* $(,)?) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:221:53 [INFO] [stdout] | [INFO] [stdout] 221 | $( $field: components!(@field; $field: $expr) ),*, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:225:26 [INFO] [stdout] | [INFO] [stdout] 225 | (@field; path: $expr:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | (@field; $field:ident: $expr:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 231 | (@field; $field:ident: $expr:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:238:32 [INFO] [stdout] | [INFO] [stdout] 238 | (@field=name; name: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 238 | (@field=name; name: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:242:46 [INFO] [stdout] | [INFO] [stdout] 242 | (@field=description; description: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 242 | (@field=description; description: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | (@field=composed; composed: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 249 | (@field=composed; composed: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | (@field=normalized_uri; normalized_uri: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 257 | (@field=normalized_uri; normalized_uri: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:261:52 [INFO] [stdout] | [INFO] [stdout] 261 | (@field=normalized_iri; normalized_iri: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | (@field=normalized_iri; normalized_iri: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:265:76 [INFO] [stdout] | [INFO] [stdout] 265 | (@field=normalized_uri_whatwg_like; normalized_uri_whatwg_like: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 265 | (@field=normalized_uri_whatwg_like; normalized_uri_whatwg_like: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:272:76 [INFO] [stdout] | [INFO] [stdout] 272 | (@field=normalized_iri_whatwg_like; normalized_iri_whatwg_like: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 272 | (@field=normalized_iri_whatwg_like; normalized_iri_whatwg_like: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:279:52 [INFO] [stdout] | [INFO] [stdout] 279 | (@field=different_iris; different_iris: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 279 | (@field=different_iris; different_iris: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/components/mod.rs:290:47 [INFO] [stdout] | [INFO] [stdout] 290 | (@field=$name:ident; $field:ident: $value:expr, $($rest:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 290 | (@field=$name:ident; $field:ident: $value:expr_2021, $($rest:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/flamegraph-parse.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `build` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * tests/components/mod.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match `None` [INFO] [stderr] --> tests/components/mod.rs:228:28 [INFO] [stderr] | [INFO] [stderr] 228 | (@field; $field:ident: None) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [INFO] [stderr] ... | [INFO] [stderr] 1770 | | }, [INFO] [stderr] 1771 | | ]; [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$expr:expr_2021` [INFO] [stderr] --> tests/components/mod.rs:225:20 [INFO] [stderr] | [INFO] [stderr] 225 | (@field; path: $expr:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `components` which comes from the expansion of the macro `test_cases` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: no rules expected `$` [INFO] [stderr] --> tests/components/mod.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 215 | macro_rules! components { [INFO] [stderr] | ----------------------- when calling this macro [INFO] [stderr] ... [INFO] [stderr] 221 | $( $field: components!(@field; $field: $expr_2021) ),*, [INFO] [stderr] | ^^^^^^^^^^ no rules expected this token in macro call [INFO] [stderr] ... [INFO] [stderr] 315 | pub static TEST_CASES: &[TestCase<'static>] = test_cases![ [INFO] [stderr] | _______________________________________________- [INFO] [stderr] 316 | | { [INFO] [stderr] 317 | | name: "typical example URI", [INFO] [stderr] 318 | | composed: "http://example.com/", [WARN] too many lines in the log, truncating it