[INFO] fetching crate syn-next 1.0.0-rc4... [INFO] checking syn-next-1.0.0-rc4 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate syn-next 1.0.0-rc4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate syn-next 1.0.0-rc4 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate syn-next 1.0.0-rc4 [INFO] finished tweaking crates.io crate syn-next 1.0.0-rc4 [INFO] tweaked toml for crates.io crate syn-next 1.0.0-rc4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2-next v1.0.0-rc4 [INFO] [stderr] Downloaded ref-cast-impl v0.2.7 [INFO] [stderr] Downloaded quote-next v1.0.0-rc3 [INFO] [stderr] Downloaded ref-cast v0.2.7 [INFO] [stderr] Downloaded insta v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cec9fed8ec16063ac9e0b5d3f3a45e6cf6cec9cf2d724d3c995ec99c6592f3c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0cec9fed8ec16063ac9e0b5d3f3a45e6cf6cec9cf2d724d3c995ec99c6592f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cec9fed8ec16063ac9e0b5d3f3a45e6cf6cec9cf2d724d3c995ec99c6592f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cec9fed8ec16063ac9e0b5d3f3a45e6cf6cec9cf2d724d3c995ec99c6592f3c", kill_on_drop: false }` [INFO] [stdout] 0cec9fed8ec16063ac9e0b5d3f3a45e6cf6cec9cf2d724d3c995ec99c6592f3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 278aec4e6f7fa6c700d4e0ef70dc91f8e23fd1a265a564c494b3f073e6eac024 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "278aec4e6f7fa6c700d4e0ef70dc91f8e23fd1a265a564c494b3f073e6eac024", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling proc-macro2-next v1.0.0-rc4 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking gimli v0.22.0 [INFO] [stderr] Checking object v0.20.0 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking rustc-demangle v0.1.17 [INFO] [stderr] Compiling syn-next v1.0.0-rc4 (/opt/rustwide/workdir) [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking instant v0.1.7 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking quote-next v1.0.0-rc3 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking addr2line v0.13.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking backtrace v0.3.51 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling ref-cast-impl v0.2.7 [INFO] [stderr] Checking ref-cast v0.2.7 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ron v0.4.2 [INFO] [stderr] Checking serde_json v1.0.58 [INFO] [stderr] Checking serde_yaml v0.8.13 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking insta v0.9.0 [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::Pat` [INFO] [stdout] --> tests/test_pat.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use syn::Pat; [INFO] [stdout] | ^^^^^--- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Path` [INFO] [stdout] | no `Pat` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn-next` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> tests/test_round_trip.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures` [INFO] [stdout] --> tests/test_precedence.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | extern crate rustc_data_structures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `"Hello! You want: cargo test --release --all-features"` [INFO] [stdout] --> tests/features/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | "Hello! You want: cargo test --release --all-features" [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:93:37 [INFO] [stdout] | [INFO] [stdout] 93 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:116:37 [INFO] [stdout] | [INFO] [stdout] 116 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:142:37 [INFO] [stdout] | [INFO] [stdout] 142 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Lit` doesn't implement `Debug` [INFO] [stdout] --> tests/test_lit.rs:179:37 [INFO] [stdout] | [INFO] [stdout] 179 | wrong => panic!("{:?}", wrong), [INFO] [stdout] | ^^^^^ `syn::Lit` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Lit` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_file` in crate `syn` [INFO] [stdout] --> tests/test_should_parse.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | syn::parse_file(stringify!($($in)*)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] ... [INFO] [stdout] 15 | / should_parse!(generic_associated_type, { [INFO] [stdout] 16 | | impl Foo { [INFO] [stdout] 17 | | type Item = &'a i32; [INFO] [stdout] 18 | | fn foo<'a>(&'a self) -> Self::Item<'a> {} [INFO] [stdout] 19 | | } [INFO] [stdout] 20 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_file` in crate `syn` [INFO] [stdout] --> tests/test_should_parse.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | syn::parse_file(stringify!($($in)*)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] ... [INFO] [stdout] 23 | / should_parse!(const_generics_use, { [INFO] [stdout] 24 | | type X = Foo<5>; [INFO] [stdout] 25 | | type Y = Foo<"foo">; [INFO] [stdout] 26 | | type Z = Foo; [INFO] [stdout] 27 | | type W = Foo<{ X + 10 }>; [INFO] [stdout] 28 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_file` in crate `syn` [INFO] [stdout] --> tests/test_should_parse.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | syn::parse_file(stringify!($($in)*)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] ... [INFO] [stdout] 30 | / should_parse!(trailing_plus_type, { [INFO] [stdout] 31 | | type A = Box; [INFO] [stdout] 32 | | type A = Box; [INFO] [stdout] 33 | | type A = Box<'a + Foo>; [INFO] [stdout] 34 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_file` in crate `syn` [INFO] [stdout] --> tests/test_should_parse.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | syn::parse_file(stringify!($($in)*)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] ... [INFO] [stdout] 36 | / should_parse!(generic_associated_type_where, { [INFO] [stdout] 37 | | trait Foo { [INFO] [stdout] 38 | | type Item; [INFO] [stdout] 39 | | fn foo(&self, t: T) -> Self::Item; [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `parse_file` in crate `syn` [INFO] [stdout] --> tests/test_should_parse.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | syn::parse_file(stringify!($($in)*)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] ... [INFO] [stdout] 43 | / should_parse!(match_with_block_expr, { [INFO] [stdout] 44 | | fn main() { [INFO] [stdout] 45 | | match false { [INFO] [stdout] 46 | | _ => {}.a(), [INFO] [stdout] 47 | | } [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::ItemFn` [INFO] [stdout] --> tests/test_generics.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | use syn::{DeriveInput, ItemFn, TypeParamBound, WhereClause, WherePredicate}; [INFO] [stdout] | ^^^^^^ no `ItemFn` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::Item` [INFO] [stdout] --> tests/test_asyncness.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use syn::{Expr, Item}; [INFO] [stdout] | ^^^^ no `Item` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/../debug/gen.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | formatter.field("attrs", Lite(&_val.attrs)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_token_trees`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required for the cast to the object type `dyn Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2036:18 [INFO] [stdout] | [INFO] [stdout] 2036 | syn::FnArg::Receiver(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2043:18 [INFO] [stdout] | [INFO] [stdout] 2043 | syn::FnArg::Typed(_val) => { [INFO] [stdout] | ^^^^^ could not find `FnArg` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | syn::ForeignItem::Fn(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | syn::ForeignItem::Static(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2088:18 [INFO] [stdout] | [INFO] [stdout] 2088 | syn::ForeignItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2097:18 [INFO] [stdout] | [INFO] [stdout] 2097 | syn::ForeignItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2117:18 [INFO] [stdout] | [INFO] [stdout] 2117 | syn::ForeignItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `ForeignItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2246:18 [INFO] [stdout] | [INFO] [stdout] 2246 | syn::GenericMethodArgument::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericMethodArgument` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2253:18 [INFO] [stdout] | [INFO] [stdout] 2253 | syn::GenericMethodArgument::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `GenericMethodArgument` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 151 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2345:18 [INFO] [stdout] | [INFO] [stdout] 2345 | syn::ImplItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2368:18 [INFO] [stdout] | [INFO] [stdout] 2368 | syn::ImplItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2390:18 [INFO] [stdout] | [INFO] [stdout] 2390 | syn::ImplItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2413:18 [INFO] [stdout] | [INFO] [stdout] 2413 | syn::ImplItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2433:18 [INFO] [stdout] | [INFO] [stdout] 2433 | syn::ImplItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^ could not find `ImplItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2556:18 [INFO] [stdout] | [INFO] [stdout] 2556 | syn::Item::Const(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2567:18 [INFO] [stdout] | [INFO] [stdout] 2567 | syn::Item::Enum(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2580:18 [INFO] [stdout] | [INFO] [stdout] 2580 | syn::Item::ExternCrate(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2605:18 [INFO] [stdout] | [INFO] [stdout] 2605 | syn::Item::Fn(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2615:18 [INFO] [stdout] | [INFO] [stdout] 2615 | syn::Item::ForeignMod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2626:18 [INFO] [stdout] | [INFO] [stdout] 2626 | syn::Item::Impl(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2704:18 [INFO] [stdout] | [INFO] [stdout] 2704 | syn::Item::Macro(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2740:18 [INFO] [stdout] | [INFO] [stdout] 2740 | syn::Item::Macro2(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2750:18 [INFO] [stdout] | [INFO] [stdout] 2750 | syn::Item::Mod(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2787:18 [INFO] [stdout] | [INFO] [stdout] 2787 | syn::Item::Static(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2810:18 [INFO] [stdout] | [INFO] [stdout] 2810 | syn::Item::Struct(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2833:18 [INFO] [stdout] | [INFO] [stdout] 2833 | syn::Item::Trait(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2885:18 [INFO] [stdout] | [INFO] [stdout] 2885 | syn::Item::TraitAlias(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2898:18 [INFO] [stdout] | [INFO] [stdout] 2898 | syn::Item::Type(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2909:18 [INFO] [stdout] | [INFO] [stdout] 2909 | syn::Item::Union(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2920:18 [INFO] [stdout] | [INFO] [stdout] 2920 | syn::Item::Use(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2941:18 [INFO] [stdout] | [INFO] [stdout] 2941 | syn::Item::Verbatim(_val) => { [INFO] [stdout] | ^^^^ could not find `Item` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3663:18 [INFO] [stdout] | [INFO] [stdout] 3663 | syn::Pat::Box(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3671:18 [INFO] [stdout] | [INFO] [stdout] 3671 | syn::Pat::Ident(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3719:18 [INFO] [stdout] | [INFO] [stdout] 3719 | syn::Pat::Lit(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3727:18 [INFO] [stdout] | [INFO] [stdout] 3727 | syn::Pat::Macro(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3735:18 [INFO] [stdout] | [INFO] [stdout] 3735 | syn::Pat::Or(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3757:18 [INFO] [stdout] | [INFO] [stdout] 3757 | syn::Pat::Path(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3781:18 [INFO] [stdout] | [INFO] [stdout] 3781 | syn::Pat::Range(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3791:18 [INFO] [stdout] | [INFO] [stdout] 3791 | syn::Pat::Reference(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3811:18 [INFO] [stdout] | [INFO] [stdout] 3811 | syn::Pat::Rest(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3818:18 [INFO] [stdout] | [INFO] [stdout] 3818 | syn::Pat::Slice(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3828:18 [INFO] [stdout] | [INFO] [stdout] 3828 | syn::Pat::Struct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3851:18 [INFO] [stdout] | [INFO] [stdout] 3851 | syn::Pat::Tuple(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3861:18 [INFO] [stdout] | [INFO] [stdout] 3861 | syn::Pat::TupleStruct(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3870:18 [INFO] [stdout] | [INFO] [stdout] 3870 | syn::Pat::Type(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3879:18 [INFO] [stdout] | [INFO] [stdout] 3879 | syn::Pat::Verbatim(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3886:18 [INFO] [stdout] | [INFO] [stdout] 3886 | syn::Pat::Wild(_val) => { [INFO] [stdout] | ^^^ could not find `Pat` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> tests/test_attribute.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | let meta = test("#[foo = true]");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4303:18 [INFO] [stdout] | [INFO] [stdout] 4303 | syn::RangeLimits::HalfOpen(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4307:18 [INFO] [stdout] | [INFO] [stdout] 4307 | syn::RangeLimits::Closed(_val) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `RangeLimits` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4472:18 [INFO] [stdout] | [INFO] [stdout] 4472 | syn::Stmt::Local(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4479:18 [INFO] [stdout] | [INFO] [stdout] 4479 | syn::Stmt::Item(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4486:18 [INFO] [stdout] | [INFO] [stdout] 4486 | syn::Stmt::Expr(_val) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4493:18 [INFO] [stdout] | [INFO] [stdout] 4493 | syn::Stmt::Semi(_v0, _v1) => { [INFO] [stdout] | ^^^^ could not find `Stmt` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4554:18 [INFO] [stdout] | [INFO] [stdout] 4554 | syn::TraitItem::Const(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4579:18 [INFO] [stdout] | [INFO] [stdout] 4579 | syn::TraitItem::Method(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4615:18 [INFO] [stdout] | [INFO] [stdout] 4615 | syn::TraitItem::Type(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 4655 | syn::TraitItem::Macro(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4675:18 [INFO] [stdout] | [INFO] [stdout] 4675 | syn::TraitItem::Verbatim(_val) => { [INFO] [stdout] | ^^^^^^^^^ could not find `TraitItem` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::Expr); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5445:18 [INFO] [stdout] | [INFO] [stdout] 5445 | syn::UseTree::Path(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5452:18 [INFO] [stdout] | [INFO] [stdout] 5452 | syn::UseTree::Name(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5459:18 [INFO] [stdout] | [INFO] [stdout] 5459 | syn::UseTree::Rename(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5466:18 [INFO] [stdout] | [INFO] [stdout] 5466 | syn::UseTree::Glob(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5473:18 [INFO] [stdout] | [INFO] [stdout] 5473 | syn::UseTree::Group(_val) => { [INFO] [stdout] | ^^^^^^^ could not find `UseTree` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Arm` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | impl Debug for Lite { [INFO] [stdout] | ^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 268 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:807:39 [INFO] [stdout] | [INFO] [stdout] 807 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1055:39 [INFO] [stdout] | [INFO] [stdout] 1055 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1389:31 [INFO] [stdout] | [INFO] [stdout] 1389 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1492:31 [INFO] [stdout] | [INFO] [stdout] 1492 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1546:31 [INFO] [stdout] | [INFO] [stdout] 1546 | struct Print(syn::MethodTurbofish); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1829:31 [INFO] [stdout] | [INFO] [stdout] 1829 | struct Print(syn::Label); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldPat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1913:26 [INFO] [stdout] | [INFO] [stdout] 1913 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldValue` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:1937:26 [INFO] [stdout] | [INFO] [stdout] 1937 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2003:26 [INFO] [stdout] | [INFO] [stdout] 2003 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::File; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::os_imp::path::fs::fs_imp::File; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FnArg` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2032:26 [INFO] [stdout] | [INFO] [stdout] 2032 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2128:26 [INFO] [stdout] | [INFO] [stdout] 2128 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2140:26 [INFO] [stdout] | [INFO] [stdout] 2140 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2163:26 [INFO] [stdout] | [INFO] [stdout] 2163 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2188:26 [INFO] [stdout] | [INFO] [stdout] 2188 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericMethodArgument` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2242:26 [INFO] [stdout] | [INFO] [stdout] 2242 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `GenericArgument` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / ast_enum! { [INFO] [stdout] 99 | | /// An individual generic argument, like `'a`, `T`, or `Item = T`. [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | } [INFO] [stdout] | |_- similarly named enum `GenericArgument` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2341:26 [INFO] [stdout] | [INFO] [stdout] 2341 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2444:26 [INFO] [stdout] | [INFO] [stdout] 2444 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2470:26 [INFO] [stdout] | [INFO] [stdout] 2470 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2493:26 [INFO] [stdout] | [INFO] [stdout] 2493 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2518:26 [INFO] [stdout] | [INFO] [stdout] 2518 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2552:26 [INFO] [stdout] | [INFO] [stdout] 2552 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2760:63 [INFO] [stdout] | [INFO] [stdout] 2760 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2952:26 [INFO] [stdout] | [INFO] [stdout] 2952 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2966:26 [INFO] [stdout] | [INFO] [stdout] 2966 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:2982:26 [INFO] [stdout] | [INFO] [stdout] 2982 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3010:26 [INFO] [stdout] | [INFO] [stdout] 3010 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3023:26 [INFO] [stdout] | [INFO] [stdout] 3023 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3037:26 [INFO] [stdout] | [INFO] [stdout] 3037 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3114:26 [INFO] [stdout] | [INFO] [stdout] 3114 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMacro2` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3153:26 [INFO] [stdout] | [INFO] [stdout] 3153 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemMod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3178:55 [INFO] [stdout] | [INFO] [stdout] 3178 | struct Print((syn::token::Brace, Vec)); [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::fmt::str::iter::option::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3206:26 [INFO] [stdout] | [INFO] [stdout] 3206 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3232:26 [INFO] [stdout] | [INFO] [stdout] 3232 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3258:26 [INFO] [stdout] | [INFO] [stdout] 3258 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3329:26 [INFO] [stdout] | [INFO] [stdout] 3329 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemUse` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3357:26 [INFO] [stdout] | [INFO] [stdout] 3357 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Label` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3381:26 [INFO] [stdout] | [INFO] [stdout] 3381 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3492:26 [INFO] [stdout] | [INFO] [stdout] 3492 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MethodTurbofish` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3617:26 [INFO] [stdout] | [INFO] [stdout] 3617 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3659:26 [INFO] [stdout] | [INFO] [stdout] 3659 | impl Debug for Lite { [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3704:60 [INFO] [stdout] | [INFO] [stdout] 3704 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatBox` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3897:26 [INFO] [stdout] | [INFO] [stdout] 3897 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatIdent` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3908:26 [INFO] [stdout] | [INFO] [stdout] 3908 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3943:52 [INFO] [stdout] | [INFO] [stdout] 3943 | struct Print((syn::token::At, Box)); [INFO] [stdout] | ^^^ help: a struct with a similar name exists: `Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/path.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / ast_struct! { [INFO] [stdout] 5 | | /// A path at which a named item is exported: `std::collections::HashMap`. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// *This type is available if Syn is built with the `"derive"` or `"full"` [INFO] [stdout] ... | [INFO] [stdout] 12 | | } [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- similarly named struct `Path` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatLit` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3959:26 [INFO] [stdout] | [INFO] [stdout] 3959 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3970:26 [INFO] [stdout] | [INFO] [stdout] 3970 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatOr` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:3981:26 [INFO] [stdout] | [INFO] [stdout] 3981 | impl Debug for Lite { [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatPath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4006:26 [INFO] [stdout] | [INFO] [stdout] 4006 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRange` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4033:26 [INFO] [stdout] | [INFO] [stdout] 4033 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatReference` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4046:26 [INFO] [stdout] | [INFO] [stdout] 4046 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `ExprReference` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/expr.rs:574:1 [INFO] [stdout] | [INFO] [stdout] 574 | / ast_struct! { [INFO] [stdout] 575 | | /// A referencing operation: `&a` or `&mut a`. [INFO] [stdout] 576 | | /// [INFO] [stdout] 577 | | /// *This type is available if Syn is built with the `"full"` feature.* [INFO] [stdout] ... | [INFO] [stdout] 584 | | } [INFO] [stdout] 585 | | } [INFO] [stdout] | |_- similarly named struct `ExprReference` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatRest` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4069:26 [INFO] [stdout] | [INFO] [stdout] 4069 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatSlice` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4079:26 [INFO] [stdout] | [INFO] [stdout] 4079 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4092:26 [INFO] [stdout] | [INFO] [stdout] 4092 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `DataStruct` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/derive.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / ast_struct! { [INFO] [stdout] 54 | | /// A struct input to a `proc_macro_derive` macro. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// *This type is available if Syn is built with the `"derive"` [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- similarly named struct `DataStruct` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTuple` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4118:26 [INFO] [stdout] | [INFO] [stdout] 4118 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4131:26 [INFO] [stdout] | [INFO] [stdout] 4131 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4143:26 [INFO] [stdout] | [INFO] [stdout] 4143 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatWild` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4155:26 [INFO] [stdout] | [INFO] [stdout] 4155 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4299:26 [INFO] [stdout] | [INFO] [stdout] 4299 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Receiver` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4314:26 [INFO] [stdout] | [INFO] [stdout] 4314 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::debug::fmt::string::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::macros::syn::thread::thread::thread::env::sys::ext::net::sys_common::backtrace::backtrace_rs::symbolize::gimli::mystd::sync::mpsc::Receiver; [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::Receiver; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signature` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4387:26 [INFO] [stdout] | [INFO] [stdout] 4387 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4451:31 [INFO] [stdout] | [INFO] [stdout] 4451 | struct Print(syn::Variadic); [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4468:26 [INFO] [stdout] | [INFO] [stdout] 4468 | impl Debug for Lite { [INFO] [stdout] | ^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4550:26 [INFO] [stdout] | [INFO] [stdout] 4550 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4588:39 [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4588 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4588 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4686:26 [INFO] [stdout] | [INFO] [stdout] 4686 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4714:26 [INFO] [stdout] | [INFO] [stdout] 4714 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemMethod` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4737:26 [INFO] [stdout] | [INFO] [stdout] 4737 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4748:31 [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(syn::Block); [INFO] [stdout] | ^^^^^ not found in `syn` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::macros::syn::Expr::Block` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4748 | struct Print(crate::macros::syn::Expr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4748 | struct Print(syn::Expr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:4776:26 [INFO] [stdout] | [INFO] [stdout] 4776 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGlob` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5398:26 [INFO] [stdout] | [INFO] [stdout] 5398 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseGroup` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5405:26 [INFO] [stdout] | [INFO] [stdout] 5405 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseName` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5415:26 [INFO] [stdout] | [INFO] [stdout] 5415 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UsePath` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5423:26 [INFO] [stdout] | [INFO] [stdout] 5423 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseRename` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5432:26 [INFO] [stdout] | [INFO] [stdout] 5432 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5441:26 [INFO] [stdout] | [INFO] [stdout] 5441 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variadic` in crate `syn` [INFO] [stdout] --> tests/macros/../debug/gen.rs:5483:26 [INFO] [stdout] | [INFO] [stdout] 5483 | impl Debug for Lite { [INFO] [stdout] | ^^^^^^^^ not found in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/../debug/gen.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | formatter.field("attrs", Lite(&_val.attrs)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_grouping`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required for the cast to the object type `dyn Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 151 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/../debug/gen.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | formatter.field("attrs", Lite(&_val.attrs)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_attribute`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required for the cast to the object type `dyn Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 151 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::Meta` [INFO] [stdout] --> tests/test_meta.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | syn::Meta [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/mod.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | insta::assert_debug_snapshot_matches!(debug, @$snapshot); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/test_asyncness.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / snapshot!(input as Item, @r###" [INFO] [stdout] 15 | | ⋮Item::Fn { [INFO] [stdout] 16 | | ⋮ vis: Inherited, [INFO] [stdout] 17 | | ⋮ sig: Signature { [INFO] [stdout] ... | [INFO] [stdout] 24 | | ⋮} [INFO] [stdout] 25 | | "###); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_asyncness`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Meta` doesn't implement `Debug` [INFO] [stdout] --> tests/test_meta.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::Meta` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Meta` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&syn::Meta` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::Meta` [INFO] [stdout] --> tests/test_meta.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | syn::Meta [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 152 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Meta` doesn't implement `Debug` [INFO] [stdout] --> tests/test_meta.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::Meta` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Meta` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&syn::Meta` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::Meta` [INFO] [stdout] --> tests/test_meta.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | syn::Meta [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Meta` doesn't implement `Debug` [INFO] [stdout] --> tests/test_meta.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::Meta` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Meta` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&syn::Meta` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::Meta` [INFO] [stdout] --> tests/test_meta.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | syn::Meta [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Meta` doesn't implement `Debug` [INFO] [stdout] --> tests/test_meta.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::Meta` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Meta` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&syn::Meta` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ExprRange: Parse` is not satisfied [INFO] [stdout] --> tests/test_expr.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | let expr_range: ExprRange = syn::parse2(tt).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ the trait `Parse` is not implemented for `ExprRange` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:852:18 [INFO] [stdout] | [INFO] [stdout] 852 | pub fn parse2(tokens: proc_macro2::TokenStream) -> Result { [INFO] [stdout] | ------------ required by this bound in `syn::parse2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Expr` [INFO] [stdout] --> tests/test_expr.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(expr, Expr::Range(expr_range)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | Expr [INFO] [stdout] | Expr [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::Meta` [INFO] [stdout] --> tests/test_meta.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | syn::Meta [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Expr` doesn't implement `Debug` [INFO] [stdout] --> tests/test_expr.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(expr, Expr::Range(expr_range)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Expr` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `Expr` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Expr` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Meta` doesn't implement `Debug` [INFO] [stdout] --> tests/test_meta.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | assert_eq!(meta, inner.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::Meta` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Meta` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&syn::Meta` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Expr` doesn't implement `Debug` [INFO] [stdout] --> tests/test_expr.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(expr, Expr::Range(expr_range)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Expr` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `Expr` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Expr` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/../debug/gen.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | formatter.field("attrs", Lite(&_val.attrs)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_meta`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required for the cast to the object type `dyn Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 161 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0277, E0369, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/../debug/gen.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | formatter.field("attrs", Lite(&_val.attrs)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_expr`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required for the cast to the object type `dyn Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 154 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0277, E0369, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Lite<&_>: Debug` [INFO] [stdout] --> tests/macros/mod.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | insta::assert_debug_snapshot_matches!(debug, @$snapshot); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/test_generics.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / snapshot!(input as ItemFn, @r###" [INFO] [stdout] 190 | | ⋮ItemFn { [INFO] [stdout] 191 | | ⋮ vis: Inherited, [INFO] [stdout] 192 | | ⋮ sig: Signature { [INFO] [stdout] ... | [INFO] [stdout] 259 | | ⋮} [INFO] [stdout] 260 | | "###); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`test_generics`) [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Lite<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&_>` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 152 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0275, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "278aec4e6f7fa6c700d4e0ef70dc91f8e23fd1a265a564c494b3f073e6eac024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "278aec4e6f7fa6c700d4e0ef70dc91f8e23fd1a265a564c494b3f073e6eac024", kill_on_drop: false }` [INFO] [stdout] 278aec4e6f7fa6c700d4e0ef70dc91f8e23fd1a265a564c494b3f073e6eac024