[INFO] fetching crate rplugin_macros 0.1.1...
[INFO] testing rplugin_macros-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate rplugin_macros 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rplugin_macros 0.1.1
[INFO] finished tweaking crates.io crate rplugin_macros 0.1.1
[INFO] tweaked toml for crates.io crate rplugin_macros 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rplugin_macros 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding pmutil v0.5.3 (available: v0.6.1)
[INFO] [stderr]       Adding swc_macros_common v0.3.14 (available: v1.0.1)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.108)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6db33b51d5499cb039dcf3ce708b0926b0b32fc9843406677a76051911761132
[INFO] running `Command { std: "docker" "start" "-a" "6db33b51d5499cb039dcf3ce708b0926b0b32fc9843406677a76051911761132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6db33b51d5499cb039dcf3ce708b0926b0b32fc9843406677a76051911761132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6db33b51d5499cb039dcf3ce708b0926b0b32fc9843406677a76051911761132", kill_on_drop: false }`
[INFO] [stdout] 6db33b51d5499cb039dcf3ce708b0926b0b32fc9843406677a76051911761132
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b45d8d51c9c7cdf00209be9f412ec259bcff774a563f8d4a5444e4aee70b73cd
[INFO] running `Command { std: "docker" "start" "-a" "b45d8d51c9c7cdf00209be9f412ec259bcff774a563f8d4a5444e4aee70b73cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling swc_macros_common v0.3.14
[INFO] [stderr]    Compiling rplugin_macros v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 58 |         content: Some((call_site(), mod_items)),
[INFO] [stdout]    |                        ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]    |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]    |
[INFO] [stdout] 58 |         content: Some((syn::token::Brace { span: call_site() }, mod_items)),
[INFO] [stdout]    |                        +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> src/lib.rs:167:19
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let binder = [VariantBinder::new(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |         &src.fields,
[INFO] [stdout]     |         ----------- expected `syn::data::Fields`, found `Fields`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/data.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | /  ast_enum_of_structs! {
[INFO] [stdout]  26 | |      /// Data stored within an enum variant or struct.
[INFO] [stdout]  27 | |      ///
[INFO] [stdout]  28 | |      /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | |  }
[INFO] [stdout]     | |__^ this is the found type `Fields`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:4:5
[INFO] [stdout]     |
[INFO] [stdout]   4 |    use swc_macros_common::{
[INFO] [stdout]     |        ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout] ...
[INFO] [stdout]   8 |    use syn::{
[INFO] [stdout]     |        --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/data.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 |  / ast_enum_of_structs! {
[INFO] [stdout]  27 |  |     /// Data stored within an enum variant or struct.
[INFO] [stdout]  28 |  |     ///
[INFO] [stdout]  29 |  |     /// # Syntax tree enum
[INFO] [stdout] ...    |
[INFO] [stdout]  46 |  | }
[INFO] [stdout]     |  |_^ this is the expected type `syn::data::Fields`
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: expected `&[Attribute]`, found `&Vec<Attribute>`
[INFO] [stdout]    --> src/lib.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 |         &src.attrs,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     = note: expected reference `&[syn::attr::Attribute]`
[INFO] [stdout]                found reference `&Vec<Attribute>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/binder.rs:93:18
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub const fn new(
[INFO] [stdout]     |                  ^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> src/lib.rs:202:18
[INFO] [stdout]     |
[INFO] [stdout] 202 |         .map(|v| VariantBinder::new(Some(&src.ident), &v.ident, &v.fields, &v.attrs))
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^                             --------- expected `syn::data::Fields`, found `Fields`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/data.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | /  ast_enum_of_structs! {
[INFO] [stdout]  26 | |      /// Data stored within an enum variant or struct.
[INFO] [stdout]  27 | |      ///
[INFO] [stdout]  28 | |      /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | |  }
[INFO] [stdout]     | |__^ this is the found type `Fields`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:4:5
[INFO] [stdout]     |
[INFO] [stdout]   4 |    use swc_macros_common::{
[INFO] [stdout]     |        ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout] ...
[INFO] [stdout]   8 |    use syn::{
[INFO] [stdout]     |        --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/data.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 |  / ast_enum_of_structs! {
[INFO] [stdout]  27 |  |     /// Data stored within an enum variant or struct.
[INFO] [stdout]  28 |  |     ///
[INFO] [stdout]  29 |  |     /// # Syntax tree enum
[INFO] [stdout] ...    |
[INFO] [stdout]  46 |  | }
[INFO] [stdout]     |  |_^ this is the expected type `syn::data::Fields`
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: expected `&[Attribute]`, found `&Vec<Attribute>`
[INFO] [stdout]    --> src/lib.rs:202:76
[INFO] [stdout]     |
[INFO] [stdout] 202 |         .map(|v| VariantBinder::new(Some(&src.ident), &v.ident, &v.fields, &v.attrs))
[INFO] [stdout]     |                                                                            ^^^^^^^^
[INFO] [stdout]     = note: expected reference `&[syn::attr::Attribute]`
[INFO] [stdout]                found reference `&Vec<Attribute>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/binder.rs:93:18
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub const fn new(
[INFO] [stdout]     |                  ^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:245:35
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 colon_token: Some(call_site()),
[INFO] [stdout]     |                              ---- ^^^^^^^^^^^ expected `Colon`, found `Span`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the type constructed contains `proc_macro2::Span` due to the type of the argument passed
[INFO] [stdout]    --> src/lib.rs:245:30
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 colon_token: Some(call_site()),
[INFO] [stdout]     |                              ^^^^^-----------^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:278:30
[INFO] [stdout]     |
[INFO] [stdout] 278 |             fat_arrow_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `FatArrow`, found `Span`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:281:23
[INFO] [stdout]     |
[INFO] [stdout] 281 |                 path: v.qual_path(),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ expected `syn::Path`, found `syn::path::Path`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/path.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | /  ast_struct! {
[INFO] [stdout]   5 | |      /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout]   6 | |      ///
[INFO] [stdout]   7 | |      /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout]  14 | |  }
[INFO] [stdout]     | |__^ this is the expected type `syn::Path`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:4:5
[INFO] [stdout]     |
[INFO] [stdout]   4 |    use swc_macros_common::{
[INFO] [stdout]     |        ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout] ...
[INFO] [stdout]   8 |    use syn::{
[INFO] [stdout]     |        --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/path.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 |  / ast_struct! {
[INFO] [stdout]  12 |  |     /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout]  13 |  |     #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
[INFO] [stdout]  14 |  |     pub struct Path {
[INFO] [stdout] ...    |
[INFO] [stdout]  18 |  | }
[INFO] [stdout]     |  |_^ this is the found type `syn::path::Path`
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:284:30
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 brace_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:287:25
[INFO] [stdout]     |
[INFO] [stdout] 287 |             comma: Some(call_site()),
[INFO] [stdout]     |                    ---- ^^^^^^^^^^^ expected `Comma`, found `Span`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the type constructed contains `proc_macro2::Span` due to the type of the argument passed
[INFO] [stdout]    --> src/lib.rs:287:20
[INFO] [stdout]     |
[INFO] [stdout] 287 |             comma: Some(call_site()),
[INFO] [stdout]     |                    ^^^^^-----------^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:293:22
[INFO] [stdout]     |
[INFO] [stdout] 293 |         match_token: call_site(),
[INFO] [stdout]     |                      ^^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]     |
[INFO] [stdout] 293 |         match_token: syn::token::Match { span: call_site() },
[INFO] [stdout]     |                      +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:295:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |         brace_token: call_site(),
[INFO] [stdout]     |                      ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 295 |         brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                      +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:315:13
[INFO] [stdout]     |
[INFO] [stdout] 315 |             pat,
[INFO] [stdout]     |             ^^^ expected `Pat`, found `syn::pat::Pat`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/pat.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | /  ast_enum_of_structs! {
[INFO] [stdout]   6 | |      /// A pattern in a local binding, function signature, match expression, or
[INFO] [stdout]   7 | |      /// various other places.
[INFO] [stdout]   8 | |      ///
[INFO] [stdout] ...   |
[INFO] [stdout]  98 | |  }
[INFO] [stdout]     | |__^ this is the expected type `Pat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:4:5
[INFO] [stdout]     |
[INFO] [stdout]   4 |    use swc_macros_common::{
[INFO] [stdout]     |        ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout] ...
[INFO] [stdout]   8 |    use syn::{
[INFO] [stdout]     |        --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/pat.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |  / ast_enum_of_structs! {
[INFO] [stdout]  16 |  |     /// A pattern in a local binding, function signature, match expression, or
[INFO] [stdout]  17 |  |     /// various other places.
[INFO] [stdout]  18 |  |     ///
[INFO] [stdout] ...    |
[INFO] [stdout] 102 |  | }
[INFO] [stdout]     |  |_^ this is the found type `syn::pat::Pat`
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 |             fat_arrow_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `FatArrow`, found `Span`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:330:30
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 brace_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:333:25
[INFO] [stdout]     |
[INFO] [stdout] 333 |             comma: Some(call_site()),
[INFO] [stdout]     |                    ---- ^^^^^^^^^^^ expected `Comma`, found `Span`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the type constructed contains `proc_macro2::Span` due to the type of the argument passed
[INFO] [stdout]    --> src/lib.rs:333:20
[INFO] [stdout]     |
[INFO] [stdout] 333 |             comma: Some(call_site()),
[INFO] [stdout]     |                    ^^^^^-----------^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:339:22
[INFO] [stdout]     |
[INFO] [stdout] 339 |         match_token: call_site(),
[INFO] [stdout]     |                      ^^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]     |
[INFO] [stdout] 339 |         match_token: syn::token::Match { span: call_site() },
[INFO] [stdout]     |                      +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:341:22
[INFO] [stdout]     |
[INFO] [stdout] 341 |         brace_token: call_site(),
[INFO] [stdout]     |                      ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 341 |         brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                      +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rplugin_macros` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "b45d8d51c9c7cdf00209be9f412ec259bcff774a563f8d4a5444e4aee70b73cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b45d8d51c9c7cdf00209be9f412ec259bcff774a563f8d4a5444e4aee70b73cd", kill_on_drop: false }`
[INFO] [stdout] b45d8d51c9c7cdf00209be9f412ec259bcff774a563f8d4a5444e4aee70b73cd
