[INFO] fetching crate syn-fold 0.0.1...
[INFO] testing syn-fold-0.0.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate syn-fold 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate syn-fold 0.0.1
[INFO] finished tweaking crates.io crate syn-fold 0.0.1
[INFO] tweaked toml for crates.io crate syn-fold 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate syn-fold 0.0.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8551a2de14484ef1ff926a8f1181f90b179ec5cda88549fcbe1af51e871df3fb
[INFO] running `Command { std: "docker" "start" "-a" "8551a2de14484ef1ff926a8f1181f90b179ec5cda88549fcbe1af51e871df3fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8551a2de14484ef1ff926a8f1181f90b179ec5cda88549fcbe1af51e871df3fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8551a2de14484ef1ff926a8f1181f90b179ec5cda88549fcbe1af51e871df3fb", kill_on_drop: false }`
[INFO] [stdout] 8551a2de14484ef1ff926a8f1181f90b179ec5cda88549fcbe1af51e871df3fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0afac6e424cb8595b703748912e0340d14e0798d3a5ce0f39bf8af3423d9e999
[INFO] running `Command { std: "docker" "start" "-a" "0afac6e424cb8595b703748912e0340d14e0798d3a5ce0f39bf8af3423d9e999", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling syn-fold v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stdout] error[E0433]: failed to resolve: could not find `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1077:16
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         crate::AttrStyle::Outer => crate::AttrStyle::Outer,
[INFO] [stdout]      |                ^^^^^^^^^
[INFO] [stdout]      |                |
[INFO] [stdout]      |                could not find `AttrStyle` in the crate root
[INFO] [stdout]      |                help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1077:43
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         crate::AttrStyle::Outer => crate::AttrStyle::Outer,
[INFO] [stdout]      |                                           ^^^^^^^^^
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           could not find `AttrStyle` in the crate root
[INFO] [stdout]      |                                           help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1078:16
[INFO] [stdout]      |
[INFO] [stdout] 1078 |         crate::AttrStyle::Inner(_binding_0) => crate::AttrStyle::Inner(_binding_0),
[INFO] [stdout]      |                ^^^^^^^^^
[INFO] [stdout]      |                |
[INFO] [stdout]      |                could not find `AttrStyle` in the crate root
[INFO] [stdout]      |                help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1078:55
[INFO] [stdout]      |
[INFO] [stdout] 1078 |         crate::AttrStyle::Inner(_binding_0) => crate::AttrStyle::Inner(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^^^^^
[INFO] [stdout]      |                                                       |
[INFO] [stdout]      |                                                       could not find `AttrStyle` in the crate root
[INFO] [stdout]      |                                                       help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1126:16
[INFO] [stdout]      |
[INFO] [stdout] 1126 |         crate::BinOp::Add(_binding_0) => crate::BinOp::Add(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1126:49
[INFO] [stdout]      |
[INFO] [stdout] 1126 |         crate::BinOp::Add(_binding_0) => crate::BinOp::Add(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1127:16
[INFO] [stdout]      |
[INFO] [stdout] 1127 |         crate::BinOp::Sub(_binding_0) => crate::BinOp::Sub(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1127:49
[INFO] [stdout]      |
[INFO] [stdout] 1127 |         crate::BinOp::Sub(_binding_0) => crate::BinOp::Sub(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1128:16
[INFO] [stdout]      |
[INFO] [stdout] 1128 |         crate::BinOp::Mul(_binding_0) => crate::BinOp::Mul(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1128:49
[INFO] [stdout]      |
[INFO] [stdout] 1128 |         crate::BinOp::Mul(_binding_0) => crate::BinOp::Mul(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1129:16
[INFO] [stdout]      |
[INFO] [stdout] 1129 |         crate::BinOp::Div(_binding_0) => crate::BinOp::Div(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1129:49
[INFO] [stdout]      |
[INFO] [stdout] 1129 |         crate::BinOp::Div(_binding_0) => crate::BinOp::Div(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1130:16
[INFO] [stdout]      |
[INFO] [stdout] 1130 |         crate::BinOp::Rem(_binding_0) => crate::BinOp::Rem(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1130:49
[INFO] [stdout]      |
[INFO] [stdout] 1130 |         crate::BinOp::Rem(_binding_0) => crate::BinOp::Rem(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1131:16
[INFO] [stdout]      |
[INFO] [stdout] 1131 |         crate::BinOp::And(_binding_0) => crate::BinOp::And(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1131:49
[INFO] [stdout]      |
[INFO] [stdout] 1131 |         crate::BinOp::And(_binding_0) => crate::BinOp::And(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1132:16
[INFO] [stdout]      |
[INFO] [stdout] 1132 |         crate::BinOp::Or(_binding_0) => crate::BinOp::Or(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1132:48
[INFO] [stdout]      |
[INFO] [stdout] 1132 |         crate::BinOp::Or(_binding_0) => crate::BinOp::Or(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1133:16
[INFO] [stdout]      |
[INFO] [stdout] 1133 |         crate::BinOp::BitXor(_binding_0) => crate::BinOp::BitXor(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1133:52
[INFO] [stdout]      |
[INFO] [stdout] 1133 |         crate::BinOp::BitXor(_binding_0) => crate::BinOp::BitXor(_binding_0),
[INFO] [stdout]      |                                                    ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1134:16
[INFO] [stdout]      |
[INFO] [stdout] 1134 |         crate::BinOp::BitAnd(_binding_0) => crate::BinOp::BitAnd(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1134:52
[INFO] [stdout]      |
[INFO] [stdout] 1134 |         crate::BinOp::BitAnd(_binding_0) => crate::BinOp::BitAnd(_binding_0),
[INFO] [stdout]      |                                                    ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1135:16
[INFO] [stdout]      |
[INFO] [stdout] 1135 |         crate::BinOp::BitOr(_binding_0) => crate::BinOp::BitOr(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1135:51
[INFO] [stdout]      |
[INFO] [stdout] 1135 |         crate::BinOp::BitOr(_binding_0) => crate::BinOp::BitOr(_binding_0),
[INFO] [stdout]      |                                                   ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1136:16
[INFO] [stdout]      |
[INFO] [stdout] 1136 |         crate::BinOp::Shl(_binding_0) => crate::BinOp::Shl(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1136:49
[INFO] [stdout]      |
[INFO] [stdout] 1136 |         crate::BinOp::Shl(_binding_0) => crate::BinOp::Shl(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1137:16
[INFO] [stdout]      |
[INFO] [stdout] 1137 |         crate::BinOp::Shr(_binding_0) => crate::BinOp::Shr(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1137:49
[INFO] [stdout]      |
[INFO] [stdout] 1137 |         crate::BinOp::Shr(_binding_0) => crate::BinOp::Shr(_binding_0),
[INFO] [stdout]      |                                                 ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1138:16
[INFO] [stdout]      |
[INFO] [stdout] 1138 |         crate::BinOp::Eq(_binding_0) => crate::BinOp::Eq(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1138:48
[INFO] [stdout]      |
[INFO] [stdout] 1138 |         crate::BinOp::Eq(_binding_0) => crate::BinOp::Eq(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1139:16
[INFO] [stdout]      |
[INFO] [stdout] 1139 |         crate::BinOp::Lt(_binding_0) => crate::BinOp::Lt(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1139:48
[INFO] [stdout]      |
[INFO] [stdout] 1139 |         crate::BinOp::Lt(_binding_0) => crate::BinOp::Lt(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1140:16
[INFO] [stdout]      |
[INFO] [stdout] 1140 |         crate::BinOp::Le(_binding_0) => crate::BinOp::Le(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1140:48
[INFO] [stdout]      |
[INFO] [stdout] 1140 |         crate::BinOp::Le(_binding_0) => crate::BinOp::Le(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1141:16
[INFO] [stdout]      |
[INFO] [stdout] 1141 |         crate::BinOp::Ne(_binding_0) => crate::BinOp::Ne(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1141:48
[INFO] [stdout]      |
[INFO] [stdout] 1141 |         crate::BinOp::Ne(_binding_0) => crate::BinOp::Ne(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1142:16
[INFO] [stdout]      |
[INFO] [stdout] 1142 |         crate::BinOp::Ge(_binding_0) => crate::BinOp::Ge(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1142:48
[INFO] [stdout]      |
[INFO] [stdout] 1142 |         crate::BinOp::Ge(_binding_0) => crate::BinOp::Ge(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1143:16
[INFO] [stdout]      |
[INFO] [stdout] 1143 |         crate::BinOp::Gt(_binding_0) => crate::BinOp::Gt(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1143:48
[INFO] [stdout]      |
[INFO] [stdout] 1143 |         crate::BinOp::Gt(_binding_0) => crate::BinOp::Gt(_binding_0),
[INFO] [stdout]      |                                                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1144:16
[INFO] [stdout]      |
[INFO] [stdout] 1144 |         crate::BinOp::AddAssign(_binding_0) => crate::BinOp::AddAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1144:55
[INFO] [stdout]      |
[INFO] [stdout] 1144 |         crate::BinOp::AddAssign(_binding_0) => crate::BinOp::AddAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1145:16
[INFO] [stdout]      |
[INFO] [stdout] 1145 |         crate::BinOp::SubAssign(_binding_0) => crate::BinOp::SubAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1145:55
[INFO] [stdout]      |
[INFO] [stdout] 1145 |         crate::BinOp::SubAssign(_binding_0) => crate::BinOp::SubAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1146:16
[INFO] [stdout]      |
[INFO] [stdout] 1146 |         crate::BinOp::MulAssign(_binding_0) => crate::BinOp::MulAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1146:55
[INFO] [stdout]      |
[INFO] [stdout] 1146 |         crate::BinOp::MulAssign(_binding_0) => crate::BinOp::MulAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1147:16
[INFO] [stdout]      |
[INFO] [stdout] 1147 |         crate::BinOp::DivAssign(_binding_0) => crate::BinOp::DivAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1147:55
[INFO] [stdout]      |
[INFO] [stdout] 1147 |         crate::BinOp::DivAssign(_binding_0) => crate::BinOp::DivAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1148:16
[INFO] [stdout]      |
[INFO] [stdout] 1148 |         crate::BinOp::RemAssign(_binding_0) => crate::BinOp::RemAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1148:55
[INFO] [stdout]      |
[INFO] [stdout] 1148 |         crate::BinOp::RemAssign(_binding_0) => crate::BinOp::RemAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1149:16
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         crate::BinOp::BitXorAssign(_binding_0) => crate::BinOp::BitXorAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1149:58
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         crate::BinOp::BitXorAssign(_binding_0) => crate::BinOp::BitXorAssign(_binding_0),
[INFO] [stdout]      |                                                          ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1150:16
[INFO] [stdout]      |
[INFO] [stdout] 1150 |         crate::BinOp::BitAndAssign(_binding_0) => crate::BinOp::BitAndAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1150:58
[INFO] [stdout]      |
[INFO] [stdout] 1150 |         crate::BinOp::BitAndAssign(_binding_0) => crate::BinOp::BitAndAssign(_binding_0),
[INFO] [stdout]      |                                                          ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1151:16
[INFO] [stdout]      |
[INFO] [stdout] 1151 |         crate::BinOp::BitOrAssign(_binding_0) => crate::BinOp::BitOrAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1151:57
[INFO] [stdout]      |
[INFO] [stdout] 1151 |         crate::BinOp::BitOrAssign(_binding_0) => crate::BinOp::BitOrAssign(_binding_0),
[INFO] [stdout]      |                                                         ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1152:16
[INFO] [stdout]      |
[INFO] [stdout] 1152 |         crate::BinOp::ShlAssign(_binding_0) => crate::BinOp::ShlAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1152:55
[INFO] [stdout]      |
[INFO] [stdout] 1152 |         crate::BinOp::ShlAssign(_binding_0) => crate::BinOp::ShlAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1153:16
[INFO] [stdout]      |
[INFO] [stdout] 1153 |         crate::BinOp::ShrAssign(_binding_0) => crate::BinOp::ShrAssign(_binding_0),
[INFO] [stdout]      |                ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1153:55
[INFO] [stdout]      |
[INFO] [stdout] 1153 |         crate::BinOp::ShrAssign(_binding_0) => crate::BinOp::ShrAssign(_binding_0),
[INFO] [stdout]      |                                                       ^^^^^ could not find `BinOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1221:16
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         crate::Data::Struct(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1222:20
[INFO] [stdout]      |
[INFO] [stdout] 1222 |             crate::Data::Struct(f.fold_data_struct(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1224:16
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         crate::Data::Enum(_binding_0) => crate::Data::Enum(f.fold_data_enum(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1224:49
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         crate::Data::Enum(_binding_0) => crate::Data::Enum(f.fold_data_enum(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1225:16
[INFO] [stdout]      |
[INFO] [stdout] 1225 |         crate::Data::Union(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1226:20
[INFO] [stdout]      |
[INFO] [stdout] 1226 |             crate::Data::Union(f.fold_data_union(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Data` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1286:16
[INFO] [stdout]      |
[INFO] [stdout] 1286 |         crate::Expr::Array(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1287:20
[INFO] [stdout]      |
[INFO] [stdout] 1287 |             crate::Expr::Array(full!(f.fold_expr_array(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1289:16
[INFO] [stdout]      |
[INFO] [stdout] 1289 |         crate::Expr::Assign(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1290:20
[INFO] [stdout]      |
[INFO] [stdout] 1290 |             crate::Expr::Assign(full!(f.fold_expr_assign(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1292:16
[INFO] [stdout]      |
[INFO] [stdout] 1292 |         crate::Expr::Async(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1293:20
[INFO] [stdout]      |
[INFO] [stdout] 1293 |             crate::Expr::Async(full!(f.fold_expr_async(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1295:16
[INFO] [stdout]      |
[INFO] [stdout] 1295 |         crate::Expr::Await(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1296:20
[INFO] [stdout]      |
[INFO] [stdout] 1296 |             crate::Expr::Await(full!(f.fold_expr_await(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1298:16
[INFO] [stdout]      |
[INFO] [stdout] 1298 |         crate::Expr::Binary(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1299:20
[INFO] [stdout]      |
[INFO] [stdout] 1299 |             crate::Expr::Binary(f.fold_expr_binary(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1301:16
[INFO] [stdout]      |
[INFO] [stdout] 1301 |         crate::Expr::Block(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1302:20
[INFO] [stdout]      |
[INFO] [stdout] 1302 |             crate::Expr::Block(full!(f.fold_expr_block(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1304:16
[INFO] [stdout]      |
[INFO] [stdout] 1304 |         crate::Expr::Break(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1305:20
[INFO] [stdout]      |
[INFO] [stdout] 1305 |             crate::Expr::Break(full!(f.fold_expr_break(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1307:16
[INFO] [stdout]      |
[INFO] [stdout] 1307 |         crate::Expr::Call(_binding_0) => crate::Expr::Call(f.fold_expr_call(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1307:49
[INFO] [stdout]      |
[INFO] [stdout] 1307 |         crate::Expr::Call(_binding_0) => crate::Expr::Call(f.fold_expr_call(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1308:16
[INFO] [stdout]      |
[INFO] [stdout] 1308 |         crate::Expr::Cast(_binding_0) => crate::Expr::Cast(f.fold_expr_cast(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1308:49
[INFO] [stdout]      |
[INFO] [stdout] 1308 |         crate::Expr::Cast(_binding_0) => crate::Expr::Cast(f.fold_expr_cast(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1309:16
[INFO] [stdout]      |
[INFO] [stdout] 1309 |         crate::Expr::Closure(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1310:20
[INFO] [stdout]      |
[INFO] [stdout] 1310 |             crate::Expr::Closure(full!(f.fold_expr_closure(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1312:16
[INFO] [stdout]      |
[INFO] [stdout] 1312 |         crate::Expr::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1313:20
[INFO] [stdout]      |
[INFO] [stdout] 1313 |             crate::Expr::Const(full!(f.fold_expr_const(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1315:16
[INFO] [stdout]      |
[INFO] [stdout] 1315 |         crate::Expr::Continue(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1316:20
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             crate::Expr::Continue(full!(f.fold_expr_continue(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1318:16
[INFO] [stdout]      |
[INFO] [stdout] 1318 |         crate::Expr::Field(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1319:20
[INFO] [stdout]      |
[INFO] [stdout] 1319 |             crate::Expr::Field(f.fold_expr_field(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1321:16
[INFO] [stdout]      |
[INFO] [stdout] 1321 |         crate::Expr::ForLoop(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1322:20
[INFO] [stdout]      |
[INFO] [stdout] 1322 |             crate::Expr::ForLoop(full!(f.fold_expr_for_loop(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1324:16
[INFO] [stdout]      |
[INFO] [stdout] 1324 |         crate::Expr::Group(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1325:20
[INFO] [stdout]      |
[INFO] [stdout] 1325 |             crate::Expr::Group(f.fold_expr_group(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1327:16
[INFO] [stdout]      |
[INFO] [stdout] 1327 |         crate::Expr::If(_binding_0) => crate::Expr::If(full!(f.fold_expr_if(_binding_0))),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1327:47
[INFO] [stdout]      |
[INFO] [stdout] 1327 |         crate::Expr::If(_binding_0) => crate::Expr::If(full!(f.fold_expr_if(_binding_0))),
[INFO] [stdout]      |                                               ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1328:16
[INFO] [stdout]      |
[INFO] [stdout] 1328 |         crate::Expr::Index(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1329:20
[INFO] [stdout]      |
[INFO] [stdout] 1329 |             crate::Expr::Index(f.fold_expr_index(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1331:16
[INFO] [stdout]      |
[INFO] [stdout] 1331 |         crate::Expr::Infer(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1332:20
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             crate::Expr::Infer(full!(f.fold_expr_infer(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1334:16
[INFO] [stdout]      |
[INFO] [stdout] 1334 |         crate::Expr::Let(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1335:20
[INFO] [stdout]      |
[INFO] [stdout] 1335 |             crate::Expr::Let(full!(f.fold_expr_let(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1337:16
[INFO] [stdout]      |
[INFO] [stdout] 1337 |         crate::Expr::Lit(_binding_0) => crate::Expr::Lit(f.fold_expr_lit(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1337:48
[INFO] [stdout]      |
[INFO] [stdout] 1337 |         crate::Expr::Lit(_binding_0) => crate::Expr::Lit(f.fold_expr_lit(_binding_0)),
[INFO] [stdout]      |                                                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1338:16
[INFO] [stdout]      |
[INFO] [stdout] 1338 |         crate::Expr::Loop(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1339:20
[INFO] [stdout]      |
[INFO] [stdout] 1339 |             crate::Expr::Loop(full!(f.fold_expr_loop(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1341:16
[INFO] [stdout]      |
[INFO] [stdout] 1341 |         crate::Expr::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1342:20
[INFO] [stdout]      |
[INFO] [stdout] 1342 |             crate::Expr::Macro(f.fold_expr_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1344:16
[INFO] [stdout]      |
[INFO] [stdout] 1344 |         crate::Expr::Match(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1345:20
[INFO] [stdout]      |
[INFO] [stdout] 1345 |             crate::Expr::Match(full!(f.fold_expr_match(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1347:16
[INFO] [stdout]      |
[INFO] [stdout] 1347 |         crate::Expr::MethodCall(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1348:20
[INFO] [stdout]      |
[INFO] [stdout] 1348 |             crate::Expr::MethodCall(f.fold_expr_method_call(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1350:16
[INFO] [stdout]      |
[INFO] [stdout] 1350 |         crate::Expr::Paren(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1351:20
[INFO] [stdout]      |
[INFO] [stdout] 1351 |             crate::Expr::Paren(f.fold_expr_paren(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1353:16
[INFO] [stdout]      |
[INFO] [stdout] 1353 |         crate::Expr::Path(_binding_0) => crate::Expr::Path(f.fold_expr_path(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1353:49
[INFO] [stdout]      |
[INFO] [stdout] 1353 |         crate::Expr::Path(_binding_0) => crate::Expr::Path(f.fold_expr_path(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1354:16
[INFO] [stdout]      |
[INFO] [stdout] 1354 |         crate::Expr::Range(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1355:20
[INFO] [stdout]      |
[INFO] [stdout] 1355 |             crate::Expr::Range(full!(f.fold_expr_range(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1357:16
[INFO] [stdout]      |
[INFO] [stdout] 1357 |         crate::Expr::RawAddr(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1358:20
[INFO] [stdout]      |
[INFO] [stdout] 1358 |             crate::Expr::RawAddr(full!(f.fold_expr_raw_addr(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1360:16
[INFO] [stdout]      |
[INFO] [stdout] 1360 |         crate::Expr::Reference(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1361:20
[INFO] [stdout]      |
[INFO] [stdout] 1361 |             crate::Expr::Reference(f.fold_expr_reference(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1363:16
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         crate::Expr::Repeat(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1364:20
[INFO] [stdout]      |
[INFO] [stdout] 1364 |             crate::Expr::Repeat(full!(f.fold_expr_repeat(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1366:16
[INFO] [stdout]      |
[INFO] [stdout] 1366 |         crate::Expr::Return(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1367:20
[INFO] [stdout]      |
[INFO] [stdout] 1367 |             crate::Expr::Return(full!(f.fold_expr_return(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1369:16
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         crate::Expr::Struct(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1370:20
[INFO] [stdout]      |
[INFO] [stdout] 1370 |             crate::Expr::Struct(f.fold_expr_struct(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1372:16
[INFO] [stdout]      |
[INFO] [stdout] 1372 |         crate::Expr::Try(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1373:20
[INFO] [stdout]      |
[INFO] [stdout] 1373 |             crate::Expr::Try(full!(f.fold_expr_try(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1375:16
[INFO] [stdout]      |
[INFO] [stdout] 1375 |         crate::Expr::TryBlock(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1376:20
[INFO] [stdout]      |
[INFO] [stdout] 1376 |             crate::Expr::TryBlock(full!(f.fold_expr_try_block(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1378:16
[INFO] [stdout]      |
[INFO] [stdout] 1378 |         crate::Expr::Tuple(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1379:20
[INFO] [stdout]      |
[INFO] [stdout] 1379 |             crate::Expr::Tuple(f.fold_expr_tuple(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1381:16
[INFO] [stdout]      |
[INFO] [stdout] 1381 |         crate::Expr::Unary(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1382:20
[INFO] [stdout]      |
[INFO] [stdout] 1382 |             crate::Expr::Unary(f.fold_expr_unary(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1384:16
[INFO] [stdout]      |
[INFO] [stdout] 1384 |         crate::Expr::Unsafe(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1385:20
[INFO] [stdout]      |
[INFO] [stdout] 1385 |             crate::Expr::Unsafe(full!(f.fold_expr_unsafe(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1387:16
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         crate::Expr::Verbatim(_binding_0) => crate::Expr::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1387:53
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         crate::Expr::Verbatim(_binding_0) => crate::Expr::Verbatim(_binding_0),
[INFO] [stdout]      |                                                     ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1388:16
[INFO] [stdout]      |
[INFO] [stdout] 1388 |         crate::Expr::While(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1389:20
[INFO] [stdout]      |
[INFO] [stdout] 1389 |             crate::Expr::While(full!(f.fold_expr_while(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1391:16
[INFO] [stdout]      |
[INFO] [stdout] 1391 |         crate::Expr::Yield(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1392:20
[INFO] [stdout]      |
[INFO] [stdout] 1392 |             crate::Expr::Yield(full!(f.fold_expr_yield(_binding_0)))
[INFO] [stdout]      |                    ^^^^ could not find `Expr` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FieldMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:1943:16
[INFO] [stdout]      |
[INFO] [stdout] 1943 |         crate::FieldMutability::None => crate::FieldMutability::None,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `FieldMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FieldMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:1943:48
[INFO] [stdout]      |
[INFO] [stdout] 1943 |         crate::FieldMutability::None => crate::FieldMutability::None,
[INFO] [stdout]      |                                                ^^^^^^^^^^^^^^^ could not find `FieldMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1981:16
[INFO] [stdout]      |
[INFO] [stdout] 1981 |         crate::Fields::Named(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1982:20
[INFO] [stdout]      |
[INFO] [stdout] 1982 |             crate::Fields::Named(f.fold_fields_named(_binding_0))
[INFO] [stdout]      |                    ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1984:16
[INFO] [stdout]      |
[INFO] [stdout] 1984 |         crate::Fields::Unnamed(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1985:20
[INFO] [stdout]      |
[INFO] [stdout] 1985 |             crate::Fields::Unnamed(f.fold_fields_unnamed(_binding_0))
[INFO] [stdout]      |                    ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1987:16
[INFO] [stdout]      |
[INFO] [stdout] 1987 |         crate::Fields::Unit => crate::Fields::Unit,
[INFO] [stdout]      |                ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1987:39
[INFO] [stdout]      |
[INFO] [stdout] 1987 |         crate::Fields::Unit => crate::Fields::Unit,
[INFO] [stdout]      |                                       ^^^^^^ could not find `Fields` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2034:16
[INFO] [stdout]      |
[INFO] [stdout] 2034 |         crate::FnArg::Receiver(_binding_0) => {
[INFO] [stdout]      |                ^^^^^ could not find `FnArg` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2035:20
[INFO] [stdout]      |
[INFO] [stdout] 2035 |             crate::FnArg::Receiver(f.fold_receiver(_binding_0))
[INFO] [stdout]      |                    ^^^^^ could not find `FnArg` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2037:16
[INFO] [stdout]      |
[INFO] [stdout] 2037 |         crate::FnArg::Typed(_binding_0) => {
[INFO] [stdout]      |                ^^^^^ could not find `FnArg` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2038:20
[INFO] [stdout]      |
[INFO] [stdout] 2038 |             crate::FnArg::Typed(f.fold_pat_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^ could not find `FnArg` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2049:16
[INFO] [stdout]      |
[INFO] [stdout] 2049 |         crate::ForeignItem::Fn(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2050:20
[INFO] [stdout]      |
[INFO] [stdout] 2050 |             crate::ForeignItem::Fn(f.fold_foreign_item_fn(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2052:16
[INFO] [stdout]      |
[INFO] [stdout] 2052 |         crate::ForeignItem::Static(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2053:20
[INFO] [stdout]      |
[INFO] [stdout] 2053 |             crate::ForeignItem::Static(f.fold_foreign_item_static(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2055:16
[INFO] [stdout]      |
[INFO] [stdout] 2055 |         crate::ForeignItem::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2056:20
[INFO] [stdout]      |
[INFO] [stdout] 2056 |             crate::ForeignItem::Type(f.fold_foreign_item_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2058:16
[INFO] [stdout]      |
[INFO] [stdout] 2058 |         crate::ForeignItem::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2059:20
[INFO] [stdout]      |
[INFO] [stdout] 2059 |             crate::ForeignItem::Macro(f.fold_foreign_item_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2061:16
[INFO] [stdout]      |
[INFO] [stdout] 2061 |         crate::ForeignItem::Verbatim(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2062:20
[INFO] [stdout]      |
[INFO] [stdout] 2062 |             crate::ForeignItem::Verbatim(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `ForeignItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2147:16
[INFO] [stdout]      |
[INFO] [stdout] 2147 |         crate::GenericArgument::Lifetime(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2148:20
[INFO] [stdout]      |
[INFO] [stdout] 2148 |             crate::GenericArgument::Lifetime(f.fold_lifetime(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2150:16
[INFO] [stdout]      |
[INFO] [stdout] 2150 |         crate::GenericArgument::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2151:20
[INFO] [stdout]      |
[INFO] [stdout] 2151 |             crate::GenericArgument::Type(f.fold_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2153:16
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         crate::GenericArgument::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2154:20
[INFO] [stdout]      |
[INFO] [stdout] 2154 |             crate::GenericArgument::Const(f.fold_expr(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2156:16
[INFO] [stdout]      |
[INFO] [stdout] 2156 |         crate::GenericArgument::AssocType(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2157:20
[INFO] [stdout]      |
[INFO] [stdout] 2157 |             crate::GenericArgument::AssocType(f.fold_assoc_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2159:16
[INFO] [stdout]      |
[INFO] [stdout] 2159 |         crate::GenericArgument::AssocConst(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2160:20
[INFO] [stdout]      |
[INFO] [stdout] 2160 |             crate::GenericArgument::AssocConst(f.fold_assoc_const(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2162:16
[INFO] [stdout]      |
[INFO] [stdout] 2162 |         crate::GenericArgument::Constraint(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2163:20
[INFO] [stdout]      |
[INFO] [stdout] 2163 |             crate::GenericArgument::Constraint(f.fold_constraint(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^ could not find `GenericArgument` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2176:16
[INFO] [stdout]      |
[INFO] [stdout] 2176 |         crate::GenericParam::Lifetime(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2177:20
[INFO] [stdout]      |
[INFO] [stdout] 2177 |             crate::GenericParam::Lifetime(f.fold_lifetime_param(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2179:16
[INFO] [stdout]      |
[INFO] [stdout] 2179 |         crate::GenericParam::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2180:20
[INFO] [stdout]      |
[INFO] [stdout] 2180 |             crate::GenericParam::Type(f.fold_type_param(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2182:16
[INFO] [stdout]      |
[INFO] [stdout] 2182 |         crate::GenericParam::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2183:20
[INFO] [stdout]      |
[INFO] [stdout] 2183 |             crate::GenericParam::Const(f.fold_const_param(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^ could not find `GenericParam` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2216:16
[INFO] [stdout]      |
[INFO] [stdout] 2216 |         crate::ImplItem::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2217:20
[INFO] [stdout]      |
[INFO] [stdout] 2217 |             crate::ImplItem::Const(f.fold_impl_item_const(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2219:16
[INFO] [stdout]      |
[INFO] [stdout] 2219 |         crate::ImplItem::Fn(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2220:20
[INFO] [stdout]      |
[INFO] [stdout] 2220 |             crate::ImplItem::Fn(f.fold_impl_item_fn(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2222:16
[INFO] [stdout]      |
[INFO] [stdout] 2222 |         crate::ImplItem::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2223:20
[INFO] [stdout]      |
[INFO] [stdout] 2223 |             crate::ImplItem::Type(f.fold_impl_item_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2225:16
[INFO] [stdout]      |
[INFO] [stdout] 2225 |         crate::ImplItem::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2226:20
[INFO] [stdout]      |
[INFO] [stdout] 2226 |             crate::ImplItem::Macro(f.fold_impl_item_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2228:16
[INFO] [stdout]      |
[INFO] [stdout] 2228 |         crate::ImplItem::Verbatim(_binding_0) => crate::ImplItem::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2228:57
[INFO] [stdout]      |
[INFO] [stdout] 2228 |         crate::ImplItem::Verbatim(_binding_0) => crate::ImplItem::Verbatim(_binding_0),
[INFO] [stdout]      |                                                         ^^^^^^^^ could not find `ImplItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2338:16
[INFO] [stdout]      |
[INFO] [stdout] 2338 |         crate::Item::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2339:20
[INFO] [stdout]      |
[INFO] [stdout] 2339 |             crate::Item::Const(f.fold_item_const(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2341:16
[INFO] [stdout]      |
[INFO] [stdout] 2341 |         crate::Item::Enum(_binding_0) => crate::Item::Enum(f.fold_item_enum(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2341:49
[INFO] [stdout]      |
[INFO] [stdout] 2341 |         crate::Item::Enum(_binding_0) => crate::Item::Enum(f.fold_item_enum(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2342:16
[INFO] [stdout]      |
[INFO] [stdout] 2342 |         crate::Item::ExternCrate(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2343:20
[INFO] [stdout]      |
[INFO] [stdout] 2343 |             crate::Item::ExternCrate(f.fold_item_extern_crate(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2345:16
[INFO] [stdout]      |
[INFO] [stdout] 2345 |         crate::Item::Fn(_binding_0) => crate::Item::Fn(f.fold_item_fn(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2345:47
[INFO] [stdout]      |
[INFO] [stdout] 2345 |         crate::Item::Fn(_binding_0) => crate::Item::Fn(f.fold_item_fn(_binding_0)),
[INFO] [stdout]      |                                               ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2346:16
[INFO] [stdout]      |
[INFO] [stdout] 2346 |         crate::Item::ForeignMod(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2347:20
[INFO] [stdout]      |
[INFO] [stdout] 2347 |             crate::Item::ForeignMod(f.fold_item_foreign_mod(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2349:16
[INFO] [stdout]      |
[INFO] [stdout] 2349 |         crate::Item::Impl(_binding_0) => crate::Item::Impl(f.fold_item_impl(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2349:49
[INFO] [stdout]      |
[INFO] [stdout] 2349 |         crate::Item::Impl(_binding_0) => crate::Item::Impl(f.fold_item_impl(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2350:16
[INFO] [stdout]      |
[INFO] [stdout] 2350 |         crate::Item::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2351:20
[INFO] [stdout]      |
[INFO] [stdout] 2351 |             crate::Item::Macro(f.fold_item_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2353:16
[INFO] [stdout]      |
[INFO] [stdout] 2353 |         crate::Item::Mod(_binding_0) => crate::Item::Mod(f.fold_item_mod(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2353:48
[INFO] [stdout]      |
[INFO] [stdout] 2353 |         crate::Item::Mod(_binding_0) => crate::Item::Mod(f.fold_item_mod(_binding_0)),
[INFO] [stdout]      |                                                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2354:16
[INFO] [stdout]      |
[INFO] [stdout] 2354 |         crate::Item::Static(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2355:20
[INFO] [stdout]      |
[INFO] [stdout] 2355 |             crate::Item::Static(f.fold_item_static(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2357:16
[INFO] [stdout]      |
[INFO] [stdout] 2357 |         crate::Item::Struct(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2358:20
[INFO] [stdout]      |
[INFO] [stdout] 2358 |             crate::Item::Struct(f.fold_item_struct(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2360:16
[INFO] [stdout]      |
[INFO] [stdout] 2360 |         crate::Item::Trait(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2361:20
[INFO] [stdout]      |
[INFO] [stdout] 2361 |             crate::Item::Trait(f.fold_item_trait(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2363:16
[INFO] [stdout]      |
[INFO] [stdout] 2363 |         crate::Item::TraitAlias(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2364:20
[INFO] [stdout]      |
[INFO] [stdout] 2364 |             crate::Item::TraitAlias(f.fold_item_trait_alias(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2366:16
[INFO] [stdout]      |
[INFO] [stdout] 2366 |         crate::Item::Type(_binding_0) => crate::Item::Type(f.fold_item_type(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2366:49
[INFO] [stdout]      |
[INFO] [stdout] 2366 |         crate::Item::Type(_binding_0) => crate::Item::Type(f.fold_item_type(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2367:16
[INFO] [stdout]      |
[INFO] [stdout] 2367 |         crate::Item::Union(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2368:20
[INFO] [stdout]      |
[INFO] [stdout] 2368 |             crate::Item::Union(f.fold_item_union(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2370:16
[INFO] [stdout]      |
[INFO] [stdout] 2370 |         crate::Item::Use(_binding_0) => crate::Item::Use(f.fold_item_use(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2370:48
[INFO] [stdout]      |
[INFO] [stdout] 2370 |         crate::Item::Use(_binding_0) => crate::Item::Use(f.fold_item_use(_binding_0)),
[INFO] [stdout]      |                                                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2371:16
[INFO] [stdout]      |
[INFO] [stdout] 2371 |         crate::Item::Verbatim(_binding_0) => crate::Item::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2371:53
[INFO] [stdout]      |
[INFO] [stdout] 2371 |         crate::Item::Verbatim(_binding_0) => crate::Item::Verbatim(_binding_0),
[INFO] [stdout]      |                                                     ^^^^ could not find `Item` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2811:16
[INFO] [stdout]      |
[INFO] [stdout] 2811 |         crate::MacroDelimiter::Paren(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2812:20
[INFO] [stdout]      |
[INFO] [stdout] 2812 |             crate::MacroDelimiter::Paren(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2814:16
[INFO] [stdout]      |
[INFO] [stdout] 2814 |         crate::MacroDelimiter::Brace(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2815:20
[INFO] [stdout]      |
[INFO] [stdout] 2815 |             crate::MacroDelimiter::Brace(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2817:16
[INFO] [stdout]      |
[INFO] [stdout] 2817 |         crate::MacroDelimiter::Bracket(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2818:20
[INFO] [stdout]      |
[INFO] [stdout] 2818 |             crate::MacroDelimiter::Bracket(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `MacroDelimiter` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2829:16
[INFO] [stdout]      |
[INFO] [stdout] 2829 |         crate::Member::Named(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^ could not find `Member` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2830:20
[INFO] [stdout]      |
[INFO] [stdout] 2830 |             crate::Member::Named(f.fold_ident(_binding_0))
[INFO] [stdout]      |                    ^^^^^^ could not find `Member` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2832:16
[INFO] [stdout]      |
[INFO] [stdout] 2832 |         crate::Member::Unnamed(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^ could not find `Member` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2833:20
[INFO] [stdout]      |
[INFO] [stdout] 2833 |             crate::Member::Unnamed(f.fold_index(_binding_0))
[INFO] [stdout]      |                    ^^^^^^ could not find `Member` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2844:16
[INFO] [stdout]      |
[INFO] [stdout] 2844 |         crate::Meta::Path(_binding_0) => crate::Meta::Path(f.fold_path(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2844:49
[INFO] [stdout]      |
[INFO] [stdout] 2844 |         crate::Meta::Path(_binding_0) => crate::Meta::Path(f.fold_path(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2845:16
[INFO] [stdout]      |
[INFO] [stdout] 2845 |         crate::Meta::List(_binding_0) => crate::Meta::List(f.fold_meta_list(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2845:49
[INFO] [stdout]      |
[INFO] [stdout] 2845 |         crate::Meta::List(_binding_0) => crate::Meta::List(f.fold_meta_list(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2846:16
[INFO] [stdout]      |
[INFO] [stdout] 2846 |         crate::Meta::NameValue(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2847:20
[INFO] [stdout]      |
[INFO] [stdout] 2847 |             crate::Meta::NameValue(f.fold_meta_name_value(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Meta` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2900:16
[INFO] [stdout]      |
[INFO] [stdout] 2900 |         crate::Pat::Const(_binding_0) => crate::Pat::Const(f.fold_expr_const(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2900:49
[INFO] [stdout]      |
[INFO] [stdout] 2900 |         crate::Pat::Const(_binding_0) => crate::Pat::Const(f.fold_expr_const(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2901:16
[INFO] [stdout]      |
[INFO] [stdout] 2901 |         crate::Pat::Ident(_binding_0) => crate::Pat::Ident(f.fold_pat_ident(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2901:49
[INFO] [stdout]      |
[INFO] [stdout] 2901 |         crate::Pat::Ident(_binding_0) => crate::Pat::Ident(f.fold_pat_ident(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2902:16
[INFO] [stdout]      |
[INFO] [stdout] 2902 |         crate::Pat::Lit(_binding_0) => crate::Pat::Lit(f.fold_expr_lit(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2902:47
[INFO] [stdout]      |
[INFO] [stdout] 2902 |         crate::Pat::Lit(_binding_0) => crate::Pat::Lit(f.fold_expr_lit(_binding_0)),
[INFO] [stdout]      |                                               ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2903:16
[INFO] [stdout]      |
[INFO] [stdout] 2903 |         crate::Pat::Macro(_binding_0) => crate::Pat::Macro(f.fold_expr_macro(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2903:49
[INFO] [stdout]      |
[INFO] [stdout] 2903 |         crate::Pat::Macro(_binding_0) => crate::Pat::Macro(f.fold_expr_macro(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2904:16
[INFO] [stdout]      |
[INFO] [stdout] 2904 |         crate::Pat::Or(_binding_0) => crate::Pat::Or(f.fold_pat_or(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2904:46
[INFO] [stdout]      |
[INFO] [stdout] 2904 |         crate::Pat::Or(_binding_0) => crate::Pat::Or(f.fold_pat_or(_binding_0)),
[INFO] [stdout]      |                                              ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2905:16
[INFO] [stdout]      |
[INFO] [stdout] 2905 |         crate::Pat::Paren(_binding_0) => crate::Pat::Paren(f.fold_pat_paren(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2905:49
[INFO] [stdout]      |
[INFO] [stdout] 2905 |         crate::Pat::Paren(_binding_0) => crate::Pat::Paren(f.fold_pat_paren(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2906:16
[INFO] [stdout]      |
[INFO] [stdout] 2906 |         crate::Pat::Path(_binding_0) => crate::Pat::Path(f.fold_expr_path(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2906:48
[INFO] [stdout]      |
[INFO] [stdout] 2906 |         crate::Pat::Path(_binding_0) => crate::Pat::Path(f.fold_expr_path(_binding_0)),
[INFO] [stdout]      |                                                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2907:16
[INFO] [stdout]      |
[INFO] [stdout] 2907 |         crate::Pat::Range(_binding_0) => crate::Pat::Range(f.fold_expr_range(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2907:49
[INFO] [stdout]      |
[INFO] [stdout] 2907 |         crate::Pat::Range(_binding_0) => crate::Pat::Range(f.fold_expr_range(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2908:16
[INFO] [stdout]      |
[INFO] [stdout] 2908 |         crate::Pat::Reference(_binding_0) => {
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2909:20
[INFO] [stdout]      |
[INFO] [stdout] 2909 |             crate::Pat::Reference(f.fold_pat_reference(_binding_0))
[INFO] [stdout]      |                    ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2911:16
[INFO] [stdout]      |
[INFO] [stdout] 2911 |         crate::Pat::Rest(_binding_0) => crate::Pat::Rest(f.fold_pat_rest(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2911:48
[INFO] [stdout]      |
[INFO] [stdout] 2911 |         crate::Pat::Rest(_binding_0) => crate::Pat::Rest(f.fold_pat_rest(_binding_0)),
[INFO] [stdout]      |                                                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2912:16
[INFO] [stdout]      |
[INFO] [stdout] 2912 |         crate::Pat::Slice(_binding_0) => crate::Pat::Slice(f.fold_pat_slice(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2912:49
[INFO] [stdout]      |
[INFO] [stdout] 2912 |         crate::Pat::Slice(_binding_0) => crate::Pat::Slice(f.fold_pat_slice(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2913:16
[INFO] [stdout]      |
[INFO] [stdout] 2913 |         crate::Pat::Struct(_binding_0) => {
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2914:20
[INFO] [stdout]      |
[INFO] [stdout] 2914 |             crate::Pat::Struct(f.fold_pat_struct(_binding_0))
[INFO] [stdout]      |                    ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2916:16
[INFO] [stdout]      |
[INFO] [stdout] 2916 |         crate::Pat::Tuple(_binding_0) => crate::Pat::Tuple(f.fold_pat_tuple(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2916:49
[INFO] [stdout]      |
[INFO] [stdout] 2916 |         crate::Pat::Tuple(_binding_0) => crate::Pat::Tuple(f.fold_pat_tuple(_binding_0)),
[INFO] [stdout]      |                                                 ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2917:16
[INFO] [stdout]      |
[INFO] [stdout] 2917 |         crate::Pat::TupleStruct(_binding_0) => {
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2918:20
[INFO] [stdout]      |
[INFO] [stdout] 2918 |             crate::Pat::TupleStruct(f.fold_pat_tuple_struct(_binding_0))
[INFO] [stdout]      |                    ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2920:16
[INFO] [stdout]      |
[INFO] [stdout] 2920 |         crate::Pat::Type(_binding_0) => crate::Pat::Type(f.fold_pat_type(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2920:48
[INFO] [stdout]      |
[INFO] [stdout] 2920 |         crate::Pat::Type(_binding_0) => crate::Pat::Type(f.fold_pat_type(_binding_0)),
[INFO] [stdout]      |                                                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2921:16
[INFO] [stdout]      |
[INFO] [stdout] 2921 |         crate::Pat::Verbatim(_binding_0) => crate::Pat::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2921:52
[INFO] [stdout]      |
[INFO] [stdout] 2921 |         crate::Pat::Verbatim(_binding_0) => crate::Pat::Verbatim(_binding_0),
[INFO] [stdout]      |                                                    ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2922:16
[INFO] [stdout]      |
[INFO] [stdout] 2922 |         crate::Pat::Wild(_binding_0) => crate::Pat::Wild(f.fold_pat_wild(_binding_0)),
[INFO] [stdout]      |                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2922:48
[INFO] [stdout]      |
[INFO] [stdout] 2922 |         crate::Pat::Wild(_binding_0) => crate::Pat::Wild(f.fold_pat_wild(_binding_0)),
[INFO] [stdout]      |                                                ^^^ could not find `Pat` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3090:16
[INFO] [stdout]      |
[INFO] [stdout] 3090 |         crate::PathArguments::None => crate::PathArguments::None,
[INFO] [stdout]      |                ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3090:46
[INFO] [stdout]      |
[INFO] [stdout] 3090 |         crate::PathArguments::None => crate::PathArguments::None,
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3091:16
[INFO] [stdout]      |
[INFO] [stdout] 3091 |         crate::PathArguments::AngleBracketed(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3092:20
[INFO] [stdout]      |
[INFO] [stdout] 3092 |             crate::PathArguments::AngleBracketed(
[INFO] [stdout]      |                    ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3096:16
[INFO] [stdout]      |
[INFO] [stdout] 3096 |         crate::PathArguments::Parenthesized(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3097:20
[INFO] [stdout]      |
[INFO] [stdout] 3097 |             crate::PathArguments::Parenthesized(
[INFO] [stdout]      |                    ^^^^^^^^^^^^^ could not find `PathArguments` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3124:16
[INFO] [stdout]      |
[INFO] [stdout] 3124 |         crate::PointerMutability::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^ could not find `PointerMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3125:20
[INFO] [stdout]      |
[INFO] [stdout] 3125 |             crate::PointerMutability::Const(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^ could not find `PointerMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3127:16
[INFO] [stdout]      |
[INFO] [stdout] 3127 |         crate::PointerMutability::Mut(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^ could not find `PointerMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3128:20
[INFO] [stdout]      |
[INFO] [stdout] 3128 |             crate::PointerMutability::Mut(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^ could not find `PointerMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3184:16
[INFO] [stdout]      |
[INFO] [stdout] 3184 |         crate::RangeLimits::HalfOpen(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `RangeLimits` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3185:20
[INFO] [stdout]      |
[INFO] [stdout] 3185 |             crate::RangeLimits::HalfOpen(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^ could not find `RangeLimits` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3187:16
[INFO] [stdout]      |
[INFO] [stdout] 3187 |         crate::RangeLimits::Closed(_binding_0) => crate::RangeLimits::Closed(_binding_0),
[INFO] [stdout]      |                ^^^^^^^^^^^ could not find `RangeLimits` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3187:58
[INFO] [stdout]      |
[INFO] [stdout] 3187 |         crate::RangeLimits::Closed(_binding_0) => crate::RangeLimits::Closed(_binding_0),
[INFO] [stdout]      |                                                          ^^^^^^^^^^^ could not find `RangeLimits` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3213:16
[INFO] [stdout]      |
[INFO] [stdout] 3213 |         crate::ReturnType::Default => crate::ReturnType::Default,
[INFO] [stdout]      |                ^^^^^^^^^^ could not find `ReturnType` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3213:46
[INFO] [stdout]      |
[INFO] [stdout] 3213 |         crate::ReturnType::Default => crate::ReturnType::Default,
[INFO] [stdout]      |                                              ^^^^^^^^^^ could not find `ReturnType` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3214:16
[INFO] [stdout]      |
[INFO] [stdout] 3214 |         crate::ReturnType::Type(_binding_0, _binding_1) => {
[INFO] [stdout]      |                ^^^^^^^^^^ could not find `ReturnType` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3215:20
[INFO] [stdout]      |
[INFO] [stdout] 3215 |             crate::ReturnType::Type(_binding_0, Box::new(f.fold_type(*_binding_1)))
[INFO] [stdout]      |                    ^^^^^^^^^^ could not find `ReturnType` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3255:16
[INFO] [stdout]      |
[INFO] [stdout] 3255 |         crate::StaticMutability::Mut(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^ could not find `StaticMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3256:20
[INFO] [stdout]      |
[INFO] [stdout] 3256 |             crate::StaticMutability::Mut(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^ could not find `StaticMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3258:16
[INFO] [stdout]      |
[INFO] [stdout] 3258 |         crate::StaticMutability::None => crate::StaticMutability::None,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^ could not find `StaticMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3258:49
[INFO] [stdout]      |
[INFO] [stdout] 3258 |         crate::StaticMutability::None => crate::StaticMutability::None,
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^^^^ could not find `StaticMutability` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3270:16
[INFO] [stdout]      |
[INFO] [stdout] 3270 |         crate::Stmt::Local(_binding_0) => crate::Stmt::Local(f.fold_local(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3270:50
[INFO] [stdout]      |
[INFO] [stdout] 3270 |         crate::Stmt::Local(_binding_0) => crate::Stmt::Local(f.fold_local(_binding_0)),
[INFO] [stdout]      |                                                  ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3271:16
[INFO] [stdout]      |
[INFO] [stdout] 3271 |         crate::Stmt::Item(_binding_0) => crate::Stmt::Item(f.fold_item(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3271:49
[INFO] [stdout]      |
[INFO] [stdout] 3271 |         crate::Stmt::Item(_binding_0) => crate::Stmt::Item(f.fold_item(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3272:16
[INFO] [stdout]      |
[INFO] [stdout] 3272 |         crate::Stmt::Expr(_binding_0, _binding_1) => {
[INFO] [stdout]      |                ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3273:20
[INFO] [stdout]      |
[INFO] [stdout] 3273 |             crate::Stmt::Expr(f.fold_expr(_binding_0), _binding_1)
[INFO] [stdout]      |                    ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3275:16
[INFO] [stdout]      |
[INFO] [stdout] 3275 |         crate::Stmt::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3276:20
[INFO] [stdout]      |
[INFO] [stdout] 3276 |             crate::Stmt::Macro(f.fold_stmt_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Stmt` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3315:16
[INFO] [stdout]      |
[INFO] [stdout] 3315 |         crate::TraitBoundModifier::None => crate::TraitBoundModifier::None,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^ could not find `TraitBoundModifier` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3315:51
[INFO] [stdout]      |
[INFO] [stdout] 3315 |         crate::TraitBoundModifier::None => crate::TraitBoundModifier::None,
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^ could not find `TraitBoundModifier` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3316:16
[INFO] [stdout]      |
[INFO] [stdout] 3316 |         crate::TraitBoundModifier::Maybe(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^ could not find `TraitBoundModifier` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3317:20
[INFO] [stdout]      |
[INFO] [stdout] 3317 |             crate::TraitBoundModifier::Maybe(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^ could not find `TraitBoundModifier` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3328:16
[INFO] [stdout]      |
[INFO] [stdout] 3328 |         crate::TraitItem::Const(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3329:20
[INFO] [stdout]      |
[INFO] [stdout] 3329 |             crate::TraitItem::Const(f.fold_trait_item_const(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3331:16
[INFO] [stdout]      |
[INFO] [stdout] 3331 |         crate::TraitItem::Fn(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3332:20
[INFO] [stdout]      |
[INFO] [stdout] 3332 |             crate::TraitItem::Fn(f.fold_trait_item_fn(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3334:16
[INFO] [stdout]      |
[INFO] [stdout] 3334 |         crate::TraitItem::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3335:20
[INFO] [stdout]      |
[INFO] [stdout] 3335 |             crate::TraitItem::Type(f.fold_trait_item_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3337:16
[INFO] [stdout]      |
[INFO] [stdout] 3337 |         crate::TraitItem::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3338:20
[INFO] [stdout]      |
[INFO] [stdout] 3338 |             crate::TraitItem::Macro(f.fold_trait_item_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3340:16
[INFO] [stdout]      |
[INFO] [stdout] 3340 |         crate::TraitItem::Verbatim(_binding_0) => crate::TraitItem::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3340:58
[INFO] [stdout]      |
[INFO] [stdout] 3340 |         crate::TraitItem::Verbatim(_binding_0) => crate::TraitItem::Verbatim(_binding_0),
[INFO] [stdout]      |                                                          ^^^^^^^^^ could not find `TraitItem` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3573:16
[INFO] [stdout]      |
[INFO] [stdout] 3573 |         crate::TypeParamBound::Trait(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3574:20
[INFO] [stdout]      |
[INFO] [stdout] 3574 |             crate::TypeParamBound::Trait(f.fold_trait_bound(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3576:16
[INFO] [stdout]      |
[INFO] [stdout] 3576 |         crate::TypeParamBound::Lifetime(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3577:20
[INFO] [stdout]      |
[INFO] [stdout] 3577 |             crate::TypeParamBound::Lifetime(f.fold_lifetime(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3579:16
[INFO] [stdout]      |
[INFO] [stdout] 3579 |         crate::TypeParamBound::Verbatim(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3580:20
[INFO] [stdout]      |
[INFO] [stdout] 3580 |             crate::TypeParamBound::Verbatim(_binding_0)
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `TypeParamBound` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3680:16
[INFO] [stdout]      |
[INFO] [stdout] 3680 |         crate::UnOp::Deref(_binding_0) => crate::UnOp::Deref(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3680:50
[INFO] [stdout]      |
[INFO] [stdout] 3680 |         crate::UnOp::Deref(_binding_0) => crate::UnOp::Deref(_binding_0),
[INFO] [stdout]      |                                                  ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3681:16
[INFO] [stdout]      |
[INFO] [stdout] 3681 |         crate::UnOp::Not(_binding_0) => crate::UnOp::Not(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3681:48
[INFO] [stdout]      |
[INFO] [stdout] 3681 |         crate::UnOp::Not(_binding_0) => crate::UnOp::Not(_binding_0),
[INFO] [stdout]      |                                                ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3682:16
[INFO] [stdout]      |
[INFO] [stdout] 3682 |         crate::UnOp::Neg(_binding_0) => crate::UnOp::Neg(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3682:48
[INFO] [stdout]      |
[INFO] [stdout] 3682 |         crate::UnOp::Neg(_binding_0) => crate::UnOp::Neg(_binding_0),
[INFO] [stdout]      |                                                ^^^^ could not find `UnOp` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3749:16
[INFO] [stdout]      |
[INFO] [stdout] 3749 |         crate::UseTree::Path(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3750:20
[INFO] [stdout]      |
[INFO] [stdout] 3750 |             crate::UseTree::Path(f.fold_use_path(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3752:16
[INFO] [stdout]      |
[INFO] [stdout] 3752 |         crate::UseTree::Name(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3753:20
[INFO] [stdout]      |
[INFO] [stdout] 3753 |             crate::UseTree::Name(f.fold_use_name(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3755:16
[INFO] [stdout]      |
[INFO] [stdout] 3755 |         crate::UseTree::Rename(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3756:20
[INFO] [stdout]      |
[INFO] [stdout] 3756 |             crate::UseTree::Rename(f.fold_use_rename(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3758:16
[INFO] [stdout]      |
[INFO] [stdout] 3758 |         crate::UseTree::Glob(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3759:20
[INFO] [stdout]      |
[INFO] [stdout] 3759 |             crate::UseTree::Glob(f.fold_use_glob(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3761:16
[INFO] [stdout]      |
[INFO] [stdout] 3761 |         crate::UseTree::Group(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3762:20
[INFO] [stdout]      |
[INFO] [stdout] 3762 |             crate::UseTree::Group(f.fold_use_group(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^ could not find `UseTree` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3815:16
[INFO] [stdout]      |
[INFO] [stdout] 3815 |         crate::Visibility::Public(_binding_0) => crate::Visibility::Public(_binding_0),
[INFO] [stdout]      |                ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3815:57
[INFO] [stdout]      |
[INFO] [stdout] 3815 |         crate::Visibility::Public(_binding_0) => crate::Visibility::Public(_binding_0),
[INFO] [stdout]      |                                                         ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3816:16
[INFO] [stdout]      |
[INFO] [stdout] 3816 |         crate::Visibility::Restricted(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3817:20
[INFO] [stdout]      |
[INFO] [stdout] 3817 |             crate::Visibility::Restricted(f.fold_vis_restricted(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3819:16
[INFO] [stdout]      |
[INFO] [stdout] 3819 |         crate::Visibility::Inherited => crate::Visibility::Inherited,
[INFO] [stdout]      |                ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3819:48
[INFO] [stdout]      |
[INFO] [stdout] 3819 |         crate::Visibility::Inherited => crate::Visibility::Inherited,
[INFO] [stdout]      |                                                ^^^^^^^^^^ could not find `Visibility` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3843:16
[INFO] [stdout]      |
[INFO] [stdout] 3843 |         crate::WherePredicate::Lifetime(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `WherePredicate` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3844:20
[INFO] [stdout]      |
[INFO] [stdout] 3844 |             crate::WherePredicate::Lifetime(f.fold_predicate_lifetime(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `WherePredicate` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3846:16
[INFO] [stdout]      |
[INFO] [stdout] 3846 |         crate::WherePredicate::Type(_binding_0) => {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^ could not find `WherePredicate` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3847:20
[INFO] [stdout]      |
[INFO] [stdout] 3847 |             crate::WherePredicate::Type(f.fold_predicate_type(_binding_0))
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^ could not find `WherePredicate` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Abi` in the crate root
[INFO] [stdout]   --> src/fold.rs:30:38
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout]    |                                      ^^^ not found in the crate root
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `core::intrinsics::mir::UnwindTerminateReason::Abi` and 1 other; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 30 -     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout] 30 +     fn fold_abi(&mut self, i: core::intrinsics::mir::UnwindTerminateReason) -> crate::Abi {
[INFO] [stdout]    |
[INFO] [stdout] 30 -     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout] 30 +     fn fold_abi(&mut self, i: std::intrinsics::mir::UnwindTerminateReason) -> crate::Abi {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Abi` in the crate root
[INFO] [stdout]   --> src/fold.rs:30:53
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout]    |                                                     ^^^ not found in the crate root
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `core::intrinsics::mir::UnwindTerminateReason::Abi` and 1 other; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 30 -     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout] 30 +     fn fold_abi(&mut self, i: crate::Abi) -> core::intrinsics::mir::UnwindTerminateReason {
[INFO] [stdout]    |
[INFO] [stdout] 30 -     fn fold_abi(&mut self, i: crate::Abi) -> crate::Abi {
[INFO] [stdout] 30 +     fn fold_abi(&mut self, i: crate::Abi) -> std::intrinsics::mir::UnwindTerminateReason {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AngleBracketedGenericArguments` in the crate root
[INFO] [stdout]   --> src/fold.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |         i: crate::AngleBracketedGenericArguments,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AngleBracketedGenericArguments` in the crate root
[INFO] [stdout]   --> src/fold.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ) -> crate::AngleBracketedGenericArguments {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Arm` in the crate root
[INFO] [stdout]   --> src/fold.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn fold_arm(&mut self, i: crate::Arm) -> crate::Arm {
[INFO] [stdout]    |                                      ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Arm` in the crate root
[INFO] [stdout]   --> src/fold.rs:43:53
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn fold_arm(&mut self, i: crate::Arm) -> crate::Arm {
[INFO] [stdout]    |                                                     ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocConst` in the crate root
[INFO] [stdout]   --> src/fold.rs:48:46
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn fold_assoc_const(&mut self, i: crate::AssocConst) -> crate::AssocConst {
[INFO] [stdout]    |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocConst` in the crate root
[INFO] [stdout]   --> src/fold.rs:48:68
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn fold_assoc_const(&mut self, i: crate::AssocConst) -> crate::AssocConst {
[INFO] [stdout]    |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocType` in the crate root
[INFO] [stdout]   --> src/fold.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType {
[INFO] [stdout]    |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocType` in the crate root
[INFO] [stdout]   --> src/fold.rs:53:66
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType {
[INFO] [stdout]    |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AttrStyle` in the crate root
[INFO] [stdout]    --> src/fold.rs:58:45
[INFO] [stdout]     |
[INFO] [stdout]  58 |     fn fold_attr_style(&mut self, i: crate::AttrStyle) -> crate::AttrStyle {
[INFO] [stdout]     |                                             ^^^^^^^^^ help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lit.rs:840:1
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub enum StrStyle {
[INFO] [stdout]     | ----------------- similarly named enum `StrStyle` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AttrStyle` in the crate root
[INFO] [stdout]    --> src/fold.rs:58:66
[INFO] [stdout]     |
[INFO] [stdout]  58 |     fn fold_attr_style(&mut self, i: crate::AttrStyle) -> crate::AttrStyle {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lit.rs:840:1
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub enum StrStyle {
[INFO] [stdout]     | ----------------- similarly named enum `StrStyle` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in the crate root
[INFO] [stdout]   --> src/fold.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn fold_attribute(&mut self, i: crate::Attribute) -> crate::Attribute {
[INFO] [stdout]    |                                            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in the crate root
[INFO] [stdout]   --> src/fold.rs:63:65
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn fold_attribute(&mut self, i: crate::Attribute) -> crate::Attribute {
[INFO] [stdout]    |                                                                 ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareFnArg` in the crate root
[INFO] [stdout]   --> src/fold.rs:68:46
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn fold_bare_fn_arg(&mut self, i: crate::BareFnArg) -> crate::BareFnArg {
[INFO] [stdout]    |                                              ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareFnArg` in the crate root
[INFO] [stdout]   --> src/fold.rs:68:67
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn fold_bare_fn_arg(&mut self, i: crate::BareFnArg) -> crate::BareFnArg {
[INFO] [stdout]    |                                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareVariadic` in the crate root
[INFO] [stdout]   --> src/fold.rs:73:48
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn fold_bare_variadic(&mut self, i: crate::BareVariadic) -> crate::BareVariadic {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareVariadic` in the crate root
[INFO] [stdout]   --> src/fold.rs:73:72
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn fold_bare_variadic(&mut self, i: crate::BareVariadic) -> crate::BareVariadic {
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BinOp` in the crate root
[INFO] [stdout]   --> src/fold.rs:78:41
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn fold_bin_op(&mut self, i: crate::BinOp) -> crate::BinOp {
[INFO] [stdout]    |                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BinOp` in the crate root
[INFO] [stdout]   --> src/fold.rs:78:58
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn fold_bin_op(&mut self, i: crate::BinOp) -> crate::BinOp {
[INFO] [stdout]    |                                                          ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Block` in the crate root
[INFO] [stdout]   --> src/fold.rs:83:40
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn fold_block(&mut self, i: crate::Block) -> crate::Block {
[INFO] [stdout]    |                                        ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Block` in the crate root
[INFO] [stdout]   --> src/fold.rs:83:57
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn fold_block(&mut self, i: crate::Block) -> crate::Block {
[INFO] [stdout]    |                                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BoundLifetimes` in the crate root
[INFO] [stdout]   --> src/fold.rs:90:19
[INFO] [stdout]    |
[INFO] [stdout] 90 |         i: crate::BoundLifetimes,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BoundLifetimes` in the crate root
[INFO] [stdout]   --> src/fold.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     ) -> crate::BoundLifetimes {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ConstParam` in the crate root
[INFO] [stdout]   --> src/fold.rs:96:46
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn fold_const_param(&mut self, i: crate::ConstParam) -> crate::ConstParam {
[INFO] [stdout]    |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ConstParam` in the crate root
[INFO] [stdout]   --> src/fold.rs:96:68
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn fold_const_param(&mut self, i: crate::ConstParam) -> crate::ConstParam {
[INFO] [stdout]    |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Constraint` in the crate root
[INFO] [stdout]    --> src/fold.rs:101:45
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn fold_constraint(&mut self, i: crate::Constraint) -> crate::Constraint {
[INFO] [stdout]     |                                             ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Constraint` in the crate root
[INFO] [stdout]    --> src/fold.rs:101:67
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn fold_constraint(&mut self, i: crate::Constraint) -> crate::Constraint {
[INFO] [stdout]     |                                                                   ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Data` in the crate root
[INFO] [stdout]    --> src/fold.rs:106:39
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn fold_data(&mut self, i: crate::Data) -> crate::Data {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Data` in the crate root
[INFO] [stdout]    --> src/fold.rs:106:55
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn fold_data(&mut self, i: crate::Data) -> crate::Data {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataEnum` in the crate root
[INFO] [stdout]    --> src/fold.rs:111:44
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn fold_data_enum(&mut self, i: crate::DataEnum) -> crate::DataEnum {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataEnum` in the crate root
[INFO] [stdout]    --> src/fold.rs:111:64
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn fold_data_enum(&mut self, i: crate::DataEnum) -> crate::DataEnum {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:116:46
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn fold_data_struct(&mut self, i: crate::DataStruct) -> crate::DataStruct {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:116:68
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn fold_data_struct(&mut self, i: crate::DataStruct) -> crate::DataStruct {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataUnion` in the crate root
[INFO] [stdout]    --> src/fold.rs:121:45
[INFO] [stdout]     |
[INFO] [stdout] 121 |     fn fold_data_union(&mut self, i: crate::DataUnion) -> crate::DataUnion {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataUnion` in the crate root
[INFO] [stdout]    --> src/fold.rs:121:66
[INFO] [stdout]     |
[INFO] [stdout] 121 |     fn fold_data_union(&mut self, i: crate::DataUnion) -> crate::DataUnion {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DeriveInput` in the crate root
[INFO] [stdout]    --> src/fold.rs:126:47
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn fold_derive_input(&mut self, i: crate::DeriveInput) -> crate::DeriveInput {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DeriveInput` in the crate root
[INFO] [stdout]    --> src/fold.rs:126:70
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn fold_derive_input(&mut self, i: crate::DeriveInput) -> crate::DeriveInput {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Expr` in the crate root
[INFO] [stdout]    --> src/fold.rs:131:39
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn fold_expr(&mut self, i: crate::Expr) -> crate::Expr {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Expr` in the crate root
[INFO] [stdout]    --> src/fold.rs:131:55
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn fold_expr(&mut self, i: crate::Expr) -> crate::Expr {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprArray` in the crate root
[INFO] [stdout]    --> src/fold.rs:136:45
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn fold_expr_array(&mut self, i: crate::ExprArray) -> crate::ExprArray {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprArray` in the crate root
[INFO] [stdout]    --> src/fold.rs:136:66
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn fold_expr_array(&mut self, i: crate::ExprArray) -> crate::ExprArray {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAssign` in the crate root
[INFO] [stdout]    --> src/fold.rs:141:46
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn fold_expr_assign(&mut self, i: crate::ExprAssign) -> crate::ExprAssign {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAssign` in the crate root
[INFO] [stdout]    --> src/fold.rs:141:68
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn fold_expr_assign(&mut self, i: crate::ExprAssign) -> crate::ExprAssign {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAsync` in the crate root
[INFO] [stdout]    --> src/fold.rs:146:45
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn fold_expr_async(&mut self, i: crate::ExprAsync) -> crate::ExprAsync {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAsync` in the crate root
[INFO] [stdout]    --> src/fold.rs:146:66
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn fold_expr_async(&mut self, i: crate::ExprAsync) -> crate::ExprAsync {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAwait` in the crate root
[INFO] [stdout]    --> src/fold.rs:151:45
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn fold_expr_await(&mut self, i: crate::ExprAwait) -> crate::ExprAwait {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAwait` in the crate root
[INFO] [stdout]    --> src/fold.rs:151:66
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn fold_expr_await(&mut self, i: crate::ExprAwait) -> crate::ExprAwait {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBinary` in the crate root
[INFO] [stdout]    --> src/fold.rs:156:46
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn fold_expr_binary(&mut self, i: crate::ExprBinary) -> crate::ExprBinary {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBinary` in the crate root
[INFO] [stdout]    --> src/fold.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn fold_expr_binary(&mut self, i: crate::ExprBinary) -> crate::ExprBinary {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBlock` in the crate root
[INFO] [stdout]    --> src/fold.rs:161:45
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn fold_expr_block(&mut self, i: crate::ExprBlock) -> crate::ExprBlock {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBlock` in the crate root
[INFO] [stdout]    --> src/fold.rs:161:66
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn fold_expr_block(&mut self, i: crate::ExprBlock) -> crate::ExprBlock {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBreak` in the crate root
[INFO] [stdout]    --> src/fold.rs:166:45
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn fold_expr_break(&mut self, i: crate::ExprBreak) -> crate::ExprBreak {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBreak` in the crate root
[INFO] [stdout]    --> src/fold.rs:166:66
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn fold_expr_break(&mut self, i: crate::ExprBreak) -> crate::ExprBreak {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCall` in the crate root
[INFO] [stdout]    --> src/fold.rs:171:44
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn fold_expr_call(&mut self, i: crate::ExprCall) -> crate::ExprCall {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCall` in the crate root
[INFO] [stdout]    --> src/fold.rs:171:64
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn fold_expr_call(&mut self, i: crate::ExprCall) -> crate::ExprCall {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCast` in the crate root
[INFO] [stdout]    --> src/fold.rs:176:44
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn fold_expr_cast(&mut self, i: crate::ExprCast) -> crate::ExprCast {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCast` in the crate root
[INFO] [stdout]    --> src/fold.rs:176:64
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn fold_expr_cast(&mut self, i: crate::ExprCast) -> crate::ExprCast {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprClosure` in the crate root
[INFO] [stdout]    --> src/fold.rs:181:47
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn fold_expr_closure(&mut self, i: crate::ExprClosure) -> crate::ExprClosure {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprClosure` in the crate root
[INFO] [stdout]    --> src/fold.rs:181:70
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn fold_expr_closure(&mut self, i: crate::ExprClosure) -> crate::ExprClosure {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:186:45
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn fold_expr_const(&mut self, i: crate::ExprConst) -> crate::ExprConst {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:186:66
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn fold_expr_const(&mut self, i: crate::ExprConst) -> crate::ExprConst {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprContinue` in the crate root
[INFO] [stdout]    --> src/fold.rs:191:48
[INFO] [stdout]     |
[INFO] [stdout] 191 |     fn fold_expr_continue(&mut self, i: crate::ExprContinue) -> crate::ExprContinue {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprContinue` in the crate root
[INFO] [stdout]    --> src/fold.rs:191:72
[INFO] [stdout]     |
[INFO] [stdout] 191 |     fn fold_expr_continue(&mut self, i: crate::ExprContinue) -> crate::ExprContinue {
[INFO] [stdout]     |                                                                        ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprField` in the crate root
[INFO] [stdout]    --> src/fold.rs:196:45
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn fold_expr_field(&mut self, i: crate::ExprField) -> crate::ExprField {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprField` in the crate root
[INFO] [stdout]    --> src/fold.rs:196:66
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn fold_expr_field(&mut self, i: crate::ExprField) -> crate::ExprField {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprForLoop` in the crate root
[INFO] [stdout]    --> src/fold.rs:201:48
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn fold_expr_for_loop(&mut self, i: crate::ExprForLoop) -> crate::ExprForLoop {
[INFO] [stdout]     |                                                ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprForLoop` in the crate root
[INFO] [stdout]    --> src/fold.rs:201:71
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn fold_expr_for_loop(&mut self, i: crate::ExprForLoop) -> crate::ExprForLoop {
[INFO] [stdout]     |                                                                       ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:206:45
[INFO] [stdout]     |
[INFO] [stdout] 206 |     fn fold_expr_group(&mut self, i: crate::ExprGroup) -> crate::ExprGroup {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:206:66
[INFO] [stdout]     |
[INFO] [stdout] 206 |     fn fold_expr_group(&mut self, i: crate::ExprGroup) -> crate::ExprGroup {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIf` in the crate root
[INFO] [stdout]    --> src/fold.rs:211:42
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn fold_expr_if(&mut self, i: crate::ExprIf) -> crate::ExprIf {
[INFO] [stdout]     |                                          ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIf` in the crate root
[INFO] [stdout]    --> src/fold.rs:211:60
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn fold_expr_if(&mut self, i: crate::ExprIf) -> crate::ExprIf {
[INFO] [stdout]     |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIndex` in the crate root
[INFO] [stdout]    --> src/fold.rs:216:45
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn fold_expr_index(&mut self, i: crate::ExprIndex) -> crate::ExprIndex {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIndex` in the crate root
[INFO] [stdout]    --> src/fold.rs:216:66
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn fold_expr_index(&mut self, i: crate::ExprIndex) -> crate::ExprIndex {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprInfer` in the crate root
[INFO] [stdout]    --> src/fold.rs:221:45
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn fold_expr_infer(&mut self, i: crate::ExprInfer) -> crate::ExprInfer {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprInfer` in the crate root
[INFO] [stdout]    --> src/fold.rs:221:66
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn fold_expr_infer(&mut self, i: crate::ExprInfer) -> crate::ExprInfer {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLet` in the crate root
[INFO] [stdout]    --> src/fold.rs:226:43
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn fold_expr_let(&mut self, i: crate::ExprLet) -> crate::ExprLet {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLet` in the crate root
[INFO] [stdout]    --> src/fold.rs:226:62
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn fold_expr_let(&mut self, i: crate::ExprLet) -> crate::ExprLet {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLit` in the crate root
[INFO] [stdout]    --> src/fold.rs:231:43
[INFO] [stdout]     |
[INFO] [stdout] 231 |     fn fold_expr_lit(&mut self, i: crate::ExprLit) -> crate::ExprLit {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLit` in the crate root
[INFO] [stdout]    --> src/fold.rs:231:62
[INFO] [stdout]     |
[INFO] [stdout] 231 |     fn fold_expr_lit(&mut self, i: crate::ExprLit) -> crate::ExprLit {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLoop` in the crate root
[INFO] [stdout]    --> src/fold.rs:236:44
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn fold_expr_loop(&mut self, i: crate::ExprLoop) -> crate::ExprLoop {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLoop` in the crate root
[INFO] [stdout]    --> src/fold.rs:236:64
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn fold_expr_loop(&mut self, i: crate::ExprLoop) -> crate::ExprLoop {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:241:45
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn fold_expr_macro(&mut self, i: crate::ExprMacro) -> crate::ExprMacro {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:241:66
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn fold_expr_macro(&mut self, i: crate::ExprMacro) -> crate::ExprMacro {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMatch` in the crate root
[INFO] [stdout]    --> src/fold.rs:246:45
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMatch` in the crate root
[INFO] [stdout]    --> src/fold.rs:246:66
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMethodCall` in the crate root
[INFO] [stdout]    --> src/fold.rs:253:19
[INFO] [stdout]     |
[INFO] [stdout] 253 |         i: crate::ExprMethodCall,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMethodCall` in the crate root
[INFO] [stdout]    --> src/fold.rs:254:17
[INFO] [stdout]     |
[INFO] [stdout] 254 |     ) -> crate::ExprMethodCall {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:259:45
[INFO] [stdout]     |
[INFO] [stdout] 259 |     fn fold_expr_paren(&mut self, i: crate::ExprParen) -> crate::ExprParen {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:259:66
[INFO] [stdout]     |
[INFO] [stdout] 259 |     fn fold_expr_paren(&mut self, i: crate::ExprParen) -> crate::ExprParen {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprPath` in the crate root
[INFO] [stdout]    --> src/fold.rs:264:44
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn fold_expr_path(&mut self, i: crate::ExprPath) -> crate::ExprPath {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprPath` in the crate root
[INFO] [stdout]    --> src/fold.rs:264:64
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn fold_expr_path(&mut self, i: crate::ExprPath) -> crate::ExprPath {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRange` in the crate root
[INFO] [stdout]    --> src/fold.rs:269:45
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn fold_expr_range(&mut self, i: crate::ExprRange) -> crate::ExprRange {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRange` in the crate root
[INFO] [stdout]    --> src/fold.rs:269:66
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn fold_expr_range(&mut self, i: crate::ExprRange) -> crate::ExprRange {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRawAddr` in the crate root
[INFO] [stdout]    --> src/fold.rs:274:48
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn fold_expr_raw_addr(&mut self, i: crate::ExprRawAddr) -> crate::ExprRawAddr {
[INFO] [stdout]     |                                                ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRawAddr` in the crate root
[INFO] [stdout]    --> src/fold.rs:274:71
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn fold_expr_raw_addr(&mut self, i: crate::ExprRawAddr) -> crate::ExprRawAddr {
[INFO] [stdout]     |                                                                       ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:279:49
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn fold_expr_reference(&mut self, i: crate::ExprReference) -> crate::ExprReference {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:279:74
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn fold_expr_reference(&mut self, i: crate::ExprReference) -> crate::ExprReference {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRepeat` in the crate root
[INFO] [stdout]    --> src/fold.rs:284:46
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn fold_expr_repeat(&mut self, i: crate::ExprRepeat) -> crate::ExprRepeat {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRepeat` in the crate root
[INFO] [stdout]    --> src/fold.rs:284:68
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn fold_expr_repeat(&mut self, i: crate::ExprRepeat) -> crate::ExprRepeat {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReturn` in the crate root
[INFO] [stdout]    --> src/fold.rs:289:46
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn fold_expr_return(&mut self, i: crate::ExprReturn) -> crate::ExprReturn {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReturn` in the crate root
[INFO] [stdout]    --> src/fold.rs:289:68
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn fold_expr_return(&mut self, i: crate::ExprReturn) -> crate::ExprReturn {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:294:46
[INFO] [stdout]     |
[INFO] [stdout] 294 |     fn fold_expr_struct(&mut self, i: crate::ExprStruct) -> crate::ExprStruct {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:294:68
[INFO] [stdout]     |
[INFO] [stdout] 294 |     fn fold_expr_struct(&mut self, i: crate::ExprStruct) -> crate::ExprStruct {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTry` in the crate root
[INFO] [stdout]    --> src/fold.rs:299:43
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn fold_expr_try(&mut self, i: crate::ExprTry) -> crate::ExprTry {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTry` in the crate root
[INFO] [stdout]    --> src/fold.rs:299:62
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn fold_expr_try(&mut self, i: crate::ExprTry) -> crate::ExprTry {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTryBlock` in the crate root
[INFO] [stdout]    --> src/fold.rs:304:49
[INFO] [stdout]     |
[INFO] [stdout] 304 |     fn fold_expr_try_block(&mut self, i: crate::ExprTryBlock) -> crate::ExprTryBlock {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTryBlock` in the crate root
[INFO] [stdout]    --> src/fold.rs:304:73
[INFO] [stdout]     |
[INFO] [stdout] 304 |     fn fold_expr_try_block(&mut self, i: crate::ExprTryBlock) -> crate::ExprTryBlock {
[INFO] [stdout]     |                                                                         ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:309:45
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn fold_expr_tuple(&mut self, i: crate::ExprTuple) -> crate::ExprTuple {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:309:66
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn fold_expr_tuple(&mut self, i: crate::ExprTuple) -> crate::ExprTuple {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnary` in the crate root
[INFO] [stdout]    --> src/fold.rs:314:45
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn fold_expr_unary(&mut self, i: crate::ExprUnary) -> crate::ExprUnary {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnary` in the crate root
[INFO] [stdout]    --> src/fold.rs:314:66
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn fold_expr_unary(&mut self, i: crate::ExprUnary) -> crate::ExprUnary {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnsafe` in the crate root
[INFO] [stdout]    --> src/fold.rs:319:46
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn fold_expr_unsafe(&mut self, i: crate::ExprUnsafe) -> crate::ExprUnsafe {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnsafe` in the crate root
[INFO] [stdout]    --> src/fold.rs:319:68
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn fold_expr_unsafe(&mut self, i: crate::ExprUnsafe) -> crate::ExprUnsafe {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprWhile` in the crate root
[INFO] [stdout]    --> src/fold.rs:324:45
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn fold_expr_while(&mut self, i: crate::ExprWhile) -> crate::ExprWhile {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprWhile` in the crate root
[INFO] [stdout]    --> src/fold.rs:324:66
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn fold_expr_while(&mut self, i: crate::ExprWhile) -> crate::ExprWhile {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprYield` in the crate root
[INFO] [stdout]    --> src/fold.rs:329:45
[INFO] [stdout]     |
[INFO] [stdout] 329 |     fn fold_expr_yield(&mut self, i: crate::ExprYield) -> crate::ExprYield {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprYield` in the crate root
[INFO] [stdout]    --> src/fold.rs:329:66
[INFO] [stdout]     |
[INFO] [stdout] 329 |     fn fold_expr_yield(&mut self, i: crate::ExprYield) -> crate::ExprYield {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Field` in the crate root
[INFO] [stdout]    --> src/fold.rs:334:40
[INFO] [stdout]     |
[INFO] [stdout] 334 |     fn fold_field(&mut self, i: crate::Field) -> crate::Field {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Field` in the crate root
[INFO] [stdout]    --> src/fold.rs:334:57
[INFO] [stdout]     |
[INFO] [stdout] 334 |     fn fold_field(&mut self, i: crate::Field) -> crate::Field {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:341:19
[INFO] [stdout]     |
[INFO] [stdout] 341 |         i: crate::FieldMutability,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 |     ) -> crate::FieldMutability {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldPat` in the crate root
[INFO] [stdout]    --> src/fold.rs:347:44
[INFO] [stdout]     |
[INFO] [stdout] 347 |     fn fold_field_pat(&mut self, i: crate::FieldPat) -> crate::FieldPat {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldPat` in the crate root
[INFO] [stdout]    --> src/fold.rs:347:64
[INFO] [stdout]     |
[INFO] [stdout] 347 |     fn fold_field_pat(&mut self, i: crate::FieldPat) -> crate::FieldPat {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldValue` in the crate root
[INFO] [stdout]    --> src/fold.rs:352:46
[INFO] [stdout]     |
[INFO] [stdout] 352 |     fn fold_field_value(&mut self, i: crate::FieldValue) -> crate::FieldValue {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldValue` in the crate root
[INFO] [stdout]    --> src/fold.rs:352:68
[INFO] [stdout]     |
[INFO] [stdout] 352 |     fn fold_field_value(&mut self, i: crate::FieldValue) -> crate::FieldValue {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Fields` in the crate root
[INFO] [stdout]    --> src/fold.rs:357:41
[INFO] [stdout]     |
[INFO] [stdout] 357 |     fn fold_fields(&mut self, i: crate::Fields) -> crate::Fields {
[INFO] [stdout]     |                                         ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Fields` in the crate root
[INFO] [stdout]    --> src/fold.rs:357:59
[INFO] [stdout]     |
[INFO] [stdout] 357 |     fn fold_fields(&mut self, i: crate::Fields) -> crate::Fields {
[INFO] [stdout]     |                                                           ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsNamed` in the crate root
[INFO] [stdout]    --> src/fold.rs:362:47
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn fold_fields_named(&mut self, i: crate::FieldsNamed) -> crate::FieldsNamed {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsNamed` in the crate root
[INFO] [stdout]    --> src/fold.rs:362:70
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn fold_fields_named(&mut self, i: crate::FieldsNamed) -> crate::FieldsNamed {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsUnnamed` in the crate root
[INFO] [stdout]    --> src/fold.rs:367:49
[INFO] [stdout]     |
[INFO] [stdout] 367 |     fn fold_fields_unnamed(&mut self, i: crate::FieldsUnnamed) -> crate::FieldsUnnamed {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsUnnamed` in the crate root
[INFO] [stdout]    --> src/fold.rs:367:74
[INFO] [stdout]     |
[INFO] [stdout] 367 |     fn fold_fields_unnamed(&mut self, i: crate::FieldsUnnamed) -> crate::FieldsUnnamed {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `File` in the crate root
[INFO] [stdout]    --> src/fold.rs:372:39
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn fold_file(&mut self, i: crate::File) -> crate::File {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::fs::File;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 372 -     fn fold_file(&mut self, i: crate::File) -> crate::File {
[INFO] [stdout] 372 +     fn fold_file(&mut self, i: File) -> crate::File {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `File` in the crate root
[INFO] [stdout]    --> src/fold.rs:372:55
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn fold_file(&mut self, i: crate::File) -> crate::File {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::fs::File;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 372 -     fn fold_file(&mut self, i: crate::File) -> crate::File {
[INFO] [stdout] 372 +     fn fold_file(&mut self, i: crate::File) -> File {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FnArg` in the crate root
[INFO] [stdout]    --> src/fold.rs:377:41
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn fold_fn_arg(&mut self, i: crate::FnArg) -> crate::FnArg {
[INFO] [stdout]     |                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FnArg` in the crate root
[INFO] [stdout]    --> src/fold.rs:377:58
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn fold_fn_arg(&mut self, i: crate::FnArg) -> crate::FnArg {
[INFO] [stdout]     |                                                          ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:382:47
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn fold_foreign_item(&mut self, i: crate::ForeignItem) -> crate::ForeignItem {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:382:70
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn fold_foreign_item(&mut self, i: crate::ForeignItem) -> crate::ForeignItem {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:387:50
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn fold_foreign_item_fn(&mut self, i: crate::ForeignItemFn) -> crate::ForeignItemFn {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:387:75
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn fold_foreign_item_fn(&mut self, i: crate::ForeignItemFn) -> crate::ForeignItemFn {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:394:19
[INFO] [stdout]     |
[INFO] [stdout] 394 |         i: crate::ForeignItemMacro,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:395:17
[INFO] [stdout]     |
[INFO] [stdout] 395 |     ) -> crate::ForeignItemMacro {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in the crate root
[INFO] [stdout]    --> src/fold.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 |         i: crate::ForeignItemStatic,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in the crate root
[INFO] [stdout]    --> src/fold.rs:403:17
[INFO] [stdout]     |
[INFO] [stdout] 403 |     ) -> crate::ForeignItemStatic {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:410:19
[INFO] [stdout]     |
[INFO] [stdout] 410 |         i: crate::ForeignItemType,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:411:17
[INFO] [stdout]     |
[INFO] [stdout] 411 |     ) -> crate::ForeignItemType {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericArgument` in the crate root
[INFO] [stdout]    --> src/fold.rs:418:19
[INFO] [stdout]     |
[INFO] [stdout] 418 |         i: crate::GenericArgument,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericArgument` in the crate root
[INFO] [stdout]    --> src/fold.rs:419:17
[INFO] [stdout]     |
[INFO] [stdout] 419 |     ) -> crate::GenericArgument {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:424:48
[INFO] [stdout]     |
[INFO] [stdout] 424 |     fn fold_generic_param(&mut self, i: crate::GenericParam) -> crate::GenericParam {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:424:72
[INFO] [stdout]     |
[INFO] [stdout] 424 |     fn fold_generic_param(&mut self, i: crate::GenericParam) -> crate::GenericParam {
[INFO] [stdout]     |                                                                        ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generics` in the crate root
[INFO] [stdout]    --> src/fold.rs:429:43
[INFO] [stdout]     |
[INFO] [stdout] 429 |     fn fold_generics(&mut self, i: crate::Generics) -> crate::Generics {
[INFO] [stdout]     |                                           ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generics` in the crate root
[INFO] [stdout]    --> src/fold.rs:429:63
[INFO] [stdout]     |
[INFO] [stdout] 429 |     fn fold_generics(&mut self, i: crate::Generics) -> crate::Generics {
[INFO] [stdout]     |                                                               ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:437:44
[INFO] [stdout]     |
[INFO] [stdout] 437 |     fn fold_impl_item(&mut self, i: crate::ImplItem) -> crate::ImplItem {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:437:64
[INFO] [stdout]     |
[INFO] [stdout] 437 |     fn fold_impl_item(&mut self, i: crate::ImplItem) -> crate::ImplItem {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:442:50
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn fold_impl_item_const(&mut self, i: crate::ImplItemConst) -> crate::ImplItemConst {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:442:75
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn fold_impl_item_const(&mut self, i: crate::ImplItemConst) -> crate::ImplItemConst {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:447:47
[INFO] [stdout]     |
[INFO] [stdout] 447 |     fn fold_impl_item_fn(&mut self, i: crate::ImplItemFn) -> crate::ImplItemFn {
[INFO] [stdout]     |                                               ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:447:69
[INFO] [stdout]     |
[INFO] [stdout] 447 |     fn fold_impl_item_fn(&mut self, i: crate::ImplItemFn) -> crate::ImplItemFn {
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:452:50
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn fold_impl_item_macro(&mut self, i: crate::ImplItemMacro) -> crate::ImplItemMacro {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:452:75
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn fold_impl_item_macro(&mut self, i: crate::ImplItemMacro) -> crate::ImplItemMacro {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:457:49
[INFO] [stdout]     |
[INFO] [stdout] 457 |     fn fold_impl_item_type(&mut self, i: crate::ImplItemType) -> crate::ImplItemType {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:457:73
[INFO] [stdout]     |
[INFO] [stdout] 457 |     fn fold_impl_item_type(&mut self, i: crate::ImplItemType) -> crate::ImplItemType {
[INFO] [stdout]     |                                                                         ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplRestriction` in the crate root
[INFO] [stdout]    --> src/fold.rs:464:19
[INFO] [stdout]     |
[INFO] [stdout] 464 |         i: crate::ImplRestriction,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplRestriction` in the crate root
[INFO] [stdout]    --> src/fold.rs:465:17
[INFO] [stdout]     |
[INFO] [stdout] 465 |     ) -> crate::ImplRestriction {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Index` in the crate root
[INFO] [stdout]    --> src/fold.rs:470:40
[INFO] [stdout]     |
[INFO] [stdout] 470 |     fn fold_index(&mut self, i: crate::Index) -> crate::Index {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::ops::Index;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Index`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 470 -     fn fold_index(&mut self, i: crate::Index) -> crate::Index {
[INFO] [stdout] 470 +     fn fold_index(&mut self, i: Index) -> crate::Index {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Index` in the crate root
[INFO] [stdout]    --> src/fold.rs:470:57
[INFO] [stdout]     |
[INFO] [stdout] 470 |     fn fold_index(&mut self, i: crate::Index) -> crate::Index {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::ops::Index;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Index`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 470 -     fn fold_index(&mut self, i: crate::Index) -> crate::Index {
[INFO] [stdout] 470 +     fn fold_index(&mut self, i: crate::Index) -> Index {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Item` in the crate root
[INFO] [stdout]    --> src/fold.rs:475:39
[INFO] [stdout]     |
[INFO] [stdout] 475 |     fn fold_item(&mut self, i: crate::Item) -> crate::Item {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Item` in the crate root
[INFO] [stdout]    --> src/fold.rs:475:55
[INFO] [stdout]     |
[INFO] [stdout] 475 |     fn fold_item(&mut self, i: crate::Item) -> crate::Item {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:480:45
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn fold_item_const(&mut self, i: crate::ItemConst) -> crate::ItemConst {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:480:66
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn fold_item_const(&mut self, i: crate::ItemConst) -> crate::ItemConst {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in the crate root
[INFO] [stdout]    --> src/fold.rs:485:44
[INFO] [stdout]     |
[INFO] [stdout] 485 |     fn fold_item_enum(&mut self, i: crate::ItemEnum) -> crate::ItemEnum {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in the crate root
[INFO] [stdout]    --> src/fold.rs:485:64
[INFO] [stdout]     |
[INFO] [stdout] 485 |     fn fold_item_enum(&mut self, i: crate::ItemEnum) -> crate::ItemEnum {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in the crate root
[INFO] [stdout]    --> src/fold.rs:492:19
[INFO] [stdout]     |
[INFO] [stdout] 492 |         i: crate::ItemExternCrate,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in the crate root
[INFO] [stdout]    --> src/fold.rs:493:17
[INFO] [stdout]     |
[INFO] [stdout] 493 |     ) -> crate::ItemExternCrate {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:498:42
[INFO] [stdout]     |
[INFO] [stdout] 498 |     fn fold_item_fn(&mut self, i: crate::ItemFn) -> crate::ItemFn {
[INFO] [stdout]     |                                          ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:498:60
[INFO] [stdout]     |
[INFO] [stdout] 498 |     fn fold_item_fn(&mut self, i: crate::ItemFn) -> crate::ItemFn {
[INFO] [stdout]     |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in the crate root
[INFO] [stdout]    --> src/fold.rs:505:19
[INFO] [stdout]     |
[INFO] [stdout] 505 |         i: crate::ItemForeignMod,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in the crate root
[INFO] [stdout]    --> src/fold.rs:506:17
[INFO] [stdout]     |
[INFO] [stdout] 506 |     ) -> crate::ItemForeignMod {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in the crate root
[INFO] [stdout]    --> src/fold.rs:511:44
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn fold_item_impl(&mut self, i: crate::ItemImpl) -> crate::ItemImpl {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in the crate root
[INFO] [stdout]    --> src/fold.rs:511:64
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn fold_item_impl(&mut self, i: crate::ItemImpl) -> crate::ItemImpl {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:516:45
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn fold_item_macro(&mut self, i: crate::ItemMacro) -> crate::ItemMacro {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:516:66
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn fold_item_macro(&mut self, i: crate::ItemMacro) -> crate::ItemMacro {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMod` in the crate root
[INFO] [stdout]    --> src/fold.rs:521:43
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn fold_item_mod(&mut self, i: crate::ItemMod) -> crate::ItemMod {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMod` in the crate root
[INFO] [stdout]    --> src/fold.rs:521:62
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn fold_item_mod(&mut self, i: crate::ItemMod) -> crate::ItemMod {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in the crate root
[INFO] [stdout]    --> src/fold.rs:526:46
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn fold_item_static(&mut self, i: crate::ItemStatic) -> crate::ItemStatic {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in the crate root
[INFO] [stdout]    --> src/fold.rs:526:68
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn fold_item_static(&mut self, i: crate::ItemStatic) -> crate::ItemStatic {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:531:46
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn fold_item_struct(&mut self, i: crate::ItemStruct) -> crate::ItemStruct {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:531:68
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn fold_item_struct(&mut self, i: crate::ItemStruct) -> crate::ItemStruct {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in the crate root
[INFO] [stdout]    --> src/fold.rs:536:45
[INFO] [stdout]     |
[INFO] [stdout] 536 |     fn fold_item_trait(&mut self, i: crate::ItemTrait) -> crate::ItemTrait {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in the crate root
[INFO] [stdout]    --> src/fold.rs:536:66
[INFO] [stdout]     |
[INFO] [stdout] 536 |     fn fold_item_trait(&mut self, i: crate::ItemTrait) -> crate::ItemTrait {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in the crate root
[INFO] [stdout]    --> src/fold.rs:543:19
[INFO] [stdout]     |
[INFO] [stdout] 543 |         i: crate::ItemTraitAlias,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in the crate root
[INFO] [stdout]    --> src/fold.rs:544:17
[INFO] [stdout]     |
[INFO] [stdout] 544 |     ) -> crate::ItemTraitAlias {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:549:44
[INFO] [stdout]     |
[INFO] [stdout] 549 |     fn fold_item_type(&mut self, i: crate::ItemType) -> crate::ItemType {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:549:64
[INFO] [stdout]     |
[INFO] [stdout] 549 |     fn fold_item_type(&mut self, i: crate::ItemType) -> crate::ItemType {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in the crate root
[INFO] [stdout]    --> src/fold.rs:554:45
[INFO] [stdout]     |
[INFO] [stdout] 554 |     fn fold_item_union(&mut self, i: crate::ItemUnion) -> crate::ItemUnion {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in the crate root
[INFO] [stdout]    --> src/fold.rs:554:66
[INFO] [stdout]     |
[INFO] [stdout] 554 |     fn fold_item_union(&mut self, i: crate::ItemUnion) -> crate::ItemUnion {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUse` in the crate root
[INFO] [stdout]    --> src/fold.rs:559:43
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn fold_item_use(&mut self, i: crate::ItemUse) -> crate::ItemUse {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUse` in the crate root
[INFO] [stdout]    --> src/fold.rs:559:62
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn fold_item_use(&mut self, i: crate::ItemUse) -> crate::ItemUse {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Label` in the crate root
[INFO] [stdout]    --> src/fold.rs:564:40
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn fold_label(&mut self, i: crate::Label) -> crate::Label {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Label` in the crate root
[INFO] [stdout]    --> src/fold.rs:564:57
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn fold_label(&mut self, i: crate::Label) -> crate::Label {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LifetimeParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:572:49
[INFO] [stdout]     |
[INFO] [stdout] 572 |     fn fold_lifetime_param(&mut self, i: crate::LifetimeParam) -> crate::LifetimeParam {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LifetimeParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:572:74
[INFO] [stdout]     |
[INFO] [stdout] 572 |     fn fold_lifetime_param(&mut self, i: crate::LifetimeParam) -> crate::LifetimeParam {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Local` in the crate root
[INFO] [stdout]    --> src/fold.rs:604:40
[INFO] [stdout]     |
[INFO] [stdout] 604 |     fn fold_local(&mut self, i: crate::Local) -> crate::Local {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Local` in the crate root
[INFO] [stdout]    --> src/fold.rs:604:57
[INFO] [stdout]     |
[INFO] [stdout] 604 |     fn fold_local(&mut self, i: crate::Local) -> crate::Local {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LocalInit` in the crate root
[INFO] [stdout]    --> src/fold.rs:609:45
[INFO] [stdout]     |
[INFO] [stdout] 609 |     fn fold_local_init(&mut self, i: crate::LocalInit) -> crate::LocalInit {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LocalInit` in the crate root
[INFO] [stdout]    --> src/fold.rs:609:66
[INFO] [stdout]     |
[INFO] [stdout] 609 |     fn fold_local_init(&mut self, i: crate::LocalInit) -> crate::LocalInit {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Macro` in the crate root
[INFO] [stdout]    --> src/fold.rs:614:40
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn fold_macro(&mut self, i: crate::Macro) -> crate::Macro {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use crate::token::Macro;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use syn::token::Macro;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Macro`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 614 -     fn fold_macro(&mut self, i: crate::Macro) -> crate::Macro {
[INFO] [stdout] 614 +     fn fold_macro(&mut self, i: Macro) -> crate::Macro {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Macro` in the crate root
[INFO] [stdout]    --> src/fold.rs:614:57
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn fold_macro(&mut self, i: crate::Macro) -> crate::Macro {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use crate::token::Macro;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use syn::token::Macro;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Macro`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 614 -     fn fold_macro(&mut self, i: crate::Macro) -> crate::Macro {
[INFO] [stdout] 614 +     fn fold_macro(&mut self, i: crate::Macro) -> Macro {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MacroDelimiter` in the crate root
[INFO] [stdout]    --> src/fold.rs:621:19
[INFO] [stdout]     |
[INFO] [stdout] 621 |         i: crate::MacroDelimiter,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MacroDelimiter` in the crate root
[INFO] [stdout]    --> src/fold.rs:622:17
[INFO] [stdout]     |
[INFO] [stdout] 622 |     ) -> crate::MacroDelimiter {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Member` in the crate root
[INFO] [stdout]    --> src/fold.rs:627:41
[INFO] [stdout]     |
[INFO] [stdout] 627 |     fn fold_member(&mut self, i: crate::Member) -> crate::Member {
[INFO] [stdout]     |                                         ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Member` in the crate root
[INFO] [stdout]    --> src/fold.rs:627:59
[INFO] [stdout]     |
[INFO] [stdout] 627 |     fn fold_member(&mut self, i: crate::Member) -> crate::Member {
[INFO] [stdout]     |                                                           ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Meta` in the crate root
[INFO] [stdout]    --> src/fold.rs:632:39
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn fold_meta(&mut self, i: crate::Meta) -> crate::Meta {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Meta` in the crate root
[INFO] [stdout]    --> src/fold.rs:632:55
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn fold_meta(&mut self, i: crate::Meta) -> crate::Meta {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaList` in the crate root
[INFO] [stdout]    --> src/fold.rs:637:44
[INFO] [stdout]     |
[INFO] [stdout] 637 |     fn fold_meta_list(&mut self, i: crate::MetaList) -> crate::MetaList {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaList` in the crate root
[INFO] [stdout]    --> src/fold.rs:637:64
[INFO] [stdout]     |
[INFO] [stdout] 637 |     fn fold_meta_list(&mut self, i: crate::MetaList) -> crate::MetaList {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaNameValue` in the crate root
[INFO] [stdout]    --> src/fold.rs:642:50
[INFO] [stdout]     |
[INFO] [stdout] 642 |     fn fold_meta_name_value(&mut self, i: crate::MetaNameValue) -> crate::MetaNameValue {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaNameValue` in the crate root
[INFO] [stdout]    --> src/fold.rs:642:75
[INFO] [stdout]     |
[INFO] [stdout] 642 |     fn fold_meta_name_value(&mut self, i: crate::MetaNameValue) -> crate::MetaNameValue {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParenthesizedGenericArguments` in the crate root
[INFO] [stdout]    --> src/fold.rs:649:19
[INFO] [stdout]     |
[INFO] [stdout] 649 |         i: crate::ParenthesizedGenericArguments,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParenthesizedGenericArguments` in the crate root
[INFO] [stdout]    --> src/fold.rs:650:17
[INFO] [stdout]     |
[INFO] [stdout] 650 |     ) -> crate::ParenthesizedGenericArguments {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in the crate root
[INFO] [stdout]    --> src/fold.rs:655:38
[INFO] [stdout]     |
[INFO] [stdout] 655 |     fn fold_pat(&mut self, i: crate::Pat) -> crate::Pat {
[INFO] [stdout]     |                                      ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in the crate root
[INFO] [stdout]    --> src/fold.rs:655:53
[INFO] [stdout]     |
[INFO] [stdout] 655 |     fn fold_pat(&mut self, i: crate::Pat) -> crate::Pat {
[INFO] [stdout]     |                                                     ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatIdent` in the crate root
[INFO] [stdout]    --> src/fold.rs:660:44
[INFO] [stdout]     |
[INFO] [stdout] 660 |     fn fold_pat_ident(&mut self, i: crate::PatIdent) -> crate::PatIdent {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatIdent` in the crate root
[INFO] [stdout]    --> src/fold.rs:660:64
[INFO] [stdout]     |
[INFO] [stdout] 660 |     fn fold_pat_ident(&mut self, i: crate::PatIdent) -> crate::PatIdent {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatOr` in the crate root
[INFO] [stdout]    --> src/fold.rs:665:41
[INFO] [stdout]     |
[INFO] [stdout] 665 |     fn fold_pat_or(&mut self, i: crate::PatOr) -> crate::PatOr {
[INFO] [stdout]     |                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatOr` in the crate root
[INFO] [stdout]    --> src/fold.rs:665:58
[INFO] [stdout]     |
[INFO] [stdout] 665 |     fn fold_pat_or(&mut self, i: crate::PatOr) -> crate::PatOr {
[INFO] [stdout]     |                                                          ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:670:44
[INFO] [stdout]     |
[INFO] [stdout] 670 |     fn fold_pat_paren(&mut self, i: crate::PatParen) -> crate::PatParen {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:670:64
[INFO] [stdout]     |
[INFO] [stdout] 670 |     fn fold_pat_paren(&mut self, i: crate::PatParen) -> crate::PatParen {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:675:48
[INFO] [stdout]     |
[INFO] [stdout] 675 |     fn fold_pat_reference(&mut self, i: crate::PatReference) -> crate::PatReference {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:675:72
[INFO] [stdout]     |
[INFO] [stdout] 675 |     fn fold_pat_reference(&mut self, i: crate::PatReference) -> crate::PatReference {
[INFO] [stdout]     |                                                                        ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatRest` in the crate root
[INFO] [stdout]    --> src/fold.rs:680:43
[INFO] [stdout]     |
[INFO] [stdout] 680 |     fn fold_pat_rest(&mut self, i: crate::PatRest) -> crate::PatRest {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatRest` in the crate root
[INFO] [stdout]    --> src/fold.rs:680:62
[INFO] [stdout]     |
[INFO] [stdout] 680 |     fn fold_pat_rest(&mut self, i: crate::PatRest) -> crate::PatRest {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatSlice` in the crate root
[INFO] [stdout]    --> src/fold.rs:685:44
[INFO] [stdout]     |
[INFO] [stdout] 685 |     fn fold_pat_slice(&mut self, i: crate::PatSlice) -> crate::PatSlice {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatSlice` in the crate root
[INFO] [stdout]    --> src/fold.rs:685:64
[INFO] [stdout]     |
[INFO] [stdout] 685 |     fn fold_pat_slice(&mut self, i: crate::PatSlice) -> crate::PatSlice {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:690:45
[INFO] [stdout]     |
[INFO] [stdout] 690 |     fn fold_pat_struct(&mut self, i: crate::PatStruct) -> crate::PatStruct {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:690:66
[INFO] [stdout]     |
[INFO] [stdout] 690 |     fn fold_pat_struct(&mut self, i: crate::PatStruct) -> crate::PatStruct {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:695:44
[INFO] [stdout]     |
[INFO] [stdout] 695 |     fn fold_pat_tuple(&mut self, i: crate::PatTuple) -> crate::PatTuple {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:695:64
[INFO] [stdout]     |
[INFO] [stdout] 695 |     fn fold_pat_tuple(&mut self, i: crate::PatTuple) -> crate::PatTuple {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:702:19
[INFO] [stdout]     |
[INFO] [stdout] 702 |         i: crate::PatTupleStruct,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in the crate root
[INFO] [stdout]    --> src/fold.rs:703:17
[INFO] [stdout]     |
[INFO] [stdout] 703 |     ) -> crate::PatTupleStruct {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatType` in the crate root
[INFO] [stdout]    --> src/fold.rs:708:43
[INFO] [stdout]     |
[INFO] [stdout] 708 |     fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatType` in the crate root
[INFO] [stdout]    --> src/fold.rs:708:62
[INFO] [stdout]     |
[INFO] [stdout] 708 |     fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatWild` in the crate root
[INFO] [stdout]    --> src/fold.rs:713:43
[INFO] [stdout]     |
[INFO] [stdout] 713 |     fn fold_pat_wild(&mut self, i: crate::PatWild) -> crate::PatWild {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatWild` in the crate root
[INFO] [stdout]    --> src/fold.rs:713:62
[INFO] [stdout]     |
[INFO] [stdout] 713 |     fn fold_pat_wild(&mut self, i: crate::PatWild) -> crate::PatWild {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in the crate root
[INFO] [stdout]    --> src/fold.rs:718:39
[INFO] [stdout]     |
[INFO] [stdout] 718 |     fn fold_path(&mut self, i: crate::Path) -> crate::Path {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Path`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 718 -     fn fold_path(&mut self, i: crate::Path) -> crate::Path {
[INFO] [stdout] 718 +     fn fold_path(&mut self, i: Path) -> crate::Path {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in the crate root
[INFO] [stdout]    --> src/fold.rs:718:55
[INFO] [stdout]     |
[INFO] [stdout] 718 |     fn fold_path(&mut self, i: crate::Path) -> crate::Path {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Path`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 718 -     fn fold_path(&mut self, i: crate::Path) -> crate::Path {
[INFO] [stdout] 718 +     fn fold_path(&mut self, i: crate::Path) -> Path {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathArguments` in the crate root
[INFO] [stdout]    --> src/fold.rs:723:49
[INFO] [stdout]     |
[INFO] [stdout] 723 |     fn fold_path_arguments(&mut self, i: crate::PathArguments) -> crate::PathArguments {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathArguments` in the crate root
[INFO] [stdout]    --> src/fold.rs:723:74
[INFO] [stdout]     |
[INFO] [stdout] 723 |     fn fold_path_arguments(&mut self, i: crate::PathArguments) -> crate::PathArguments {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathSegment` in the crate root
[INFO] [stdout]    --> src/fold.rs:728:47
[INFO] [stdout]     |
[INFO] [stdout] 728 |     fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathSegment` in the crate root
[INFO] [stdout]    --> src/fold.rs:728:70
[INFO] [stdout]     |
[INFO] [stdout] 728 |     fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PointerMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:735:19
[INFO] [stdout]     |
[INFO] [stdout] 735 |         i: crate::PointerMutability,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PointerMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:736:17
[INFO] [stdout]     |
[INFO] [stdout] 736 |     ) -> crate::PointerMutability {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateLifetime` in the crate root
[INFO] [stdout]    --> src/fold.rs:743:19
[INFO] [stdout]     |
[INFO] [stdout] 743 |         i: crate::PredicateLifetime,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateLifetime` in the crate root
[INFO] [stdout]    --> src/fold.rs:744:17
[INFO] [stdout]     |
[INFO] [stdout] 744 |     ) -> crate::PredicateLifetime {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateType` in the crate root
[INFO] [stdout]    --> src/fold.rs:749:49
[INFO] [stdout]     |
[INFO] [stdout] 749 |     fn fold_predicate_type(&mut self, i: crate::PredicateType) -> crate::PredicateType {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateType` in the crate root
[INFO] [stdout]    --> src/fold.rs:749:74
[INFO] [stdout]     |
[INFO] [stdout] 749 |     fn fold_predicate_type(&mut self, i: crate::PredicateType) -> crate::PredicateType {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `QSelf` in the crate root
[INFO] [stdout]    --> src/fold.rs:754:40
[INFO] [stdout]     |
[INFO] [stdout] 754 |     fn fold_qself(&mut self, i: crate::QSelf) -> crate::QSelf {
[INFO] [stdout]     |                                        ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `QSelf` in the crate root
[INFO] [stdout]    --> src/fold.rs:754:57
[INFO] [stdout]     |
[INFO] [stdout] 754 |     fn fold_qself(&mut self, i: crate::QSelf) -> crate::QSelf {
[INFO] [stdout]     |                                                         ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in the crate root
[INFO] [stdout]    --> src/fold.rs:759:47
[INFO] [stdout]     |
[INFO] [stdout] 759 |     fn fold_range_limits(&mut self, i: crate::RangeLimits) -> crate::RangeLimits {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in the crate root
[INFO] [stdout]    --> src/fold.rs:759:70
[INFO] [stdout]     |
[INFO] [stdout] 759 |     fn fold_range_limits(&mut self, i: crate::RangeLimits) -> crate::RangeLimits {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in the crate root
[INFO] [stdout]    --> src/fold.rs:764:43
[INFO] [stdout]     |
[INFO] [stdout] 764 |     fn fold_receiver(&mut self, i: crate::Receiver) -> crate::Receiver {
[INFO] [stdout]     |                                           ^^^^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::sync::mpmc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use core::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Receiver`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 764 -     fn fold_receiver(&mut self, i: crate::Receiver) -> crate::Receiver {
[INFO] [stdout] 764 +     fn fold_receiver(&mut self, i: Receiver) -> crate::Receiver {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in the crate root
[INFO] [stdout]    --> src/fold.rs:764:63
[INFO] [stdout]     |
[INFO] [stdout] 764 |     fn fold_receiver(&mut self, i: crate::Receiver) -> crate::Receiver {
[INFO] [stdout]     |                                                               ^^^^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::sync::mpmc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use core::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Receiver`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 764 -     fn fold_receiver(&mut self, i: crate::Receiver) -> crate::Receiver {
[INFO] [stdout] 764 +     fn fold_receiver(&mut self, i: crate::Receiver) -> Receiver {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReturnType` in the crate root
[INFO] [stdout]    --> src/fold.rs:769:46
[INFO] [stdout]     |
[INFO] [stdout] 769 |     fn fold_return_type(&mut self, i: crate::ReturnType) -> crate::ReturnType {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReturnType` in the crate root
[INFO] [stdout]    --> src/fold.rs:769:68
[INFO] [stdout]     |
[INFO] [stdout] 769 |     fn fold_return_type(&mut self, i: crate::ReturnType) -> crate::ReturnType {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Signature` in the crate root
[INFO] [stdout]    --> src/fold.rs:774:44
[INFO] [stdout]     |
[INFO] [stdout] 774 |     fn fold_signature(&mut self, i: crate::Signature) -> crate::Signature {
[INFO] [stdout]     |                                            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Signature` in the crate root
[INFO] [stdout]    --> src/fold.rs:774:65
[INFO] [stdout]     |
[INFO] [stdout] 774 |     fn fold_signature(&mut self, i: crate::Signature) -> crate::Signature {
[INFO] [stdout]     |                                                                 ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StaticMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:784:19
[INFO] [stdout]     |
[INFO] [stdout] 784 |         i: crate::StaticMutability,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StaticMutability` in the crate root
[INFO] [stdout]    --> src/fold.rs:785:17
[INFO] [stdout]     |
[INFO] [stdout] 785 |     ) -> crate::StaticMutability {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Stmt` in the crate root
[INFO] [stdout]    --> src/fold.rs:790:39
[INFO] [stdout]     |
[INFO] [stdout] 790 |     fn fold_stmt(&mut self, i: crate::Stmt) -> crate::Stmt {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Stmt` in the crate root
[INFO] [stdout]    --> src/fold.rs:790:55
[INFO] [stdout]     |
[INFO] [stdout] 790 |     fn fold_stmt(&mut self, i: crate::Stmt) -> crate::Stmt {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StmtMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:795:45
[INFO] [stdout]     |
[INFO] [stdout] 795 |     fn fold_stmt_macro(&mut self, i: crate::StmtMacro) -> crate::StmtMacro {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StmtMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:795:66
[INFO] [stdout]     |
[INFO] [stdout] 795 |     fn fold_stmt_macro(&mut self, i: crate::StmtMacro) -> crate::StmtMacro {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBound` in the crate root
[INFO] [stdout]    --> src/fold.rs:800:46
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fold_trait_bound(&mut self, i: crate::TraitBound) -> crate::TraitBound {
[INFO] [stdout]     |                                              ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBound` in the crate root
[INFO] [stdout]    --> src/fold.rs:800:68
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fold_trait_bound(&mut self, i: crate::TraitBound) -> crate::TraitBound {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBoundModifier` in the crate root
[INFO] [stdout]    --> src/fold.rs:807:19
[INFO] [stdout]     |
[INFO] [stdout] 807 |         i: crate::TraitBoundModifier,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBoundModifier` in the crate root
[INFO] [stdout]    --> src/fold.rs:808:17
[INFO] [stdout]     |
[INFO] [stdout] 808 |     ) -> crate::TraitBoundModifier {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:813:45
[INFO] [stdout]     |
[INFO] [stdout] 813 |     fn fold_trait_item(&mut self, i: crate::TraitItem) -> crate::TraitItem {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItem` in the crate root
[INFO] [stdout]    --> src/fold.rs:813:66
[INFO] [stdout]     |
[INFO] [stdout] 813 |     fn fold_trait_item(&mut self, i: crate::TraitItem) -> crate::TraitItem {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:820:19
[INFO] [stdout]     |
[INFO] [stdout] 820 |         i: crate::TraitItemConst,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in the crate root
[INFO] [stdout]    --> src/fold.rs:821:17
[INFO] [stdout]     |
[INFO] [stdout] 821 |     ) -> crate::TraitItemConst {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:826:48
[INFO] [stdout]     |
[INFO] [stdout] 826 |     fn fold_trait_item_fn(&mut self, i: crate::TraitItemFn) -> crate::TraitItemFn {
[INFO] [stdout]     |                                                ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:826:71
[INFO] [stdout]     |
[INFO] [stdout] 826 |     fn fold_trait_item_fn(&mut self, i: crate::TraitItemFn) -> crate::TraitItemFn {
[INFO] [stdout]     |                                                                       ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:833:19
[INFO] [stdout]     |
[INFO] [stdout] 833 |         i: crate::TraitItemMacro,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:834:17
[INFO] [stdout]     |
[INFO] [stdout] 834 |     ) -> crate::TraitItemMacro {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:839:50
[INFO] [stdout]     |
[INFO] [stdout] 839 |     fn fold_trait_item_type(&mut self, i: crate::TraitItemType) -> crate::TraitItemType {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in the crate root
[INFO] [stdout]    --> src/fold.rs:839:75
[INFO] [stdout]     |
[INFO] [stdout] 839 |     fn fold_trait_item_type(&mut self, i: crate::TraitItemType) -> crate::TraitItemType {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Type` in the crate root
[INFO] [stdout]    --> src/fold.rs:844:39
[INFO] [stdout]     |
[INFO] [stdout] 844 |     fn fold_type(&mut self, i: crate::Type) -> crate::Type {
[INFO] [stdout]     |                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use crate::token::Type;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use syn::token::Type;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 844 -     fn fold_type(&mut self, i: crate::Type) -> crate::Type {
[INFO] [stdout] 844 +     fn fold_type(&mut self, i: Type) -> crate::Type {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Type` in the crate root
[INFO] [stdout]    --> src/fold.rs:844:55
[INFO] [stdout]     |
[INFO] [stdout] 844 |     fn fold_type(&mut self, i: crate::Type) -> crate::Type {
[INFO] [stdout]     |                                                       ^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use crate::token::Type;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use syn::token::Type;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 844 -     fn fold_type(&mut self, i: crate::Type) -> crate::Type {
[INFO] [stdout] 844 +     fn fold_type(&mut self, i: crate::Type) -> Type {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeArray` in the crate root
[INFO] [stdout]    --> src/fold.rs:849:45
[INFO] [stdout]     |
[INFO] [stdout] 849 |     fn fold_type_array(&mut self, i: crate::TypeArray) -> crate::TypeArray {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeArray` in the crate root
[INFO] [stdout]    --> src/fold.rs:849:66
[INFO] [stdout]     |
[INFO] [stdout] 849 |     fn fold_type_array(&mut self, i: crate::TypeArray) -> crate::TypeArray {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeBareFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:854:47
[INFO] [stdout]     |
[INFO] [stdout] 854 |     fn fold_type_bare_fn(&mut self, i: crate::TypeBareFn) -> crate::TypeBareFn {
[INFO] [stdout]     |                                               ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeBareFn` in the crate root
[INFO] [stdout]    --> src/fold.rs:854:69
[INFO] [stdout]     |
[INFO] [stdout] 854 |     fn fold_type_bare_fn(&mut self, i: crate::TypeBareFn) -> crate::TypeBareFn {
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:859:45
[INFO] [stdout]     |
[INFO] [stdout] 859 |     fn fold_type_group(&mut self, i: crate::TypeGroup) -> crate::TypeGroup {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:859:66
[INFO] [stdout]     |
[INFO] [stdout] 859 |     fn fold_type_group(&mut self, i: crate::TypeGroup) -> crate::TypeGroup {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeImplTrait` in the crate root
[INFO] [stdout]    --> src/fold.rs:864:50
[INFO] [stdout]     |
[INFO] [stdout] 864 |     fn fold_type_impl_trait(&mut self, i: crate::TypeImplTrait) -> crate::TypeImplTrait {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeImplTrait` in the crate root
[INFO] [stdout]    --> src/fold.rs:864:75
[INFO] [stdout]     |
[INFO] [stdout] 864 |     fn fold_type_impl_trait(&mut self, i: crate::TypeImplTrait) -> crate::TypeImplTrait {
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeInfer` in the crate root
[INFO] [stdout]    --> src/fold.rs:869:45
[INFO] [stdout]     |
[INFO] [stdout] 869 |     fn fold_type_infer(&mut self, i: crate::TypeInfer) -> crate::TypeInfer {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeInfer` in the crate root
[INFO] [stdout]    --> src/fold.rs:869:66
[INFO] [stdout]     |
[INFO] [stdout] 869 |     fn fold_type_infer(&mut self, i: crate::TypeInfer) -> crate::TypeInfer {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:874:45
[INFO] [stdout]     |
[INFO] [stdout] 874 |     fn fold_type_macro(&mut self, i: crate::TypeMacro) -> crate::TypeMacro {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeMacro` in the crate root
[INFO] [stdout]    --> src/fold.rs:874:66
[INFO] [stdout]     |
[INFO] [stdout] 874 |     fn fold_type_macro(&mut self, i: crate::TypeMacro) -> crate::TypeMacro {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeNever` in the crate root
[INFO] [stdout]    --> src/fold.rs:879:45
[INFO] [stdout]     |
[INFO] [stdout] 879 |     fn fold_type_never(&mut self, i: crate::TypeNever) -> crate::TypeNever {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeNever` in the crate root
[INFO] [stdout]    --> src/fold.rs:879:66
[INFO] [stdout]     |
[INFO] [stdout] 879 |     fn fold_type_never(&mut self, i: crate::TypeNever) -> crate::TypeNever {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:884:45
[INFO] [stdout]     |
[INFO] [stdout] 884 |     fn fold_type_param(&mut self, i: crate::TypeParam) -> crate::TypeParam {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParam` in the crate root
[INFO] [stdout]    --> src/fold.rs:884:66
[INFO] [stdout]     |
[INFO] [stdout] 884 |     fn fold_type_param(&mut self, i: crate::TypeParam) -> crate::TypeParam {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParamBound` in the crate root
[INFO] [stdout]    --> src/fold.rs:891:19
[INFO] [stdout]     |
[INFO] [stdout] 891 |         i: crate::TypeParamBound,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParamBound` in the crate root
[INFO] [stdout]    --> src/fold.rs:892:17
[INFO] [stdout]     |
[INFO] [stdout] 892 |     ) -> crate::TypeParamBound {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:897:45
[INFO] [stdout]     |
[INFO] [stdout] 897 |     fn fold_type_paren(&mut self, i: crate::TypeParen) -> crate::TypeParen {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParen` in the crate root
[INFO] [stdout]    --> src/fold.rs:897:66
[INFO] [stdout]     |
[INFO] [stdout] 897 |     fn fold_type_paren(&mut self, i: crate::TypeParen) -> crate::TypeParen {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePath` in the crate root
[INFO] [stdout]    --> src/fold.rs:902:44
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePath` in the crate root
[INFO] [stdout]    --> src/fold.rs:902:64
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePtr` in the crate root
[INFO] [stdout]    --> src/fold.rs:907:43
[INFO] [stdout]     |
[INFO] [stdout] 907 |     fn fold_type_ptr(&mut self, i: crate::TypePtr) -> crate::TypePtr {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePtr` in the crate root
[INFO] [stdout]    --> src/fold.rs:907:62
[INFO] [stdout]     |
[INFO] [stdout] 907 |     fn fold_type_ptr(&mut self, i: crate::TypePtr) -> crate::TypePtr {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:912:49
[INFO] [stdout]     |
[INFO] [stdout] 912 |     fn fold_type_reference(&mut self, i: crate::TypeReference) -> crate::TypeReference {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeReference` in the crate root
[INFO] [stdout]    --> src/fold.rs:912:74
[INFO] [stdout]     |
[INFO] [stdout] 912 |     fn fold_type_reference(&mut self, i: crate::TypeReference) -> crate::TypeReference {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeSlice` in the crate root
[INFO] [stdout]    --> src/fold.rs:917:45
[INFO] [stdout]     |
[INFO] [stdout] 917 |     fn fold_type_slice(&mut self, i: crate::TypeSlice) -> crate::TypeSlice {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeSlice` in the crate root
[INFO] [stdout]    --> src/fold.rs:917:66
[INFO] [stdout]     |
[INFO] [stdout] 917 |     fn fold_type_slice(&mut self, i: crate::TypeSlice) -> crate::TypeSlice {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTraitObject` in the crate root
[INFO] [stdout]    --> src/fold.rs:924:19
[INFO] [stdout]     |
[INFO] [stdout] 924 |         i: crate::TypeTraitObject,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTraitObject` in the crate root
[INFO] [stdout]    --> src/fold.rs:925:17
[INFO] [stdout]     |
[INFO] [stdout] 925 |     ) -> crate::TypeTraitObject {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:930:45
[INFO] [stdout]     |
[INFO] [stdout] 930 |     fn fold_type_tuple(&mut self, i: crate::TypeTuple) -> crate::TypeTuple {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTuple` in the crate root
[INFO] [stdout]    --> src/fold.rs:930:66
[INFO] [stdout]     |
[INFO] [stdout] 930 |     fn fold_type_tuple(&mut self, i: crate::TypeTuple) -> crate::TypeTuple {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UnOp` in the crate root
[INFO] [stdout]    --> src/fold.rs:935:40
[INFO] [stdout]     |
[INFO] [stdout] 935 |     fn fold_un_op(&mut self, i: crate::UnOp) -> crate::UnOp {
[INFO] [stdout]     |                                        ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UnOp` in the crate root
[INFO] [stdout]    --> src/fold.rs:935:56
[INFO] [stdout]     |
[INFO] [stdout] 935 |     fn fold_un_op(&mut self, i: crate::UnOp) -> crate::UnOp {
[INFO] [stdout]     |                                                        ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGlob` in the crate root
[INFO] [stdout]    --> src/fold.rs:940:43
[INFO] [stdout]     |
[INFO] [stdout] 940 |     fn fold_use_glob(&mut self, i: crate::UseGlob) -> crate::UseGlob {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGlob` in the crate root
[INFO] [stdout]    --> src/fold.rs:940:62
[INFO] [stdout]     |
[INFO] [stdout] 940 |     fn fold_use_glob(&mut self, i: crate::UseGlob) -> crate::UseGlob {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:945:44
[INFO] [stdout]     |
[INFO] [stdout] 945 |     fn fold_use_group(&mut self, i: crate::UseGroup) -> crate::UseGroup {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGroup` in the crate root
[INFO] [stdout]    --> src/fold.rs:945:64
[INFO] [stdout]     |
[INFO] [stdout] 945 |     fn fold_use_group(&mut self, i: crate::UseGroup) -> crate::UseGroup {
[INFO] [stdout]     |                                                                ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseName` in the crate root
[INFO] [stdout]    --> src/fold.rs:950:43
[INFO] [stdout]     |
[INFO] [stdout] 950 |     fn fold_use_name(&mut self, i: crate::UseName) -> crate::UseName {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseName` in the crate root
[INFO] [stdout]    --> src/fold.rs:950:62
[INFO] [stdout]     |
[INFO] [stdout] 950 |     fn fold_use_name(&mut self, i: crate::UseName) -> crate::UseName {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UsePath` in the crate root
[INFO] [stdout]    --> src/fold.rs:955:43
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UsePath` in the crate root
[INFO] [stdout]    --> src/fold.rs:955:62
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseRename` in the crate root
[INFO] [stdout]    --> src/fold.rs:960:45
[INFO] [stdout]     |
[INFO] [stdout] 960 |     fn fold_use_rename(&mut self, i: crate::UseRename) -> crate::UseRename {
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseRename` in the crate root
[INFO] [stdout]    --> src/fold.rs:960:66
[INFO] [stdout]     |
[INFO] [stdout] 960 |     fn fold_use_rename(&mut self, i: crate::UseRename) -> crate::UseRename {
[INFO] [stdout]     |                                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseTree` in the crate root
[INFO] [stdout]    --> src/fold.rs:965:43
[INFO] [stdout]     |
[INFO] [stdout] 965 |     fn fold_use_tree(&mut self, i: crate::UseTree) -> crate::UseTree {
[INFO] [stdout]     |                                           ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseTree` in the crate root
[INFO] [stdout]    --> src/fold.rs:965:62
[INFO] [stdout]     |
[INFO] [stdout] 965 |     fn fold_use_tree(&mut self, i: crate::UseTree) -> crate::UseTree {
[INFO] [stdout]     |                                                              ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variadic` in the crate root
[INFO] [stdout]    --> src/fold.rs:970:43
[INFO] [stdout]     |
[INFO] [stdout] 970 |     fn fold_variadic(&mut self, i: crate::Variadic) -> crate::Variadic {
[INFO] [stdout]     |                                           ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variadic` in the crate root
[INFO] [stdout]    --> src/fold.rs:970:63
[INFO] [stdout]     |
[INFO] [stdout] 970 |     fn fold_variadic(&mut self, i: crate::Variadic) -> crate::Variadic {
[INFO] [stdout]     |                                                               ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variant` in the crate root
[INFO] [stdout]    --> src/fold.rs:975:42
[INFO] [stdout]     |
[INFO] [stdout] 975 |     fn fold_variant(&mut self, i: crate::Variant) -> crate::Variant {
[INFO] [stdout]     |                                          ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variant` in the crate root
[INFO] [stdout]    --> src/fold.rs:975:61
[INFO] [stdout]     |
[INFO] [stdout] 975 |     fn fold_variant(&mut self, i: crate::Variant) -> crate::Variant {
[INFO] [stdout]     |                                                             ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `VisRestricted` in the crate root
[INFO] [stdout]    --> src/fold.rs:980:49
[INFO] [stdout]     |
[INFO] [stdout] 980 |     fn fold_vis_restricted(&mut self, i: crate::VisRestricted) -> crate::VisRestricted {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `VisRestricted` in the crate root
[INFO] [stdout]    --> src/fold.rs:980:74
[INFO] [stdout]     |
[INFO] [stdout] 980 |     fn fold_vis_restricted(&mut self, i: crate::VisRestricted) -> crate::VisRestricted {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Visibility` in the crate root
[INFO] [stdout]    --> src/fold.rs:985:45
[INFO] [stdout]     |
[INFO] [stdout] 985 |     fn fold_visibility(&mut self, i: crate::Visibility) -> crate::Visibility {
[INFO] [stdout]     |                                             ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Visibility` in the crate root
[INFO] [stdout]    --> src/fold.rs:985:67
[INFO] [stdout]     |
[INFO] [stdout] 985 |     fn fold_visibility(&mut self, i: crate::Visibility) -> crate::Visibility {
[INFO] [stdout]     |                                                                   ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WhereClause` in the crate root
[INFO] [stdout]    --> src/fold.rs:990:47
[INFO] [stdout]     |
[INFO] [stdout] 990 |     fn fold_where_clause(&mut self, i: crate::WhereClause) -> crate::WhereClause {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WhereClause` in the crate root
[INFO] [stdout]    --> src/fold.rs:990:70
[INFO] [stdout]     |
[INFO] [stdout] 990 |     fn fold_where_clause(&mut self, i: crate::WhereClause) -> crate::WhereClause {
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WherePredicate` in the crate root
[INFO] [stdout]    --> src/fold.rs:997:19
[INFO] [stdout]     |
[INFO] [stdout] 997 |         i: crate::WherePredicate,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WherePredicate` in the crate root
[INFO] [stdout]    --> src/fold.rs:998:17
[INFO] [stdout]     |
[INFO] [stdout] 998 |     ) -> crate::WherePredicate {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Abi` in the crate root
[INFO] [stdout]     --> src/fold.rs:1004:44
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout]      |                                            ^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: there is an enum variant `core::intrinsics::mir::UnwindTerminateReason::Abi` and 1 other; try using the variant's enum
[INFO] [stdout]      |
[INFO] [stdout] 1004 - pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout] 1004 + pub fn fold_abi<F>(f: &mut F, node: core::intrinsics::mir::UnwindTerminateReason) -> crate::Abi
[INFO] [stdout]      |
[INFO] [stdout] 1004 - pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout] 1004 + pub fn fold_abi<F>(f: &mut F, node: std::intrinsics::mir::UnwindTerminateReason) -> crate::Abi
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Abi` in the crate root
[INFO] [stdout]     --> src/fold.rs:1004:59
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout]      |                                                           ^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: there is an enum variant `core::intrinsics::mir::UnwindTerminateReason::Abi` and 1 other; try using the variant's enum
[INFO] [stdout]      |
[INFO] [stdout] 1004 - pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout] 1004 + pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> core::intrinsics::mir::UnwindTerminateReason
[INFO] [stdout]      |
[INFO] [stdout] 1004 - pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> crate::Abi
[INFO] [stdout] 1004 + pub fn fold_abi<F>(f: &mut F, node: crate::Abi) -> std::intrinsics::mir::UnwindTerminateReason
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Abi` in the crate root
[INFO] [stdout]     --> src/fold.rs:1008:12
[INFO] [stdout]      |
[INFO] [stdout] 1008 |     crate::Abi {
[INFO] [stdout]      |            ^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::intrinsics::mir::UnwindTerminateReason::Abi;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Abi`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1008 -     crate::Abi {
[INFO] [stdout] 1008 +     Abi {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AngleBracketedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:1017:18
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     node: crate::AngleBracketedGenericArguments,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AngleBracketedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:1018:13
[INFO] [stdout]      |
[INFO] [stdout] 1018 | ) -> crate::AngleBracketedGenericArguments
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AngleBracketedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:1022:12
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     crate::AngleBracketedGenericArguments {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Arm` in the crate root
[INFO] [stdout]     --> src/fold.rs:1031:44
[INFO] [stdout]      |
[INFO] [stdout] 1031 | pub fn fold_arm<F>(f: &mut F, node: crate::Arm) -> crate::Arm
[INFO] [stdout]      |                                            ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Arm` in the crate root
[INFO] [stdout]     --> src/fold.rs:1031:59
[INFO] [stdout]      |
[INFO] [stdout] 1031 | pub fn fold_arm<F>(f: &mut F, node: crate::Arm) -> crate::Arm
[INFO] [stdout]      |                                                           ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Arm` in the crate root
[INFO] [stdout]     --> src/fold.rs:1035:12
[INFO] [stdout]      |
[INFO] [stdout] 1035 |     crate::Arm {
[INFO] [stdout]      |            ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1046:52
[INFO] [stdout]      |
[INFO] [stdout] 1046 | pub fn fold_assoc_const<F>(f: &mut F, node: crate::AssocConst) -> crate::AssocConst
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1046:74
[INFO] [stdout]      |
[INFO] [stdout] 1046 | pub fn fold_assoc_const<F>(f: &mut F, node: crate::AssocConst) -> crate::AssocConst
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AssocConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1050:12
[INFO] [stdout]      |
[INFO] [stdout] 1050 |     crate::AssocConst {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocType` in the crate root
[INFO] [stdout]     --> src/fold.rs:1059:51
[INFO] [stdout]      |
[INFO] [stdout] 1059 | pub fn fold_assoc_type<F>(f: &mut F, node: crate::AssocType) -> crate::AssocType
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AssocType` in the crate root
[INFO] [stdout]     --> src/fold.rs:1059:72
[INFO] [stdout]      |
[INFO] [stdout] 1059 | pub fn fold_assoc_type<F>(f: &mut F, node: crate::AssocType) -> crate::AssocType
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AssocType` in the crate root
[INFO] [stdout]     --> src/fold.rs:1063:12
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     crate::AssocType {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1072:51
[INFO] [stdout]      |
[INFO] [stdout] 1072 | pub fn fold_attr_style<F>(f: &mut F, node: crate::AttrStyle) -> crate::AttrStyle
[INFO] [stdout]      |                                                   ^^^^^^^^^ help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lit.rs:840:1
[INFO] [stdout]      |
[INFO] [stdout]  840 | pub enum StrStyle {
[INFO] [stdout]      | ----------------- similarly named enum `StrStyle` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AttrStyle` in the crate root
[INFO] [stdout]     --> src/fold.rs:1072:72
[INFO] [stdout]      |
[INFO] [stdout] 1072 | pub fn fold_attr_style<F>(f: &mut F, node: crate::AttrStyle) -> crate::AttrStyle
[INFO] [stdout]      |                                                                        ^^^^^^^^^ help: an enum with a similar name exists: `StrStyle`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lit.rs:840:1
[INFO] [stdout]      |
[INFO] [stdout]  840 | pub enum StrStyle {
[INFO] [stdout]      | ----------------- similarly named enum `StrStyle` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in the crate root
[INFO] [stdout]     --> src/fold.rs:1083:50
[INFO] [stdout]      |
[INFO] [stdout] 1083 | pub fn fold_attribute<F>(f: &mut F, node: crate::Attribute) -> crate::Attribute
[INFO] [stdout]      |                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in the crate root
[INFO] [stdout]     --> src/fold.rs:1083:71
[INFO] [stdout]      |
[INFO] [stdout] 1083 | pub fn fold_attribute<F>(f: &mut F, node: crate::Attribute) -> crate::Attribute
[INFO] [stdout]      |                                                                       ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in the crate root
[INFO] [stdout]     --> src/fold.rs:1087:12
[INFO] [stdout]      |
[INFO] [stdout] 1087 |     crate::Attribute {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareFnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:1096:52
[INFO] [stdout]      |
[INFO] [stdout] 1096 | pub fn fold_bare_fn_arg<F>(f: &mut F, node: crate::BareFnArg) -> crate::BareFnArg
[INFO] [stdout]      |                                                    ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareFnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:1096:73
[INFO] [stdout]      |
[INFO] [stdout] 1096 | pub fn fold_bare_fn_arg<F>(f: &mut F, node: crate::BareFnArg) -> crate::BareFnArg
[INFO] [stdout]      |                                                                         ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BareFnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:1100:12
[INFO] [stdout]      |
[INFO] [stdout] 1100 |     crate::BareFnArg {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareVariadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:1108:54
[INFO] [stdout]      |
[INFO] [stdout] 1108 | pub fn fold_bare_variadic<F>(f: &mut F, node: crate::BareVariadic) -> crate::BareVariadic
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BareVariadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:1108:78
[INFO] [stdout]      |
[INFO] [stdout] 1108 | pub fn fold_bare_variadic<F>(f: &mut F, node: crate::BareVariadic) -> crate::BareVariadic
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BareVariadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:1112:12
[INFO] [stdout]      |
[INFO] [stdout] 1112 |     crate::BareVariadic {
[INFO] [stdout]      |            ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1121:47
[INFO] [stdout]      |
[INFO] [stdout] 1121 | pub fn fold_bin_op<F>(f: &mut F, node: crate::BinOp) -> crate::BinOp
[INFO] [stdout]      |                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BinOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:1121:64
[INFO] [stdout]      |
[INFO] [stdout] 1121 | pub fn fold_bin_op<F>(f: &mut F, node: crate::BinOp) -> crate::BinOp
[INFO] [stdout]      |                                                                ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Block` in the crate root
[INFO] [stdout]     --> src/fold.rs:1160:46
[INFO] [stdout]      |
[INFO] [stdout] 1160 | pub fn fold_block<F>(f: &mut F, node: crate::Block) -> crate::Block
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Block` in the crate root
[INFO] [stdout]     --> src/fold.rs:1160:63
[INFO] [stdout]      |
[INFO] [stdout] 1160 | pub fn fold_block<F>(f: &mut F, node: crate::Block) -> crate::Block
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Block` in the crate root
[INFO] [stdout]     --> src/fold.rs:1164:12
[INFO] [stdout]      |
[INFO] [stdout] 1164 |     crate::Block {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BoundLifetimes` in the crate root
[INFO] [stdout]     --> src/fold.rs:1173:18
[INFO] [stdout]      |
[INFO] [stdout] 1173 |     node: crate::BoundLifetimes,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BoundLifetimes` in the crate root
[INFO] [stdout]     --> src/fold.rs:1174:13
[INFO] [stdout]      |
[INFO] [stdout] 1174 | ) -> crate::BoundLifetimes
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BoundLifetimes` in the crate root
[INFO] [stdout]     --> src/fold.rs:1178:12
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     crate::BoundLifetimes {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ConstParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:1187:52
[INFO] [stdout]      |
[INFO] [stdout] 1187 | pub fn fold_const_param<F>(f: &mut F, node: crate::ConstParam) -> crate::ConstParam
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ConstParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:1187:74
[INFO] [stdout]      |
[INFO] [stdout] 1187 | pub fn fold_const_param<F>(f: &mut F, node: crate::ConstParam) -> crate::ConstParam
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:1191:12
[INFO] [stdout]      |
[INFO] [stdout] 1191 |     crate::ConstParam {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Constraint` in the crate root
[INFO] [stdout]     --> src/fold.rs:1203:51
[INFO] [stdout]      |
[INFO] [stdout] 1203 | pub fn fold_constraint<F>(f: &mut F, node: crate::Constraint) -> crate::Constraint
[INFO] [stdout]      |                                                   ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Constraint` in the crate root
[INFO] [stdout]     --> src/fold.rs:1203:73
[INFO] [stdout]      |
[INFO] [stdout] 1203 | pub fn fold_constraint<F>(f: &mut F, node: crate::Constraint) -> crate::Constraint
[INFO] [stdout]      |                                                                         ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Constraint` in the crate root
[INFO] [stdout]     --> src/fold.rs:1207:12
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     crate::Constraint {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1216:45
[INFO] [stdout]      |
[INFO] [stdout] 1216 | pub fn fold_data<F>(f: &mut F, node: crate::Data) -> crate::Data
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Data` in the crate root
[INFO] [stdout]     --> src/fold.rs:1216:61
[INFO] [stdout]      |
[INFO] [stdout] 1216 | pub fn fold_data<F>(f: &mut F, node: crate::Data) -> crate::Data
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:1232:50
[INFO] [stdout]      |
[INFO] [stdout] 1232 | pub fn fold_data_enum<F>(f: &mut F, node: crate::DataEnum) -> crate::DataEnum
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:1232:70
[INFO] [stdout]      |
[INFO] [stdout] 1232 | pub fn fold_data_enum<F>(f: &mut F, node: crate::DataEnum) -> crate::DataEnum
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DataEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:1236:12
[INFO] [stdout]      |
[INFO] [stdout] 1236 |     crate::DataEnum {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1244:52
[INFO] [stdout]      |
[INFO] [stdout] 1244 | pub fn fold_data_struct<F>(f: &mut F, node: crate::DataStruct) -> crate::DataStruct
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1244:74
[INFO] [stdout]      |
[INFO] [stdout] 1244 | pub fn fold_data_struct<F>(f: &mut F, node: crate::DataStruct) -> crate::DataStruct
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DataStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1248:12
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     crate::DataStruct {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:1256:51
[INFO] [stdout]      |
[INFO] [stdout] 1256 | pub fn fold_data_union<F>(f: &mut F, node: crate::DataUnion) -> crate::DataUnion
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DataUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:1256:72
[INFO] [stdout]      |
[INFO] [stdout] 1256 | pub fn fold_data_union<F>(f: &mut F, node: crate::DataUnion) -> crate::DataUnion
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DataUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:1260:12
[INFO] [stdout]      |
[INFO] [stdout] 1260 |     crate::DataUnion {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DeriveInput` in the crate root
[INFO] [stdout]     --> src/fold.rs:1267:53
[INFO] [stdout]      |
[INFO] [stdout] 1267 | pub fn fold_derive_input<F>(f: &mut F, node: crate::DeriveInput) -> crate::DeriveInput
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DeriveInput` in the crate root
[INFO] [stdout]     --> src/fold.rs:1267:76
[INFO] [stdout]      |
[INFO] [stdout] 1267 | pub fn fold_derive_input<F>(f: &mut F, node: crate::DeriveInput) -> crate::DeriveInput
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DeriveInput` in the crate root
[INFO] [stdout]     --> src/fold.rs:1271:12
[INFO] [stdout]      |
[INFO] [stdout] 1271 |     crate::DeriveInput {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1281:45
[INFO] [stdout]      |
[INFO] [stdout] 1281 | pub fn fold_expr<F>(f: &mut F, node: crate::Expr) -> crate::Expr
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Expr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1281:61
[INFO] [stdout]      |
[INFO] [stdout] 1281 | pub fn fold_expr<F>(f: &mut F, node: crate::Expr) -> crate::Expr
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:1400:51
[INFO] [stdout]      |
[INFO] [stdout] 1400 | pub fn fold_expr_array<F>(f: &mut F, node: crate::ExprArray) -> crate::ExprArray
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:1400:72
[INFO] [stdout]      |
[INFO] [stdout] 1400 | pub fn fold_expr_array<F>(f: &mut F, node: crate::ExprArray) -> crate::ExprArray
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:1404:12
[INFO] [stdout]      |
[INFO] [stdout] 1404 |     crate::ExprArray {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAssign` in the crate root
[INFO] [stdout]     --> src/fold.rs:1412:52
[INFO] [stdout]      |
[INFO] [stdout] 1412 | pub fn fold_expr_assign<F>(f: &mut F, node: crate::ExprAssign) -> crate::ExprAssign
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAssign` in the crate root
[INFO] [stdout]     --> src/fold.rs:1412:74
[INFO] [stdout]      |
[INFO] [stdout] 1412 | pub fn fold_expr_assign<F>(f: &mut F, node: crate::ExprAssign) -> crate::ExprAssign
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprAssign` in the crate root
[INFO] [stdout]     --> src/fold.rs:1416:12
[INFO] [stdout]      |
[INFO] [stdout] 1416 |     crate::ExprAssign {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAsync` in the crate root
[INFO] [stdout]     --> src/fold.rs:1425:51
[INFO] [stdout]      |
[INFO] [stdout] 1425 | pub fn fold_expr_async<F>(f: &mut F, node: crate::ExprAsync) -> crate::ExprAsync
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAsync` in the crate root
[INFO] [stdout]     --> src/fold.rs:1425:72
[INFO] [stdout]      |
[INFO] [stdout] 1425 | pub fn fold_expr_async<F>(f: &mut F, node: crate::ExprAsync) -> crate::ExprAsync
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprAsync` in the crate root
[INFO] [stdout]     --> src/fold.rs:1429:12
[INFO] [stdout]      |
[INFO] [stdout] 1429 |     crate::ExprAsync {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAwait` in the crate root
[INFO] [stdout]     --> src/fold.rs:1438:51
[INFO] [stdout]      |
[INFO] [stdout] 1438 | pub fn fold_expr_await<F>(f: &mut F, node: crate::ExprAwait) -> crate::ExprAwait
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprAwait` in the crate root
[INFO] [stdout]     --> src/fold.rs:1438:72
[INFO] [stdout]      |
[INFO] [stdout] 1438 | pub fn fold_expr_await<F>(f: &mut F, node: crate::ExprAwait) -> crate::ExprAwait
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprAwait` in the crate root
[INFO] [stdout]     --> src/fold.rs:1442:12
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     crate::ExprAwait {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBinary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1451:52
[INFO] [stdout]      |
[INFO] [stdout] 1451 | pub fn fold_expr_binary<F>(f: &mut F, node: crate::ExprBinary) -> crate::ExprBinary
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBinary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1451:74
[INFO] [stdout]      |
[INFO] [stdout] 1451 | pub fn fold_expr_binary<F>(f: &mut F, node: crate::ExprBinary) -> crate::ExprBinary
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprBinary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1455:12
[INFO] [stdout]      |
[INFO] [stdout] 1455 |     crate::ExprBinary {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1464:51
[INFO] [stdout]      |
[INFO] [stdout] 1464 | pub fn fold_expr_block<F>(f: &mut F, node: crate::ExprBlock) -> crate::ExprBlock
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1464:72
[INFO] [stdout]      |
[INFO] [stdout] 1464 | pub fn fold_expr_block<F>(f: &mut F, node: crate::ExprBlock) -> crate::ExprBlock
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1468:12
[INFO] [stdout]      |
[INFO] [stdout] 1468 |     crate::ExprBlock {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBreak` in the crate root
[INFO] [stdout]     --> src/fold.rs:1476:51
[INFO] [stdout]      |
[INFO] [stdout] 1476 | pub fn fold_expr_break<F>(f: &mut F, node: crate::ExprBreak) -> crate::ExprBreak
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprBreak` in the crate root
[INFO] [stdout]     --> src/fold.rs:1476:72
[INFO] [stdout]      |
[INFO] [stdout] 1476 | pub fn fold_expr_break<F>(f: &mut F, node: crate::ExprBreak) -> crate::ExprBreak
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprBreak` in the crate root
[INFO] [stdout]     --> src/fold.rs:1480:12
[INFO] [stdout]      |
[INFO] [stdout] 1480 |     crate::ExprBreak {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1489:50
[INFO] [stdout]      |
[INFO] [stdout] 1489 | pub fn fold_expr_call<F>(f: &mut F, node: crate::ExprCall) -> crate::ExprCall
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1489:70
[INFO] [stdout]      |
[INFO] [stdout] 1489 | pub fn fold_expr_call<F>(f: &mut F, node: crate::ExprCall) -> crate::ExprCall
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1493:12
[INFO] [stdout]      |
[INFO] [stdout] 1493 |     crate::ExprCall {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCast` in the crate root
[INFO] [stdout]     --> src/fold.rs:1502:50
[INFO] [stdout]      |
[INFO] [stdout] 1502 | pub fn fold_expr_cast<F>(f: &mut F, node: crate::ExprCast) -> crate::ExprCast
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprCast` in the crate root
[INFO] [stdout]     --> src/fold.rs:1502:70
[INFO] [stdout]      |
[INFO] [stdout] 1502 | pub fn fold_expr_cast<F>(f: &mut F, node: crate::ExprCast) -> crate::ExprCast
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprCast` in the crate root
[INFO] [stdout]     --> src/fold.rs:1506:12
[INFO] [stdout]      |
[INFO] [stdout] 1506 |     crate::ExprCast {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprClosure` in the crate root
[INFO] [stdout]     --> src/fold.rs:1515:53
[INFO] [stdout]      |
[INFO] [stdout] 1515 | pub fn fold_expr_closure<F>(f: &mut F, node: crate::ExprClosure) -> crate::ExprClosure
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprClosure` in the crate root
[INFO] [stdout]     --> src/fold.rs:1515:76
[INFO] [stdout]      |
[INFO] [stdout] 1515 | pub fn fold_expr_closure<F>(f: &mut F, node: crate::ExprClosure) -> crate::ExprClosure
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprClosure` in the crate root
[INFO] [stdout]     --> src/fold.rs:1519:12
[INFO] [stdout]      |
[INFO] [stdout] 1519 |     crate::ExprClosure {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1535:51
[INFO] [stdout]      |
[INFO] [stdout] 1535 | pub fn fold_expr_const<F>(f: &mut F, node: crate::ExprConst) -> crate::ExprConst
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1535:72
[INFO] [stdout]      |
[INFO] [stdout] 1535 | pub fn fold_expr_const<F>(f: &mut F, node: crate::ExprConst) -> crate::ExprConst
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:1539:12
[INFO] [stdout]      |
[INFO] [stdout] 1539 |     crate::ExprConst {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprContinue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1547:54
[INFO] [stdout]      |
[INFO] [stdout] 1547 | pub fn fold_expr_continue<F>(f: &mut F, node: crate::ExprContinue) -> crate::ExprContinue
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprContinue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1547:78
[INFO] [stdout]      |
[INFO] [stdout] 1547 | pub fn fold_expr_continue<F>(f: &mut F, node: crate::ExprContinue) -> crate::ExprContinue
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprContinue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1551:12
[INFO] [stdout]      |
[INFO] [stdout] 1551 |     crate::ExprContinue {
[INFO] [stdout]      |            ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprField` in the crate root
[INFO] [stdout]     --> src/fold.rs:1559:51
[INFO] [stdout]      |
[INFO] [stdout] 1559 | pub fn fold_expr_field<F>(f: &mut F, node: crate::ExprField) -> crate::ExprField
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprField` in the crate root
[INFO] [stdout]     --> src/fold.rs:1559:72
[INFO] [stdout]      |
[INFO] [stdout] 1559 | pub fn fold_expr_field<F>(f: &mut F, node: crate::ExprField) -> crate::ExprField
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprField` in the crate root
[INFO] [stdout]     --> src/fold.rs:1563:12
[INFO] [stdout]      |
[INFO] [stdout] 1563 |     crate::ExprField {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprForLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1572:54
[INFO] [stdout]      |
[INFO] [stdout] 1572 | pub fn fold_expr_for_loop<F>(f: &mut F, node: crate::ExprForLoop) -> crate::ExprForLoop
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprForLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1572:77
[INFO] [stdout]      |
[INFO] [stdout] 1572 | pub fn fold_expr_for_loop<F>(f: &mut F, node: crate::ExprForLoop) -> crate::ExprForLoop
[INFO] [stdout]      |                                                                             ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprForLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1576:12
[INFO] [stdout]      |
[INFO] [stdout] 1576 |     crate::ExprForLoop {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:1588:51
[INFO] [stdout]      |
[INFO] [stdout] 1588 | pub fn fold_expr_group<F>(f: &mut F, node: crate::ExprGroup) -> crate::ExprGroup
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:1588:72
[INFO] [stdout]      |
[INFO] [stdout] 1588 | pub fn fold_expr_group<F>(f: &mut F, node: crate::ExprGroup) -> crate::ExprGroup
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:1592:12
[INFO] [stdout]      |
[INFO] [stdout] 1592 |     crate::ExprGroup {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIf` in the crate root
[INFO] [stdout]     --> src/fold.rs:1600:48
[INFO] [stdout]      |
[INFO] [stdout] 1600 | pub fn fold_expr_if<F>(f: &mut F, node: crate::ExprIf) -> crate::ExprIf
[INFO] [stdout]      |                                                ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIf` in the crate root
[INFO] [stdout]     --> src/fold.rs:1600:66
[INFO] [stdout]      |
[INFO] [stdout] 1600 | pub fn fold_expr_if<F>(f: &mut F, node: crate::ExprIf) -> crate::ExprIf
[INFO] [stdout]      |                                                                  ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprIf` in the crate root
[INFO] [stdout]     --> src/fold.rs:1604:12
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     crate::ExprIf {
[INFO] [stdout]      |            ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIndex` in the crate root
[INFO] [stdout]     --> src/fold.rs:1615:51
[INFO] [stdout]      |
[INFO] [stdout] 1615 | pub fn fold_expr_index<F>(f: &mut F, node: crate::ExprIndex) -> crate::ExprIndex
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprIndex` in the crate root
[INFO] [stdout]     --> src/fold.rs:1615:72
[INFO] [stdout]      |
[INFO] [stdout] 1615 | pub fn fold_expr_index<F>(f: &mut F, node: crate::ExprIndex) -> crate::ExprIndex
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprIndex` in the crate root
[INFO] [stdout]     --> src/fold.rs:1619:12
[INFO] [stdout]      |
[INFO] [stdout] 1619 |     crate::ExprIndex {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:1628:51
[INFO] [stdout]      |
[INFO] [stdout] 1628 | pub fn fold_expr_infer<F>(f: &mut F, node: crate::ExprInfer) -> crate::ExprInfer
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:1628:72
[INFO] [stdout]      |
[INFO] [stdout] 1628 | pub fn fold_expr_infer<F>(f: &mut F, node: crate::ExprInfer) -> crate::ExprInfer
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:1632:12
[INFO] [stdout]      |
[INFO] [stdout] 1632 |     crate::ExprInfer {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLet` in the crate root
[INFO] [stdout]     --> src/fold.rs:1639:49
[INFO] [stdout]      |
[INFO] [stdout] 1639 | pub fn fold_expr_let<F>(f: &mut F, node: crate::ExprLet) -> crate::ExprLet
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLet` in the crate root
[INFO] [stdout]     --> src/fold.rs:1639:68
[INFO] [stdout]      |
[INFO] [stdout] 1639 | pub fn fold_expr_let<F>(f: &mut F, node: crate::ExprLet) -> crate::ExprLet
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprLet` in the crate root
[INFO] [stdout]     --> src/fold.rs:1643:12
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     crate::ExprLet {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLit` in the crate root
[INFO] [stdout]     --> src/fold.rs:1653:49
[INFO] [stdout]      |
[INFO] [stdout] 1653 | pub fn fold_expr_lit<F>(f: &mut F, node: crate::ExprLit) -> crate::ExprLit
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLit` in the crate root
[INFO] [stdout]     --> src/fold.rs:1653:68
[INFO] [stdout]      |
[INFO] [stdout] 1653 | pub fn fold_expr_lit<F>(f: &mut F, node: crate::ExprLit) -> crate::ExprLit
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprLit` in the crate root
[INFO] [stdout]     --> src/fold.rs:1657:12
[INFO] [stdout]      |
[INFO] [stdout] 1657 |     crate::ExprLit {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1664:50
[INFO] [stdout]      |
[INFO] [stdout] 1664 | pub fn fold_expr_loop<F>(f: &mut F, node: crate::ExprLoop) -> crate::ExprLoop
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1664:70
[INFO] [stdout]      |
[INFO] [stdout] 1664 | pub fn fold_expr_loop<F>(f: &mut F, node: crate::ExprLoop) -> crate::ExprLoop
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprLoop` in the crate root
[INFO] [stdout]     --> src/fold.rs:1668:12
[INFO] [stdout]      |
[INFO] [stdout] 1668 |     crate::ExprLoop {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:1677:51
[INFO] [stdout]      |
[INFO] [stdout] 1677 | pub fn fold_expr_macro<F>(f: &mut F, node: crate::ExprMacro) -> crate::ExprMacro
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:1677:72
[INFO] [stdout]      |
[INFO] [stdout] 1677 | pub fn fold_expr_macro<F>(f: &mut F, node: crate::ExprMacro) -> crate::ExprMacro
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:1681:12
[INFO] [stdout]      |
[INFO] [stdout] 1681 |     crate::ExprMacro {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMatch` in the crate root
[INFO] [stdout]     --> src/fold.rs:1688:51
[INFO] [stdout]      |
[INFO] [stdout] 1688 | pub fn fold_expr_match<F>(f: &mut F, node: crate::ExprMatch) -> crate::ExprMatch
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMatch` in the crate root
[INFO] [stdout]     --> src/fold.rs:1688:72
[INFO] [stdout]      |
[INFO] [stdout] 1688 | pub fn fold_expr_match<F>(f: &mut F, node: crate::ExprMatch) -> crate::ExprMatch
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprMatch` in the crate root
[INFO] [stdout]     --> src/fold.rs:1692:12
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     crate::ExprMatch {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMethodCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1704:18
[INFO] [stdout]      |
[INFO] [stdout] 1704 |     node: crate::ExprMethodCall,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprMethodCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1705:13
[INFO] [stdout]      |
[INFO] [stdout] 1705 | ) -> crate::ExprMethodCall
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprMethodCall` in the crate root
[INFO] [stdout]     --> src/fold.rs:1709:12
[INFO] [stdout]      |
[INFO] [stdout] 1709 |     crate::ExprMethodCall {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:1722:51
[INFO] [stdout]      |
[INFO] [stdout] 1722 | pub fn fold_expr_paren<F>(f: &mut F, node: crate::ExprParen) -> crate::ExprParen
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:1722:72
[INFO] [stdout]      |
[INFO] [stdout] 1722 | pub fn fold_expr_paren<F>(f: &mut F, node: crate::ExprParen) -> crate::ExprParen
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:1726:12
[INFO] [stdout]      |
[INFO] [stdout] 1726 |     crate::ExprParen {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprPath` in the crate root
[INFO] [stdout]     --> src/fold.rs:1734:50
[INFO] [stdout]      |
[INFO] [stdout] 1734 | pub fn fold_expr_path<F>(f: &mut F, node: crate::ExprPath) -> crate::ExprPath
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprPath` in the crate root
[INFO] [stdout]     --> src/fold.rs:1734:70
[INFO] [stdout]      |
[INFO] [stdout] 1734 | pub fn fold_expr_path<F>(f: &mut F, node: crate::ExprPath) -> crate::ExprPath
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprPath` in the crate root
[INFO] [stdout]     --> src/fold.rs:1738:12
[INFO] [stdout]      |
[INFO] [stdout] 1738 |     crate::ExprPath {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRange` in the crate root
[INFO] [stdout]     --> src/fold.rs:1746:51
[INFO] [stdout]      |
[INFO] [stdout] 1746 | pub fn fold_expr_range<F>(f: &mut F, node: crate::ExprRange) -> crate::ExprRange
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRange` in the crate root
[INFO] [stdout]     --> src/fold.rs:1746:72
[INFO] [stdout]      |
[INFO] [stdout] 1746 | pub fn fold_expr_range<F>(f: &mut F, node: crate::ExprRange) -> crate::ExprRange
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprRange` in the crate root
[INFO] [stdout]     --> src/fold.rs:1750:12
[INFO] [stdout]      |
[INFO] [stdout] 1750 |     crate::ExprRange {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRawAddr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1759:54
[INFO] [stdout]      |
[INFO] [stdout] 1759 | pub fn fold_expr_raw_addr<F>(f: &mut F, node: crate::ExprRawAddr) -> crate::ExprRawAddr
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRawAddr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1759:77
[INFO] [stdout]      |
[INFO] [stdout] 1759 | pub fn fold_expr_raw_addr<F>(f: &mut F, node: crate::ExprRawAddr) -> crate::ExprRawAddr
[INFO] [stdout]      |                                                                             ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprRawAddr` in the crate root
[INFO] [stdout]     --> src/fold.rs:1763:12
[INFO] [stdout]      |
[INFO] [stdout] 1763 |     crate::ExprRawAddr {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:1775:18
[INFO] [stdout]      |
[INFO] [stdout] 1775 |     node: crate::ExprReference,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:1776:13
[INFO] [stdout]      |
[INFO] [stdout] 1776 | ) -> crate::ExprReference
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:1780:12
[INFO] [stdout]      |
[INFO] [stdout] 1780 |     crate::ExprReference {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRepeat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1789:52
[INFO] [stdout]      |
[INFO] [stdout] 1789 | pub fn fold_expr_repeat<F>(f: &mut F, node: crate::ExprRepeat) -> crate::ExprRepeat
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprRepeat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1789:74
[INFO] [stdout]      |
[INFO] [stdout] 1789 | pub fn fold_expr_repeat<F>(f: &mut F, node: crate::ExprRepeat) -> crate::ExprRepeat
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprRepeat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1793:12
[INFO] [stdout]      |
[INFO] [stdout] 1793 |     crate::ExprRepeat {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReturn` in the crate root
[INFO] [stdout]     --> src/fold.rs:1803:52
[INFO] [stdout]      |
[INFO] [stdout] 1803 | pub fn fold_expr_return<F>(f: &mut F, node: crate::ExprReturn) -> crate::ExprReturn
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprReturn` in the crate root
[INFO] [stdout]     --> src/fold.rs:1803:74
[INFO] [stdout]      |
[INFO] [stdout] 1803 | pub fn fold_expr_return<F>(f: &mut F, node: crate::ExprReturn) -> crate::ExprReturn
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprReturn` in the crate root
[INFO] [stdout]     --> src/fold.rs:1807:12
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     crate::ExprReturn {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1815:52
[INFO] [stdout]      |
[INFO] [stdout] 1815 | pub fn fold_expr_struct<F>(f: &mut F, node: crate::ExprStruct) -> crate::ExprStruct
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1815:74
[INFO] [stdout]      |
[INFO] [stdout] 1815 | pub fn fold_expr_struct<F>(f: &mut F, node: crate::ExprStruct) -> crate::ExprStruct
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:1819:12
[INFO] [stdout]      |
[INFO] [stdout] 1819 |     crate::ExprStruct {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTry` in the crate root
[INFO] [stdout]     --> src/fold.rs:1831:49
[INFO] [stdout]      |
[INFO] [stdout] 1831 | pub fn fold_expr_try<F>(f: &mut F, node: crate::ExprTry) -> crate::ExprTry
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTry` in the crate root
[INFO] [stdout]     --> src/fold.rs:1831:68
[INFO] [stdout]      |
[INFO] [stdout] 1831 | pub fn fold_expr_try<F>(f: &mut F, node: crate::ExprTry) -> crate::ExprTry
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprTry` in the crate root
[INFO] [stdout]     --> src/fold.rs:1835:12
[INFO] [stdout]      |
[INFO] [stdout] 1835 |     crate::ExprTry {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTryBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1845:18
[INFO] [stdout]      |
[INFO] [stdout] 1845 |     node: crate::ExprTryBlock,
[INFO] [stdout]      |                  ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTryBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1846:13
[INFO] [stdout]      |
[INFO] [stdout] 1846 | ) -> crate::ExprTryBlock
[INFO] [stdout]      |             ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprTryBlock` in the crate root
[INFO] [stdout]     --> src/fold.rs:1850:12
[INFO] [stdout]      |
[INFO] [stdout] 1850 |     crate::ExprTryBlock {
[INFO] [stdout]      |            ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:1858:51
[INFO] [stdout]      |
[INFO] [stdout] 1858 | pub fn fold_expr_tuple<F>(f: &mut F, node: crate::ExprTuple) -> crate::ExprTuple
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:1858:72
[INFO] [stdout]      |
[INFO] [stdout] 1858 | pub fn fold_expr_tuple<F>(f: &mut F, node: crate::ExprTuple) -> crate::ExprTuple
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:1862:12
[INFO] [stdout]      |
[INFO] [stdout] 1862 |     crate::ExprTuple {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1870:51
[INFO] [stdout]      |
[INFO] [stdout] 1870 | pub fn fold_expr_unary<F>(f: &mut F, node: crate::ExprUnary) -> crate::ExprUnary
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1870:72
[INFO] [stdout]      |
[INFO] [stdout] 1870 | pub fn fold_expr_unary<F>(f: &mut F, node: crate::ExprUnary) -> crate::ExprUnary
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprUnary` in the crate root
[INFO] [stdout]     --> src/fold.rs:1874:12
[INFO] [stdout]      |
[INFO] [stdout] 1874 |     crate::ExprUnary {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnsafe` in the crate root
[INFO] [stdout]     --> src/fold.rs:1882:52
[INFO] [stdout]      |
[INFO] [stdout] 1882 | pub fn fold_expr_unsafe<F>(f: &mut F, node: crate::ExprUnsafe) -> crate::ExprUnsafe
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprUnsafe` in the crate root
[INFO] [stdout]     --> src/fold.rs:1882:74
[INFO] [stdout]      |
[INFO] [stdout] 1882 | pub fn fold_expr_unsafe<F>(f: &mut F, node: crate::ExprUnsafe) -> crate::ExprUnsafe
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprUnsafe` in the crate root
[INFO] [stdout]     --> src/fold.rs:1886:12
[INFO] [stdout]      |
[INFO] [stdout] 1886 |     crate::ExprUnsafe {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprWhile` in the crate root
[INFO] [stdout]     --> src/fold.rs:1894:51
[INFO] [stdout]      |
[INFO] [stdout] 1894 | pub fn fold_expr_while<F>(f: &mut F, node: crate::ExprWhile) -> crate::ExprWhile
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprWhile` in the crate root
[INFO] [stdout]     --> src/fold.rs:1894:72
[INFO] [stdout]      |
[INFO] [stdout] 1894 | pub fn fold_expr_while<F>(f: &mut F, node: crate::ExprWhile) -> crate::ExprWhile
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprWhile` in the crate root
[INFO] [stdout]     --> src/fold.rs:1898:12
[INFO] [stdout]      |
[INFO] [stdout] 1898 |     crate::ExprWhile {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprYield` in the crate root
[INFO] [stdout]     --> src/fold.rs:1908:51
[INFO] [stdout]      |
[INFO] [stdout] 1908 | pub fn fold_expr_yield<F>(f: &mut F, node: crate::ExprYield) -> crate::ExprYield
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ExprYield` in the crate root
[INFO] [stdout]     --> src/fold.rs:1908:72
[INFO] [stdout]      |
[INFO] [stdout] 1908 | pub fn fold_expr_yield<F>(f: &mut F, node: crate::ExprYield) -> crate::ExprYield
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExprYield` in the crate root
[INFO] [stdout]     --> src/fold.rs:1912:12
[INFO] [stdout]      |
[INFO] [stdout] 1912 |     crate::ExprYield {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Field` in the crate root
[INFO] [stdout]     --> src/fold.rs:1920:46
[INFO] [stdout]      |
[INFO] [stdout] 1920 | pub fn fold_field<F>(f: &mut F, node: crate::Field) -> crate::Field
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Field` in the crate root
[INFO] [stdout]     --> src/fold.rs:1920:63
[INFO] [stdout]      |
[INFO] [stdout] 1920 | pub fn fold_field<F>(f: &mut F, node: crate::Field) -> crate::Field
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in the crate root
[INFO] [stdout]     --> src/fold.rs:1924:12
[INFO] [stdout]      |
[INFO] [stdout] 1924 |     crate::Field {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:1937:18
[INFO] [stdout]      |
[INFO] [stdout] 1937 |     node: crate::FieldMutability,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:1938:13
[INFO] [stdout]      |
[INFO] [stdout] 1938 | ) -> crate::FieldMutability
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldPat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1950:50
[INFO] [stdout]      |
[INFO] [stdout] 1950 | pub fn fold_field_pat<F>(f: &mut F, node: crate::FieldPat) -> crate::FieldPat
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldPat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1950:70
[INFO] [stdout]      |
[INFO] [stdout] 1950 | pub fn fold_field_pat<F>(f: &mut F, node: crate::FieldPat) -> crate::FieldPat
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FieldPat` in the crate root
[INFO] [stdout]     --> src/fold.rs:1954:12
[INFO] [stdout]      |
[INFO] [stdout] 1954 |     crate::FieldPat {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1963:52
[INFO] [stdout]      |
[INFO] [stdout] 1963 | pub fn fold_field_value<F>(f: &mut F, node: crate::FieldValue) -> crate::FieldValue
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1963:74
[INFO] [stdout]      |
[INFO] [stdout] 1963 | pub fn fold_field_value<F>(f: &mut F, node: crate::FieldValue) -> crate::FieldValue
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FieldValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:1967:12
[INFO] [stdout]      |
[INFO] [stdout] 1967 |     crate::FieldValue {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1976:47
[INFO] [stdout]      |
[INFO] [stdout] 1976 | pub fn fold_fields<F>(f: &mut F, node: crate::Fields) -> crate::Fields
[INFO] [stdout]      |                                               ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Fields` in the crate root
[INFO] [stdout]     --> src/fold.rs:1976:65
[INFO] [stdout]      |
[INFO] [stdout] 1976 | pub fn fold_fields<F>(f: &mut F, node: crate::Fields) -> crate::Fields
[INFO] [stdout]      |                                                                 ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsNamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:1992:53
[INFO] [stdout]      |
[INFO] [stdout] 1992 | pub fn fold_fields_named<F>(f: &mut F, node: crate::FieldsNamed) -> crate::FieldsNamed
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsNamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:1992:76
[INFO] [stdout]      |
[INFO] [stdout] 1992 | pub fn fold_fields_named<F>(f: &mut F, node: crate::FieldsNamed) -> crate::FieldsNamed
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FieldsNamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:1996:12
[INFO] [stdout]      |
[INFO] [stdout] 1996 |     crate::FieldsNamed {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsUnnamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:2005:18
[INFO] [stdout]      |
[INFO] [stdout] 2005 |     node: crate::FieldsUnnamed,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FieldsUnnamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:2006:13
[INFO] [stdout]      |
[INFO] [stdout] 2006 | ) -> crate::FieldsUnnamed
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FieldsUnnamed` in the crate root
[INFO] [stdout]     --> src/fold.rs:2010:12
[INFO] [stdout]      |
[INFO] [stdout] 2010 |     crate::FieldsUnnamed {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `File` in the crate root
[INFO] [stdout]     --> src/fold.rs:2017:45
[INFO] [stdout]      |
[INFO] [stdout] 2017 | pub fn fold_file<F>(f: &mut F, node: crate::File) -> crate::File
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::fs::File;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2017 - pub fn fold_file<F>(f: &mut F, node: crate::File) -> crate::File
[INFO] [stdout] 2017 + pub fn fold_file<F>(f: &mut F, node: File) -> crate::File
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `File` in the crate root
[INFO] [stdout]     --> src/fold.rs:2017:61
[INFO] [stdout]      |
[INFO] [stdout] 2017 | pub fn fold_file<F>(f: &mut F, node: crate::File) -> crate::File
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::fs::File;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2017 - pub fn fold_file<F>(f: &mut F, node: crate::File) -> crate::File
[INFO] [stdout] 2017 + pub fn fold_file<F>(f: &mut F, node: crate::File) -> File
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `File` in the crate root
[INFO] [stdout]     --> src/fold.rs:2021:12
[INFO] [stdout]      |
[INFO] [stdout] 2021 |     crate::File {
[INFO] [stdout]      |            ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::fs::File;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2021 -     crate::File {
[INFO] [stdout] 2021 +     File {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2029:47
[INFO] [stdout]      |
[INFO] [stdout] 2029 | pub fn fold_fn_arg<F>(f: &mut F, node: crate::FnArg) -> crate::FnArg
[INFO] [stdout]      |                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FnArg` in the crate root
[INFO] [stdout]     --> src/fold.rs:2029:64
[INFO] [stdout]      |
[INFO] [stdout] 2029 | pub fn fold_fn_arg<F>(f: &mut F, node: crate::FnArg) -> crate::FnArg
[INFO] [stdout]      |                                                                ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2044:53
[INFO] [stdout]      |
[INFO] [stdout] 2044 | pub fn fold_foreign_item<F>(f: &mut F, node: crate::ForeignItem) -> crate::ForeignItem
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2044:76
[INFO] [stdout]      |
[INFO] [stdout] 2044 | pub fn fold_foreign_item<F>(f: &mut F, node: crate::ForeignItem) -> crate::ForeignItem
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2072:18
[INFO] [stdout]      |
[INFO] [stdout] 2072 |     node: crate::ForeignItemFn,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2073:13
[INFO] [stdout]      |
[INFO] [stdout] 2073 | ) -> crate::ForeignItemFn
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ForeignItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2077:12
[INFO] [stdout]      |
[INFO] [stdout] 2077 |     crate::ForeignItemFn {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2088:18
[INFO] [stdout]      |
[INFO] [stdout] 2088 |     node: crate::ForeignItemMacro,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2089:13
[INFO] [stdout]      |
[INFO] [stdout] 2089 | ) -> crate::ForeignItemMacro
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ForeignItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2093:12
[INFO] [stdout]      |
[INFO] [stdout] 2093 |     crate::ForeignItemMacro {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2103:18
[INFO] [stdout]      |
[INFO] [stdout] 2103 |     node: crate::ForeignItemStatic,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2104:13
[INFO] [stdout]      |
[INFO] [stdout] 2104 | ) -> crate::ForeignItemStatic
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ForeignItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2108:12
[INFO] [stdout]      |
[INFO] [stdout] 2108 |     crate::ForeignItemStatic {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2123:18
[INFO] [stdout]      |
[INFO] [stdout] 2123 |     node: crate::ForeignItemType,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ForeignItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2124:13
[INFO] [stdout]      |
[INFO] [stdout] 2124 | ) -> crate::ForeignItemType
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ForeignItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2128:12
[INFO] [stdout]      |
[INFO] [stdout] 2128 |     crate::ForeignItemType {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2141:18
[INFO] [stdout]      |
[INFO] [stdout] 2141 |     node: crate::GenericArgument,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericArgument` in the crate root
[INFO] [stdout]     --> src/fold.rs:2142:13
[INFO] [stdout]      |
[INFO] [stdout] 2142 | ) -> crate::GenericArgument
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2171:54
[INFO] [stdout]      |
[INFO] [stdout] 2171 | pub fn fold_generic_param<F>(f: &mut F, node: crate::GenericParam) -> crate::GenericParam
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2171:78
[INFO] [stdout]      |
[INFO] [stdout] 2171 | pub fn fold_generic_param<F>(f: &mut F, node: crate::GenericParam) -> crate::GenericParam
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generics` in the crate root
[INFO] [stdout]     --> src/fold.rs:2189:49
[INFO] [stdout]      |
[INFO] [stdout] 2189 | pub fn fold_generics<F>(f: &mut F, node: crate::Generics) -> crate::Generics
[INFO] [stdout]      |                                                 ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generics` in the crate root
[INFO] [stdout]     --> src/fold.rs:2189:69
[INFO] [stdout]      |
[INFO] [stdout] 2189 | pub fn fold_generics<F>(f: &mut F, node: crate::Generics) -> crate::Generics
[INFO] [stdout]      |                                                                     ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Generics` in the crate root
[INFO] [stdout]     --> src/fold.rs:2193:12
[INFO] [stdout]      |
[INFO] [stdout] 2193 |     crate::Generics {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2211:50
[INFO] [stdout]      |
[INFO] [stdout] 2211 | pub fn fold_impl_item<F>(f: &mut F, node: crate::ImplItem) -> crate::ImplItem
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:2211:70
[INFO] [stdout]      |
[INFO] [stdout] 2211 | pub fn fold_impl_item<F>(f: &mut F, node: crate::ImplItem) -> crate::ImplItem
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2237:18
[INFO] [stdout]      |
[INFO] [stdout] 2237 |     node: crate::ImplItemConst,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2238:13
[INFO] [stdout]      |
[INFO] [stdout] 2238 | ) -> crate::ImplItemConst
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ImplItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2242:12
[INFO] [stdout]      |
[INFO] [stdout] 2242 |     crate::ImplItemConst {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2258:53
[INFO] [stdout]      |
[INFO] [stdout] 2258 | pub fn fold_impl_item_fn<F>(f: &mut F, node: crate::ImplItemFn) -> crate::ImplItemFn
[INFO] [stdout]      |                                                     ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2258:75
[INFO] [stdout]      |
[INFO] [stdout] 2258 | pub fn fold_impl_item_fn<F>(f: &mut F, node: crate::ImplItemFn) -> crate::ImplItemFn
[INFO] [stdout]      |                                                                           ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ImplItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2262:12
[INFO] [stdout]      |
[INFO] [stdout] 2262 |     crate::ImplItemFn {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2274:18
[INFO] [stdout]      |
[INFO] [stdout] 2274 |     node: crate::ImplItemMacro,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2275:13
[INFO] [stdout]      |
[INFO] [stdout] 2275 | ) -> crate::ImplItemMacro
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ImplItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2279:12
[INFO] [stdout]      |
[INFO] [stdout] 2279 |     crate::ImplItemMacro {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2289:18
[INFO] [stdout]      |
[INFO] [stdout] 2289 |     node: crate::ImplItemType,
[INFO] [stdout]      |                  ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2290:13
[INFO] [stdout]      |
[INFO] [stdout] 2290 | ) -> crate::ImplItemType
[INFO] [stdout]      |             ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ImplItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2294:12
[INFO] [stdout]      |
[INFO] [stdout] 2294 |     crate::ImplItemType {
[INFO] [stdout]      |            ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplRestriction` in the crate root
[INFO] [stdout]     --> src/fold.rs:2310:18
[INFO] [stdout]      |
[INFO] [stdout] 2310 |     node: crate::ImplRestriction,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ImplRestriction` in the crate root
[INFO] [stdout]     --> src/fold.rs:2311:13
[INFO] [stdout]      |
[INFO] [stdout] 2311 | ) -> crate::ImplRestriction
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Index` in the crate root
[INFO] [stdout]     --> src/fold.rs:2322:46
[INFO] [stdout]      |
[INFO] [stdout] 2322 | pub fn fold_index<F>(f: &mut F, node: crate::Index) -> crate::Index
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::ops::Index;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Index`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2322 - pub fn fold_index<F>(f: &mut F, node: crate::Index) -> crate::Index
[INFO] [stdout] 2322 + pub fn fold_index<F>(f: &mut F, node: Index) -> crate::Index
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Index` in the crate root
[INFO] [stdout]     --> src/fold.rs:2322:63
[INFO] [stdout]      |
[INFO] [stdout] 2322 | pub fn fold_index<F>(f: &mut F, node: crate::Index) -> crate::Index
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::ops::Index;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Index`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2322 - pub fn fold_index<F>(f: &mut F, node: crate::Index) -> crate::Index
[INFO] [stdout] 2322 + pub fn fold_index<F>(f: &mut F, node: crate::Index) -> Index
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Index` in the crate root
[INFO] [stdout]     --> src/fold.rs:2326:12
[INFO] [stdout]      |
[INFO] [stdout] 2326 |     crate::Index {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2333:45
[INFO] [stdout]      |
[INFO] [stdout] 2333 | pub fn fold_item<F>(f: &mut F, node: crate::Item) -> crate::Item
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Item` in the crate root
[INFO] [stdout]     --> src/fold.rs:2333:61
[INFO] [stdout]      |
[INFO] [stdout] 2333 | pub fn fold_item<F>(f: &mut F, node: crate::Item) -> crate::Item
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2378:51
[INFO] [stdout]      |
[INFO] [stdout] 2378 | pub fn fold_item_const<F>(f: &mut F, node: crate::ItemConst) -> crate::ItemConst
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2378:72
[INFO] [stdout]      |
[INFO] [stdout] 2378 | pub fn fold_item_const<F>(f: &mut F, node: crate::ItemConst) -> crate::ItemConst
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:2382:12
[INFO] [stdout]      |
[INFO] [stdout] 2382 |     crate::ItemConst {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:2397:50
[INFO] [stdout]      |
[INFO] [stdout] 2397 | pub fn fold_item_enum<F>(f: &mut F, node: crate::ItemEnum) -> crate::ItemEnum
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:2397:70
[INFO] [stdout]      |
[INFO] [stdout] 2397 | pub fn fold_item_enum<F>(f: &mut F, node: crate::ItemEnum) -> crate::ItemEnum
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemEnum` in the crate root
[INFO] [stdout]     --> src/fold.rs:2401:12
[INFO] [stdout]      |
[INFO] [stdout] 2401 |     crate::ItemEnum {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in the crate root
[INFO] [stdout]     --> src/fold.rs:2415:18
[INFO] [stdout]      |
[INFO] [stdout] 2415 |     node: crate::ItemExternCrate,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemExternCrate` in the crate root
[INFO] [stdout]     --> src/fold.rs:2416:13
[INFO] [stdout]      |
[INFO] [stdout] 2416 | ) -> crate::ItemExternCrate
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemExternCrate` in the crate root
[INFO] [stdout]     --> src/fold.rs:2420:12
[INFO] [stdout]      |
[INFO] [stdout] 2420 |     crate::ItemExternCrate {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2432:48
[INFO] [stdout]      |
[INFO] [stdout] 2432 | pub fn fold_item_fn<F>(f: &mut F, node: crate::ItemFn) -> crate::ItemFn
[INFO] [stdout]      |                                                ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2432:66
[INFO] [stdout]      |
[INFO] [stdout] 2432 | pub fn fold_item_fn<F>(f: &mut F, node: crate::ItemFn) -> crate::ItemFn
[INFO] [stdout]      |                                                                  ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:2436:12
[INFO] [stdout]      |
[INFO] [stdout] 2436 |     crate::ItemFn {
[INFO] [stdout]      |            ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2447:18
[INFO] [stdout]      |
[INFO] [stdout] 2447 |     node: crate::ItemForeignMod,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemForeignMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2448:13
[INFO] [stdout]      |
[INFO] [stdout] 2448 | ) -> crate::ItemForeignMod
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemForeignMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2452:12
[INFO] [stdout]      |
[INFO] [stdout] 2452 |     crate::ItemForeignMod {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in the crate root
[INFO] [stdout]     --> src/fold.rs:2462:50
[INFO] [stdout]      |
[INFO] [stdout] 2462 | pub fn fold_item_impl<F>(f: &mut F, node: crate::ItemImpl) -> crate::ItemImpl
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemImpl` in the crate root
[INFO] [stdout]     --> src/fold.rs:2462:70
[INFO] [stdout]      |
[INFO] [stdout] 2462 | pub fn fold_item_impl<F>(f: &mut F, node: crate::ItemImpl) -> crate::ItemImpl
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemImpl` in the crate root
[INFO] [stdout]     --> src/fold.rs:2466:12
[INFO] [stdout]      |
[INFO] [stdout] 2466 |     crate::ItemImpl {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2480:51
[INFO] [stdout]      |
[INFO] [stdout] 2480 | pub fn fold_item_macro<F>(f: &mut F, node: crate::ItemMacro) -> crate::ItemMacro
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2480:72
[INFO] [stdout]      |
[INFO] [stdout] 2480 | pub fn fold_item_macro<F>(f: &mut F, node: crate::ItemMacro) -> crate::ItemMacro
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2484:12
[INFO] [stdout]      |
[INFO] [stdout] 2484 |     crate::ItemMacro {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2493:49
[INFO] [stdout]      |
[INFO] [stdout] 2493 | pub fn fold_item_mod<F>(f: &mut F, node: crate::ItemMod) -> crate::ItemMod
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2493:68
[INFO] [stdout]      |
[INFO] [stdout] 2493 | pub fn fold_item_mod<F>(f: &mut F, node: crate::ItemMod) -> crate::ItemMod
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemMod` in the crate root
[INFO] [stdout]     --> src/fold.rs:2497:12
[INFO] [stdout]      |
[INFO] [stdout] 2497 |     crate::ItemMod {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2509:52
[INFO] [stdout]      |
[INFO] [stdout] 2509 | pub fn fold_item_static<F>(f: &mut F, node: crate::ItemStatic) -> crate::ItemStatic
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2509:74
[INFO] [stdout]      |
[INFO] [stdout] 2509 | pub fn fold_item_static<F>(f: &mut F, node: crate::ItemStatic) -> crate::ItemStatic
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemStatic` in the crate root
[INFO] [stdout]     --> src/fold.rs:2513:12
[INFO] [stdout]      |
[INFO] [stdout] 2513 |     crate::ItemStatic {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:2528:52
[INFO] [stdout]      |
[INFO] [stdout] 2528 | pub fn fold_item_struct<F>(f: &mut F, node: crate::ItemStruct) -> crate::ItemStruct
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:2528:74
[INFO] [stdout]      |
[INFO] [stdout] 2528 | pub fn fold_item_struct<F>(f: &mut F, node: crate::ItemStruct) -> crate::ItemStruct
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:2532:12
[INFO] [stdout]      |
[INFO] [stdout] 2532 |     crate::ItemStruct {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:2544:51
[INFO] [stdout]      |
[INFO] [stdout] 2544 | pub fn fold_item_trait<F>(f: &mut F, node: crate::ItemTrait) -> crate::ItemTrait
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:2544:72
[INFO] [stdout]      |
[INFO] [stdout] 2544 | pub fn fold_item_trait<F>(f: &mut F, node: crate::ItemTrait) -> crate::ItemTrait
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:2548:12
[INFO] [stdout]      |
[INFO] [stdout] 2548 |     crate::ItemTrait {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in the crate root
[INFO] [stdout]     --> src/fold.rs:2571:18
[INFO] [stdout]      |
[INFO] [stdout] 2571 |     node: crate::ItemTraitAlias,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTraitAlias` in the crate root
[INFO] [stdout]     --> src/fold.rs:2572:13
[INFO] [stdout]      |
[INFO] [stdout] 2572 | ) -> crate::ItemTraitAlias
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemTraitAlias` in the crate root
[INFO] [stdout]     --> src/fold.rs:2576:12
[INFO] [stdout]      |
[INFO] [stdout] 2576 |     crate::ItemTraitAlias {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2589:50
[INFO] [stdout]      |
[INFO] [stdout] 2589 | pub fn fold_item_type<F>(f: &mut F, node: crate::ItemType) -> crate::ItemType
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2589:70
[INFO] [stdout]      |
[INFO] [stdout] 2589 | pub fn fold_item_type<F>(f: &mut F, node: crate::ItemType) -> crate::ItemType
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:2593:12
[INFO] [stdout]      |
[INFO] [stdout] 2593 |     crate::ItemType {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:2606:51
[INFO] [stdout]      |
[INFO] [stdout] 2606 | pub fn fold_item_union<F>(f: &mut F, node: crate::ItemUnion) -> crate::ItemUnion
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:2606:72
[INFO] [stdout]      |
[INFO] [stdout] 2606 | pub fn fold_item_union<F>(f: &mut F, node: crate::ItemUnion) -> crate::ItemUnion
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemUnion` in the crate root
[INFO] [stdout]     --> src/fold.rs:2610:12
[INFO] [stdout]      |
[INFO] [stdout] 2610 |     crate::ItemUnion {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUse` in the crate root
[INFO] [stdout]     --> src/fold.rs:2621:49
[INFO] [stdout]      |
[INFO] [stdout] 2621 | pub fn fold_item_use<F>(f: &mut F, node: crate::ItemUse) -> crate::ItemUse
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemUse` in the crate root
[INFO] [stdout]     --> src/fold.rs:2621:68
[INFO] [stdout]      |
[INFO] [stdout] 2621 | pub fn fold_item_use<F>(f: &mut F, node: crate::ItemUse) -> crate::ItemUse
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemUse` in the crate root
[INFO] [stdout]     --> src/fold.rs:2625:12
[INFO] [stdout]      |
[INFO] [stdout] 2625 |     crate::ItemUse {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Label` in the crate root
[INFO] [stdout]     --> src/fold.rs:2636:46
[INFO] [stdout]      |
[INFO] [stdout] 2636 | pub fn fold_label<F>(f: &mut F, node: crate::Label) -> crate::Label
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Label` in the crate root
[INFO] [stdout]     --> src/fold.rs:2636:63
[INFO] [stdout]      |
[INFO] [stdout] 2636 | pub fn fold_label<F>(f: &mut F, node: crate::Label) -> crate::Label
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Label` in the crate root
[INFO] [stdout]     --> src/fold.rs:2640:12
[INFO] [stdout]      |
[INFO] [stdout] 2640 |     crate::Label {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LifetimeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2658:18
[INFO] [stdout]      |
[INFO] [stdout] 2658 |     node: crate::LifetimeParam,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LifetimeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2659:13
[INFO] [stdout]      |
[INFO] [stdout] 2659 | ) -> crate::LifetimeParam
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LifetimeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:2663:12
[INFO] [stdout]      |
[INFO] [stdout] 2663 |     crate::LifetimeParam {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Local` in the crate root
[INFO] [stdout]     --> src/fold.rs:2764:46
[INFO] [stdout]      |
[INFO] [stdout] 2764 | pub fn fold_local<F>(f: &mut F, node: crate::Local) -> crate::Local
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Local` in the crate root
[INFO] [stdout]     --> src/fold.rs:2764:63
[INFO] [stdout]      |
[INFO] [stdout] 2764 | pub fn fold_local<F>(f: &mut F, node: crate::Local) -> crate::Local
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Local` in the crate root
[INFO] [stdout]     --> src/fold.rs:2768:12
[INFO] [stdout]      |
[INFO] [stdout] 2768 |     crate::Local {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LocalInit` in the crate root
[INFO] [stdout]     --> src/fold.rs:2778:51
[INFO] [stdout]      |
[INFO] [stdout] 2778 | pub fn fold_local_init<F>(f: &mut F, node: crate::LocalInit) -> crate::LocalInit
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LocalInit` in the crate root
[INFO] [stdout]     --> src/fold.rs:2778:72
[INFO] [stdout]      |
[INFO] [stdout] 2778 | pub fn fold_local_init<F>(f: &mut F, node: crate::LocalInit) -> crate::LocalInit
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LocalInit` in the crate root
[INFO] [stdout]     --> src/fold.rs:2782:12
[INFO] [stdout]      |
[INFO] [stdout] 2782 |     crate::LocalInit {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Macro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2790:46
[INFO] [stdout]      |
[INFO] [stdout] 2790 | pub fn fold_macro<F>(f: &mut F, node: crate::Macro) -> crate::Macro
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Macro`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2790 - pub fn fold_macro<F>(f: &mut F, node: crate::Macro) -> crate::Macro
[INFO] [stdout] 2790 + pub fn fold_macro<F>(f: &mut F, node: Macro) -> crate::Macro
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Macro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2790:63
[INFO] [stdout]      |
[INFO] [stdout] 2790 | pub fn fold_macro<F>(f: &mut F, node: crate::Macro) -> crate::Macro
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Macro`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2790 - pub fn fold_macro<F>(f: &mut F, node: crate::Macro) -> crate::Macro
[INFO] [stdout] 2790 + pub fn fold_macro<F>(f: &mut F, node: crate::Macro) -> Macro
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Macro` in the crate root
[INFO] [stdout]     --> src/fold.rs:2794:12
[INFO] [stdout]      |
[INFO] [stdout] 2794 |     crate::Macro {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Macro;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Macro`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 2794 -     crate::Macro {
[INFO] [stdout] 2794 +     Macro {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2805:18
[INFO] [stdout]      |
[INFO] [stdout] 2805 |     node: crate::MacroDelimiter,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MacroDelimiter` in the crate root
[INFO] [stdout]     --> src/fold.rs:2806:13
[INFO] [stdout]      |
[INFO] [stdout] 2806 | ) -> crate::MacroDelimiter
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2824:47
[INFO] [stdout]      |
[INFO] [stdout] 2824 | pub fn fold_member<F>(f: &mut F, node: crate::Member) -> crate::Member
[INFO] [stdout]      |                                               ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Member` in the crate root
[INFO] [stdout]     --> src/fold.rs:2824:65
[INFO] [stdout]      |
[INFO] [stdout] 2824 | pub fn fold_member<F>(f: &mut F, node: crate::Member) -> crate::Member
[INFO] [stdout]      |                                                                 ^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2839:45
[INFO] [stdout]      |
[INFO] [stdout] 2839 | pub fn fold_meta<F>(f: &mut F, node: crate::Meta) -> crate::Meta
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Meta` in the crate root
[INFO] [stdout]     --> src/fold.rs:2839:61
[INFO] [stdout]      |
[INFO] [stdout] 2839 | pub fn fold_meta<F>(f: &mut F, node: crate::Meta) -> crate::Meta
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaList` in the crate root
[INFO] [stdout]     --> src/fold.rs:2853:50
[INFO] [stdout]      |
[INFO] [stdout] 2853 | pub fn fold_meta_list<F>(f: &mut F, node: crate::MetaList) -> crate::MetaList
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaList` in the crate root
[INFO] [stdout]     --> src/fold.rs:2853:70
[INFO] [stdout]      |
[INFO] [stdout] 2853 | pub fn fold_meta_list<F>(f: &mut F, node: crate::MetaList) -> crate::MetaList
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MetaList` in the crate root
[INFO] [stdout]     --> src/fold.rs:2857:12
[INFO] [stdout]      |
[INFO] [stdout] 2857 |     crate::MetaList {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaNameValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:2867:18
[INFO] [stdout]      |
[INFO] [stdout] 2867 |     node: crate::MetaNameValue,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MetaNameValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:2868:13
[INFO] [stdout]      |
[INFO] [stdout] 2868 | ) -> crate::MetaNameValue
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MetaNameValue` in the crate root
[INFO] [stdout]     --> src/fold.rs:2872:12
[INFO] [stdout]      |
[INFO] [stdout] 2872 |     crate::MetaNameValue {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParenthesizedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:2882:18
[INFO] [stdout]      |
[INFO] [stdout] 2882 |     node: crate::ParenthesizedGenericArguments,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParenthesizedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:2883:13
[INFO] [stdout]      |
[INFO] [stdout] 2883 | ) -> crate::ParenthesizedGenericArguments
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ParenthesizedGenericArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:2887:12
[INFO] [stdout]      |
[INFO] [stdout] 2887 |     crate::ParenthesizedGenericArguments {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2895:44
[INFO] [stdout]      |
[INFO] [stdout] 2895 | pub fn fold_pat<F>(f: &mut F, node: crate::Pat) -> crate::Pat
[INFO] [stdout]      |                                            ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in the crate root
[INFO] [stdout]     --> src/fold.rs:2895:59
[INFO] [stdout]      |
[INFO] [stdout] 2895 | pub fn fold_pat<F>(f: &mut F, node: crate::Pat) -> crate::Pat
[INFO] [stdout]      |                                                           ^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatIdent` in the crate root
[INFO] [stdout]     --> src/fold.rs:2929:50
[INFO] [stdout]      |
[INFO] [stdout] 2929 | pub fn fold_pat_ident<F>(f: &mut F, node: crate::PatIdent) -> crate::PatIdent
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatIdent` in the crate root
[INFO] [stdout]     --> src/fold.rs:2929:70
[INFO] [stdout]      |
[INFO] [stdout] 2929 | pub fn fold_pat_ident<F>(f: &mut F, node: crate::PatIdent) -> crate::PatIdent
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatIdent` in the crate root
[INFO] [stdout]     --> src/fold.rs:2933:12
[INFO] [stdout]      |
[INFO] [stdout] 2933 |     crate::PatIdent {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatOr` in the crate root
[INFO] [stdout]     --> src/fold.rs:2943:47
[INFO] [stdout]      |
[INFO] [stdout] 2943 | pub fn fold_pat_or<F>(f: &mut F, node: crate::PatOr) -> crate::PatOr
[INFO] [stdout]      |                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatOr` in the crate root
[INFO] [stdout]     --> src/fold.rs:2943:64
[INFO] [stdout]      |
[INFO] [stdout] 2943 | pub fn fold_pat_or<F>(f: &mut F, node: crate::PatOr) -> crate::PatOr
[INFO] [stdout]      |                                                                ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatOr` in the crate root
[INFO] [stdout]     --> src/fold.rs:2947:12
[INFO] [stdout]      |
[INFO] [stdout] 2947 |     crate::PatOr {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:2955:50
[INFO] [stdout]      |
[INFO] [stdout] 2955 | pub fn fold_pat_paren<F>(f: &mut F, node: crate::PatParen) -> crate::PatParen
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:2955:70
[INFO] [stdout]      |
[INFO] [stdout] 2955 | pub fn fold_pat_paren<F>(f: &mut F, node: crate::PatParen) -> crate::PatParen
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:2959:12
[INFO] [stdout]      |
[INFO] [stdout] 2959 |     crate::PatParen {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:2967:54
[INFO] [stdout]      |
[INFO] [stdout] 2967 | pub fn fold_pat_reference<F>(f: &mut F, node: crate::PatReference) -> crate::PatReference
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:2967:78
[INFO] [stdout]      |
[INFO] [stdout] 2967 | pub fn fold_pat_reference<F>(f: &mut F, node: crate::PatReference) -> crate::PatReference
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:2971:12
[INFO] [stdout]      |
[INFO] [stdout] 2971 |     crate::PatReference {
[INFO] [stdout]      |            ^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatRest` in the crate root
[INFO] [stdout]     --> src/fold.rs:2980:49
[INFO] [stdout]      |
[INFO] [stdout] 2980 | pub fn fold_pat_rest<F>(f: &mut F, node: crate::PatRest) -> crate::PatRest
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatRest` in the crate root
[INFO] [stdout]     --> src/fold.rs:2980:68
[INFO] [stdout]      |
[INFO] [stdout] 2980 | pub fn fold_pat_rest<F>(f: &mut F, node: crate::PatRest) -> crate::PatRest
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatRest` in the crate root
[INFO] [stdout]     --> src/fold.rs:2984:12
[INFO] [stdout]      |
[INFO] [stdout] 2984 |     crate::PatRest {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:2991:50
[INFO] [stdout]      |
[INFO] [stdout] 2991 | pub fn fold_pat_slice<F>(f: &mut F, node: crate::PatSlice) -> crate::PatSlice
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:2991:70
[INFO] [stdout]      |
[INFO] [stdout] 2991 | pub fn fold_pat_slice<F>(f: &mut F, node: crate::PatSlice) -> crate::PatSlice
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:2995:12
[INFO] [stdout]      |
[INFO] [stdout] 2995 |     crate::PatSlice {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3003:51
[INFO] [stdout]      |
[INFO] [stdout] 3003 | pub fn fold_pat_struct<F>(f: &mut F, node: crate::PatStruct) -> crate::PatStruct
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3003:72
[INFO] [stdout]      |
[INFO] [stdout] 3003 | pub fn fold_pat_struct<F>(f: &mut F, node: crate::PatStruct) -> crate::PatStruct
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3007:12
[INFO] [stdout]      |
[INFO] [stdout] 3007 |     crate::PatStruct {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3018:50
[INFO] [stdout]      |
[INFO] [stdout] 3018 | pub fn fold_pat_tuple<F>(f: &mut F, node: crate::PatTuple) -> crate::PatTuple
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3018:70
[INFO] [stdout]      |
[INFO] [stdout] 3018 | pub fn fold_pat_tuple<F>(f: &mut F, node: crate::PatTuple) -> crate::PatTuple
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3022:12
[INFO] [stdout]      |
[INFO] [stdout] 3022 |     crate::PatTuple {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3032:18
[INFO] [stdout]      |
[INFO] [stdout] 3032 |     node: crate::PatTupleStruct,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatTupleStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3033:13
[INFO] [stdout]      |
[INFO] [stdout] 3033 | ) -> crate::PatTupleStruct
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatTupleStruct` in the crate root
[INFO] [stdout]     --> src/fold.rs:3037:12
[INFO] [stdout]      |
[INFO] [stdout] 3037 |     crate::PatTupleStruct {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3047:49
[INFO] [stdout]      |
[INFO] [stdout] 3047 | pub fn fold_pat_type<F>(f: &mut F, node: crate::PatType) -> crate::PatType
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3047:68
[INFO] [stdout]      |
[INFO] [stdout] 3047 | pub fn fold_pat_type<F>(f: &mut F, node: crate::PatType) -> crate::PatType
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3051:12
[INFO] [stdout]      |
[INFO] [stdout] 3051 |     crate::PatType {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatWild` in the crate root
[INFO] [stdout]     --> src/fold.rs:3060:49
[INFO] [stdout]      |
[INFO] [stdout] 3060 | pub fn fold_pat_wild<F>(f: &mut F, node: crate::PatWild) -> crate::PatWild
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PatWild` in the crate root
[INFO] [stdout]     --> src/fold.rs:3060:68
[INFO] [stdout]      |
[INFO] [stdout] 3060 | pub fn fold_pat_wild<F>(f: &mut F, node: crate::PatWild) -> crate::PatWild
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PatWild` in the crate root
[INFO] [stdout]     --> src/fold.rs:3064:12
[INFO] [stdout]      |
[INFO] [stdout] 3064 |     crate::PatWild {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in the crate root
[INFO] [stdout]     --> src/fold.rs:3071:45
[INFO] [stdout]      |
[INFO] [stdout] 3071 | pub fn fold_path<F>(f: &mut F, node: crate::Path) -> crate::Path
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::path::Path;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Path`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3071 - pub fn fold_path<F>(f: &mut F, node: crate::Path) -> crate::Path
[INFO] [stdout] 3071 + pub fn fold_path<F>(f: &mut F, node: Path) -> crate::Path
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in the crate root
[INFO] [stdout]     --> src/fold.rs:3071:61
[INFO] [stdout]      |
[INFO] [stdout] 3071 | pub fn fold_path<F>(f: &mut F, node: crate::Path) -> crate::Path
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::path::Path;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Path`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3071 - pub fn fold_path<F>(f: &mut F, node: crate::Path) -> crate::Path
[INFO] [stdout] 3071 + pub fn fold_path<F>(f: &mut F, node: crate::Path) -> Path
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Path` in the crate root
[INFO] [stdout]     --> src/fold.rs:3075:12
[INFO] [stdout]      |
[INFO] [stdout] 3075 |     crate::Path {
[INFO] [stdout]      |            ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::path::Path;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Path`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3075 -     crate::Path {
[INFO] [stdout] 3075 +     Path {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3084:18
[INFO] [stdout]      |
[INFO] [stdout] 3084 |     node: crate::PathArguments,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathArguments` in the crate root
[INFO] [stdout]     --> src/fold.rs:3085:13
[INFO] [stdout]      |
[INFO] [stdout] 3085 | ) -> crate::PathArguments
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathSegment` in the crate root
[INFO] [stdout]     --> src/fold.rs:3105:53
[INFO] [stdout]      |
[INFO] [stdout] 3105 | pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PathSegment` in the crate root
[INFO] [stdout]     --> src/fold.rs:3105:76
[INFO] [stdout]      |
[INFO] [stdout] 3105 | pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PathSegment` in the crate root
[INFO] [stdout]     --> src/fold.rs:3109:12
[INFO] [stdout]      |
[INFO] [stdout] 3109 |     crate::PathSegment {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3118:18
[INFO] [stdout]      |
[INFO] [stdout] 3118 |     node: crate::PointerMutability,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PointerMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3119:13
[INFO] [stdout]      |
[INFO] [stdout] 3119 | ) -> crate::PointerMutability
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateLifetime` in the crate root
[INFO] [stdout]     --> src/fold.rs:3136:18
[INFO] [stdout]      |
[INFO] [stdout] 3136 |     node: crate::PredicateLifetime,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateLifetime` in the crate root
[INFO] [stdout]     --> src/fold.rs:3137:13
[INFO] [stdout]      |
[INFO] [stdout] 3137 | ) -> crate::PredicateLifetime
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PredicateLifetime` in the crate root
[INFO] [stdout]     --> src/fold.rs:3141:12
[INFO] [stdout]      |
[INFO] [stdout] 3141 |     crate::PredicateLifetime {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3151:18
[INFO] [stdout]      |
[INFO] [stdout] 3151 |     node: crate::PredicateType,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PredicateType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3152:13
[INFO] [stdout]      |
[INFO] [stdout] 3152 | ) -> crate::PredicateType
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PredicateType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3156:12
[INFO] [stdout]      |
[INFO] [stdout] 3156 |     crate::PredicateType {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `QSelf` in the crate root
[INFO] [stdout]     --> src/fold.rs:3165:46
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub fn fold_qself<F>(f: &mut F, node: crate::QSelf) -> crate::QSelf
[INFO] [stdout]      |                                              ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `QSelf` in the crate root
[INFO] [stdout]     --> src/fold.rs:3165:63
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub fn fold_qself<F>(f: &mut F, node: crate::QSelf) -> crate::QSelf
[INFO] [stdout]      |                                                               ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `QSelf` in the crate root
[INFO] [stdout]     --> src/fold.rs:3169:12
[INFO] [stdout]      |
[INFO] [stdout] 3169 |     crate::QSelf {
[INFO] [stdout]      |            ^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3179:53
[INFO] [stdout]      |
[INFO] [stdout] 3179 | pub fn fold_range_limits<F>(f: &mut F, node: crate::RangeLimits) -> crate::RangeLimits
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RangeLimits` in the crate root
[INFO] [stdout]     --> src/fold.rs:3179:76
[INFO] [stdout]      |
[INFO] [stdout] 3179 | pub fn fold_range_limits<F>(f: &mut F, node: crate::RangeLimits) -> crate::RangeLimits
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in the crate root
[INFO] [stdout]     --> src/fold.rs:3192:49
[INFO] [stdout]      |
[INFO] [stdout] 3192 | pub fn fold_receiver<F>(f: &mut F, node: crate::Receiver) -> crate::Receiver
[INFO] [stdout]      |                                                 ^^^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::ops::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpmc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpsc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use core::ops::Receiver;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Receiver`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3192 - pub fn fold_receiver<F>(f: &mut F, node: crate::Receiver) -> crate::Receiver
[INFO] [stdout] 3192 + pub fn fold_receiver<F>(f: &mut F, node: Receiver) -> crate::Receiver
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in the crate root
[INFO] [stdout]     --> src/fold.rs:3192:69
[INFO] [stdout]      |
[INFO] [stdout] 3192 | pub fn fold_receiver<F>(f: &mut F, node: crate::Receiver) -> crate::Receiver
[INFO] [stdout]      |                                                                     ^^^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::ops::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpmc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpsc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use core::ops::Receiver;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Receiver`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3192 - pub fn fold_receiver<F>(f: &mut F, node: crate::Receiver) -> crate::Receiver
[INFO] [stdout] 3192 + pub fn fold_receiver<F>(f: &mut F, node: crate::Receiver) -> Receiver
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Receiver` in the crate root
[INFO] [stdout]     --> src/fold.rs:3196:12
[INFO] [stdout]      |
[INFO] [stdout] 3196 |     crate::Receiver {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpmc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use std::sync::mpsc::Receiver;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Receiver`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3196 -     crate::Receiver {
[INFO] [stdout] 3196 +     Receiver {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3208:52
[INFO] [stdout]      |
[INFO] [stdout] 3208 | pub fn fold_return_type<F>(f: &mut F, node: crate::ReturnType) -> crate::ReturnType
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReturnType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3208:74
[INFO] [stdout]      |
[INFO] [stdout] 3208 | pub fn fold_return_type<F>(f: &mut F, node: crate::ReturnType) -> crate::ReturnType
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Signature` in the crate root
[INFO] [stdout]     --> src/fold.rs:3221:50
[INFO] [stdout]      |
[INFO] [stdout] 3221 | pub fn fold_signature<F>(f: &mut F, node: crate::Signature) -> crate::Signature
[INFO] [stdout]      |                                                  ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Signature` in the crate root
[INFO] [stdout]     --> src/fold.rs:3221:71
[INFO] [stdout]      |
[INFO] [stdout] 3221 | pub fn fold_signature<F>(f: &mut F, node: crate::Signature) -> crate::Signature
[INFO] [stdout]      |                                                                       ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Signature` in the crate root
[INFO] [stdout]     --> src/fold.rs:3225:12
[INFO] [stdout]      |
[INFO] [stdout] 3225 |     crate::Signature {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3249:18
[INFO] [stdout]      |
[INFO] [stdout] 3249 |     node: crate::StaticMutability,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StaticMutability` in the crate root
[INFO] [stdout]     --> src/fold.rs:3250:13
[INFO] [stdout]      |
[INFO] [stdout] 3250 | ) -> crate::StaticMutability
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3265:45
[INFO] [stdout]      |
[INFO] [stdout] 3265 | pub fn fold_stmt<F>(f: &mut F, node: crate::Stmt) -> crate::Stmt
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Stmt` in the crate root
[INFO] [stdout]     --> src/fold.rs:3265:61
[INFO] [stdout]      |
[INFO] [stdout] 3265 | pub fn fold_stmt<F>(f: &mut F, node: crate::Stmt) -> crate::Stmt
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StmtMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3282:51
[INFO] [stdout]      |
[INFO] [stdout] 3282 | pub fn fold_stmt_macro<F>(f: &mut F, node: crate::StmtMacro) -> crate::StmtMacro
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StmtMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3282:72
[INFO] [stdout]      |
[INFO] [stdout] 3282 | pub fn fold_stmt_macro<F>(f: &mut F, node: crate::StmtMacro) -> crate::StmtMacro
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StmtMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3286:12
[INFO] [stdout]      |
[INFO] [stdout] 3286 |     crate::StmtMacro {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3294:52
[INFO] [stdout]      |
[INFO] [stdout] 3294 | pub fn fold_trait_bound<F>(f: &mut F, node: crate::TraitBound) -> crate::TraitBound
[INFO] [stdout]      |                                                    ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3294:74
[INFO] [stdout]      |
[INFO] [stdout] 3294 | pub fn fold_trait_bound<F>(f: &mut F, node: crate::TraitBound) -> crate::TraitBound
[INFO] [stdout]      |                                                                          ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TraitBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3298:12
[INFO] [stdout]      |
[INFO] [stdout] 3298 |     crate::TraitBound {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3309:18
[INFO] [stdout]      |
[INFO] [stdout] 3309 |     node: crate::TraitBoundModifier,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitBoundModifier` in the crate root
[INFO] [stdout]     --> src/fold.rs:3310:13
[INFO] [stdout]      |
[INFO] [stdout] 3310 | ) -> crate::TraitBoundModifier
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3323:51
[INFO] [stdout]      |
[INFO] [stdout] 3323 | pub fn fold_trait_item<F>(f: &mut F, node: crate::TraitItem) -> crate::TraitItem
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItem` in the crate root
[INFO] [stdout]     --> src/fold.rs:3323:72
[INFO] [stdout]      |
[INFO] [stdout] 3323 | pub fn fold_trait_item<F>(f: &mut F, node: crate::TraitItem) -> crate::TraitItem
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:3349:18
[INFO] [stdout]      |
[INFO] [stdout] 3349 |     node: crate::TraitItemConst,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:3350:13
[INFO] [stdout]      |
[INFO] [stdout] 3350 | ) -> crate::TraitItemConst
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TraitItemConst` in the crate root
[INFO] [stdout]     --> src/fold.rs:3354:12
[INFO] [stdout]      |
[INFO] [stdout] 3354 |     crate::TraitItemConst {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3367:54
[INFO] [stdout]      |
[INFO] [stdout] 3367 | pub fn fold_trait_item_fn<F>(f: &mut F, node: crate::TraitItemFn) -> crate::TraitItemFn
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3367:77
[INFO] [stdout]      |
[INFO] [stdout] 3367 | pub fn fold_trait_item_fn<F>(f: &mut F, node: crate::TraitItemFn) -> crate::TraitItemFn
[INFO] [stdout]      |                                                                             ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TraitItemFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3371:12
[INFO] [stdout]      |
[INFO] [stdout] 3371 |     crate::TraitItemFn {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3382:18
[INFO] [stdout]      |
[INFO] [stdout] 3382 |     node: crate::TraitItemMacro,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3383:13
[INFO] [stdout]      |
[INFO] [stdout] 3383 | ) -> crate::TraitItemMacro
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TraitItemMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3387:12
[INFO] [stdout]      |
[INFO] [stdout] 3387 |     crate::TraitItemMacro {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3397:18
[INFO] [stdout]      |
[INFO] [stdout] 3397 |     node: crate::TraitItemType,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TraitItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3398:13
[INFO] [stdout]      |
[INFO] [stdout] 3398 | ) -> crate::TraitItemType
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TraitItemType` in the crate root
[INFO] [stdout]     --> src/fold.rs:3402:12
[INFO] [stdout]      |
[INFO] [stdout] 3402 |     crate::TraitItemType {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3415:45
[INFO] [stdout]      |
[INFO] [stdout] 3415 | pub fn fold_type<F>(f: &mut F, node: crate::Type) -> crate::Type
[INFO] [stdout]      |                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3415 - pub fn fold_type<F>(f: &mut F, node: crate::Type) -> crate::Type
[INFO] [stdout] 3415 + pub fn fold_type<F>(f: &mut F, node: Type) -> crate::Type
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3415:61
[INFO] [stdout]      |
[INFO] [stdout] 3415 | pub fn fold_type<F>(f: &mut F, node: crate::Type) -> crate::Type
[INFO] [stdout]      |                                                             ^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3415 - pub fn fold_type<F>(f: &mut F, node: crate::Type) -> crate::Type
[INFO] [stdout] 3415 + pub fn fold_type<F>(f: &mut F, node: crate::Type) -> Type
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3420:16
[INFO] [stdout]      |
[INFO] [stdout] 3420 |         crate::Type::Array(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3420 -         crate::Type::Array(_binding_0) => {
[INFO] [stdout] 3420 +         Type::Array(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3421:20
[INFO] [stdout]      |
[INFO] [stdout] 3421 |             crate::Type::Array(f.fold_type_array(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3421 -             crate::Type::Array(f.fold_type_array(_binding_0))
[INFO] [stdout] 3421 +             Type::Array(f.fold_type_array(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3423:16
[INFO] [stdout]      |
[INFO] [stdout] 3423 |         crate::Type::BareFn(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3423 -         crate::Type::BareFn(_binding_0) => {
[INFO] [stdout] 3423 +         Type::BareFn(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3424:20
[INFO] [stdout]      |
[INFO] [stdout] 3424 |             crate::Type::BareFn(f.fold_type_bare_fn(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3424 -             crate::Type::BareFn(f.fold_type_bare_fn(_binding_0))
[INFO] [stdout] 3424 +             Type::BareFn(f.fold_type_bare_fn(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3426:16
[INFO] [stdout]      |
[INFO] [stdout] 3426 |         crate::Type::Group(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3426 -         crate::Type::Group(_binding_0) => {
[INFO] [stdout] 3426 +         Type::Group(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3427:20
[INFO] [stdout]      |
[INFO] [stdout] 3427 |             crate::Type::Group(f.fold_type_group(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3427 -             crate::Type::Group(f.fold_type_group(_binding_0))
[INFO] [stdout] 3427 +             Type::Group(f.fold_type_group(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3429:16
[INFO] [stdout]      |
[INFO] [stdout] 3429 |         crate::Type::ImplTrait(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3429 -         crate::Type::ImplTrait(_binding_0) => {
[INFO] [stdout] 3429 +         Type::ImplTrait(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3430:20
[INFO] [stdout]      |
[INFO] [stdout] 3430 |             crate::Type::ImplTrait(f.fold_type_impl_trait(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3430 -             crate::Type::ImplTrait(f.fold_type_impl_trait(_binding_0))
[INFO] [stdout] 3430 +             Type::ImplTrait(f.fold_type_impl_trait(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3432:16
[INFO] [stdout]      |
[INFO] [stdout] 3432 |         crate::Type::Infer(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3432 -         crate::Type::Infer(_binding_0) => {
[INFO] [stdout] 3432 +         Type::Infer(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3433:20
[INFO] [stdout]      |
[INFO] [stdout] 3433 |             crate::Type::Infer(f.fold_type_infer(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3433 -             crate::Type::Infer(f.fold_type_infer(_binding_0))
[INFO] [stdout] 3433 +             Type::Infer(f.fold_type_infer(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3435:16
[INFO] [stdout]      |
[INFO] [stdout] 3435 |         crate::Type::Macro(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3435 -         crate::Type::Macro(_binding_0) => {
[INFO] [stdout] 3435 +         Type::Macro(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3436:20
[INFO] [stdout]      |
[INFO] [stdout] 3436 |             crate::Type::Macro(f.fold_type_macro(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3436 -             crate::Type::Macro(f.fold_type_macro(_binding_0))
[INFO] [stdout] 3436 +             Type::Macro(f.fold_type_macro(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3438:16
[INFO] [stdout]      |
[INFO] [stdout] 3438 |         crate::Type::Never(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3438 -         crate::Type::Never(_binding_0) => {
[INFO] [stdout] 3438 +         Type::Never(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3439:20
[INFO] [stdout]      |
[INFO] [stdout] 3439 |             crate::Type::Never(f.fold_type_never(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3439 -             crate::Type::Never(f.fold_type_never(_binding_0))
[INFO] [stdout] 3439 +             Type::Never(f.fold_type_never(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3441:16
[INFO] [stdout]      |
[INFO] [stdout] 3441 |         crate::Type::Paren(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3441 -         crate::Type::Paren(_binding_0) => {
[INFO] [stdout] 3441 +         Type::Paren(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3442:20
[INFO] [stdout]      |
[INFO] [stdout] 3442 |             crate::Type::Paren(f.fold_type_paren(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3442 -             crate::Type::Paren(f.fold_type_paren(_binding_0))
[INFO] [stdout] 3442 +             Type::Paren(f.fold_type_paren(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3444:16
[INFO] [stdout]      |
[INFO] [stdout] 3444 |         crate::Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3444 -         crate::Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout] 3444 +         Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3444:49
[INFO] [stdout]      |
[INFO] [stdout] 3444 |         crate::Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout]      |                                                 ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3444 -         crate::Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout] 3444 +         crate::Type::Path(_binding_0) => Type::Path(f.fold_type_path(_binding_0)),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3445:16
[INFO] [stdout]      |
[INFO] [stdout] 3445 |         crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3445 -         crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout] 3445 +         Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3445:48
[INFO] [stdout]      |
[INFO] [stdout] 3445 |         crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout]      |                                                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3445 -         crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout] 3445 +         crate::Type::Ptr(_binding_0) => Type::Ptr(f.fold_type_ptr(_binding_0)),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3446:16
[INFO] [stdout]      |
[INFO] [stdout] 3446 |         crate::Type::Reference(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3446 -         crate::Type::Reference(_binding_0) => {
[INFO] [stdout] 3446 +         Type::Reference(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3447:20
[INFO] [stdout]      |
[INFO] [stdout] 3447 |             crate::Type::Reference(f.fold_type_reference(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3447 -             crate::Type::Reference(f.fold_type_reference(_binding_0))
[INFO] [stdout] 3447 +             Type::Reference(f.fold_type_reference(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3449:16
[INFO] [stdout]      |
[INFO] [stdout] 3449 |         crate::Type::Slice(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3449 -         crate::Type::Slice(_binding_0) => {
[INFO] [stdout] 3449 +         Type::Slice(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3450:20
[INFO] [stdout]      |
[INFO] [stdout] 3450 |             crate::Type::Slice(f.fold_type_slice(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3450 -             crate::Type::Slice(f.fold_type_slice(_binding_0))
[INFO] [stdout] 3450 +             Type::Slice(f.fold_type_slice(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3452:16
[INFO] [stdout]      |
[INFO] [stdout] 3452 |         crate::Type::TraitObject(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3452 -         crate::Type::TraitObject(_binding_0) => {
[INFO] [stdout] 3452 +         Type::TraitObject(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3453:20
[INFO] [stdout]      |
[INFO] [stdout] 3453 |             crate::Type::TraitObject(f.fold_type_trait_object(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3453 -             crate::Type::TraitObject(f.fold_type_trait_object(_binding_0))
[INFO] [stdout] 3453 +             Type::TraitObject(f.fold_type_trait_object(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3455:16
[INFO] [stdout]      |
[INFO] [stdout] 3455 |         crate::Type::Tuple(_binding_0) => {
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3455 -         crate::Type::Tuple(_binding_0) => {
[INFO] [stdout] 3455 +         Type::Tuple(_binding_0) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3456:20
[INFO] [stdout]      |
[INFO] [stdout] 3456 |             crate::Type::Tuple(f.fold_type_tuple(_binding_0))
[INFO] [stdout]      |                    ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3456 -             crate::Type::Tuple(f.fold_type_tuple(_binding_0))
[INFO] [stdout] 3456 +             Type::Tuple(f.fold_type_tuple(_binding_0))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3458:16
[INFO] [stdout]      |
[INFO] [stdout] 3458 |         crate::Type::Verbatim(_binding_0) => crate::Type::Verbatim(_binding_0),
[INFO] [stdout]      |                ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3458 -         crate::Type::Verbatim(_binding_0) => crate::Type::Verbatim(_binding_0),
[INFO] [stdout] 3458 +         Type::Verbatim(_binding_0) => crate::Type::Verbatim(_binding_0),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Type` in the crate root
[INFO] [stdout]     --> src/fold.rs:3458:53
[INFO] [stdout]      |
[INFO] [stdout] 3458 |         crate::Type::Verbatim(_binding_0) => crate::Type::Verbatim(_binding_0),
[INFO] [stdout]      |                                                     ^^^^ could not find `Type` in the crate root
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]      |
[INFO] [stdout]   10 + use crate::token::Type;
[INFO] [stdout]      |
[INFO] [stdout]   10 + use syn::token::Type;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Type`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 3458 -         crate::Type::Verbatim(_binding_0) => crate::Type::Verbatim(_binding_0),
[INFO] [stdout] 3458 +         crate::Type::Verbatim(_binding_0) => Type::Verbatim(_binding_0),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:3465:51
[INFO] [stdout]      |
[INFO] [stdout] 3465 | pub fn fold_type_array<F>(f: &mut F, node: crate::TypeArray) -> crate::TypeArray
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:3465:72
[INFO] [stdout]      |
[INFO] [stdout] 3465 | pub fn fold_type_array<F>(f: &mut F, node: crate::TypeArray) -> crate::TypeArray
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeArray` in the crate root
[INFO] [stdout]     --> src/fold.rs:3469:12
[INFO] [stdout]      |
[INFO] [stdout] 3469 |     crate::TypeArray {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeBareFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3478:53
[INFO] [stdout]      |
[INFO] [stdout] 3478 | pub fn fold_type_bare_fn<F>(f: &mut F, node: crate::TypeBareFn) -> crate::TypeBareFn
[INFO] [stdout]      |                                                     ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeBareFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3478:75
[INFO] [stdout]      |
[INFO] [stdout] 3478 | pub fn fold_type_bare_fn<F>(f: &mut F, node: crate::TypeBareFn) -> crate::TypeBareFn
[INFO] [stdout]      |                                                                           ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeBareFn` in the crate root
[INFO] [stdout]     --> src/fold.rs:3482:12
[INFO] [stdout]      |
[INFO] [stdout] 3482 |     crate::TypeBareFn {
[INFO] [stdout]      |            ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3495:51
[INFO] [stdout]      |
[INFO] [stdout] 3495 | pub fn fold_type_group<F>(f: &mut F, node: crate::TypeGroup) -> crate::TypeGroup
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3495:72
[INFO] [stdout]      |
[INFO] [stdout] 3495 | pub fn fold_type_group<F>(f: &mut F, node: crate::TypeGroup) -> crate::TypeGroup
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3499:12
[INFO] [stdout]      |
[INFO] [stdout] 3499 |     crate::TypeGroup {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeImplTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:3508:18
[INFO] [stdout]      |
[INFO] [stdout] 3508 |     node: crate::TypeImplTrait,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeImplTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:3509:13
[INFO] [stdout]      |
[INFO] [stdout] 3509 | ) -> crate::TypeImplTrait
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeImplTrait` in the crate root
[INFO] [stdout]     --> src/fold.rs:3513:12
[INFO] [stdout]      |
[INFO] [stdout] 3513 |     crate::TypeImplTrait {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:3520:51
[INFO] [stdout]      |
[INFO] [stdout] 3520 | pub fn fold_type_infer<F>(f: &mut F, node: crate::TypeInfer) -> crate::TypeInfer
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:3520:72
[INFO] [stdout]      |
[INFO] [stdout] 3520 | pub fn fold_type_infer<F>(f: &mut F, node: crate::TypeInfer) -> crate::TypeInfer
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeInfer` in the crate root
[INFO] [stdout]     --> src/fold.rs:3524:12
[INFO] [stdout]      |
[INFO] [stdout] 3524 |     crate::TypeInfer {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3530:51
[INFO] [stdout]      |
[INFO] [stdout] 3530 | pub fn fold_type_macro<F>(f: &mut F, node: crate::TypeMacro) -> crate::TypeMacro
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3530:72
[INFO] [stdout]      |
[INFO] [stdout] 3530 | pub fn fold_type_macro<F>(f: &mut F, node: crate::TypeMacro) -> crate::TypeMacro
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeMacro` in the crate root
[INFO] [stdout]     --> src/fold.rs:3534:12
[INFO] [stdout]      |
[INFO] [stdout] 3534 |     crate::TypeMacro {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeNever` in the crate root
[INFO] [stdout]     --> src/fold.rs:3540:51
[INFO] [stdout]      |
[INFO] [stdout] 3540 | pub fn fold_type_never<F>(f: &mut F, node: crate::TypeNever) -> crate::TypeNever
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeNever` in the crate root
[INFO] [stdout]     --> src/fold.rs:3540:72
[INFO] [stdout]      |
[INFO] [stdout] 3540 | pub fn fold_type_never<F>(f: &mut F, node: crate::TypeNever) -> crate::TypeNever
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeNever` in the crate root
[INFO] [stdout]     --> src/fold.rs:3544:12
[INFO] [stdout]      |
[INFO] [stdout] 3544 |     crate::TypeNever {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:3550:51
[INFO] [stdout]      |
[INFO] [stdout] 3550 | pub fn fold_type_param<F>(f: &mut F, node: crate::TypeParam) -> crate::TypeParam
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:3550:72
[INFO] [stdout]      |
[INFO] [stdout] 3550 | pub fn fold_type_param<F>(f: &mut F, node: crate::TypeParam) -> crate::TypeParam
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeParam` in the crate root
[INFO] [stdout]     --> src/fold.rs:3554:12
[INFO] [stdout]      |
[INFO] [stdout] 3554 |     crate::TypeParam {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3567:18
[INFO] [stdout]      |
[INFO] [stdout] 3567 |     node: crate::TypeParamBound,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParamBound` in the crate root
[INFO] [stdout]     --> src/fold.rs:3568:13
[INFO] [stdout]      |
[INFO] [stdout] 3568 | ) -> crate::TypeParamBound
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:3588:51
[INFO] [stdout]      |
[INFO] [stdout] 3588 | pub fn fold_type_paren<F>(f: &mut F, node: crate::TypeParen) -> crate::TypeParen
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:3588:72
[INFO] [stdout]      |
[INFO] [stdout] 3588 | pub fn fold_type_paren<F>(f: &mut F, node: crate::TypeParen) -> crate::TypeParen
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeParen` in the crate root
[INFO] [stdout]     --> src/fold.rs:3592:12
[INFO] [stdout]      |
[INFO] [stdout] 3592 |     crate::TypeParen {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3599:50
[INFO] [stdout]      |
[INFO] [stdout] 3599 | pub fn fold_type_path<F>(f: &mut F, node: crate::TypePath) -> crate::TypePath
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3599:70
[INFO] [stdout]      |
[INFO] [stdout] 3599 | pub fn fold_type_path<F>(f: &mut F, node: crate::TypePath) -> crate::TypePath
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3603:12
[INFO] [stdout]      |
[INFO] [stdout] 3603 |     crate::TypePath {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePtr` in the crate root
[INFO] [stdout]     --> src/fold.rs:3610:49
[INFO] [stdout]      |
[INFO] [stdout] 3610 | pub fn fold_type_ptr<F>(f: &mut F, node: crate::TypePtr) -> crate::TypePtr
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypePtr` in the crate root
[INFO] [stdout]     --> src/fold.rs:3610:68
[INFO] [stdout]      |
[INFO] [stdout] 3610 | pub fn fold_type_ptr<F>(f: &mut F, node: crate::TypePtr) -> crate::TypePtr
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypePtr` in the crate root
[INFO] [stdout]     --> src/fold.rs:3614:12
[INFO] [stdout]      |
[INFO] [stdout] 3614 |     crate::TypePtr {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:3625:18
[INFO] [stdout]      |
[INFO] [stdout] 3625 |     node: crate::TypeReference,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:3626:13
[INFO] [stdout]      |
[INFO] [stdout] 3626 | ) -> crate::TypeReference
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeReference` in the crate root
[INFO] [stdout]     --> src/fold.rs:3630:12
[INFO] [stdout]      |
[INFO] [stdout] 3630 |     crate::TypeReference {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:3639:51
[INFO] [stdout]      |
[INFO] [stdout] 3639 | pub fn fold_type_slice<F>(f: &mut F, node: crate::TypeSlice) -> crate::TypeSlice
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:3639:72
[INFO] [stdout]      |
[INFO] [stdout] 3639 | pub fn fold_type_slice<F>(f: &mut F, node: crate::TypeSlice) -> crate::TypeSlice
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeSlice` in the crate root
[INFO] [stdout]     --> src/fold.rs:3643:12
[INFO] [stdout]      |
[INFO] [stdout] 3643 |     crate::TypeSlice {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTraitObject` in the crate root
[INFO] [stdout]     --> src/fold.rs:3652:18
[INFO] [stdout]      |
[INFO] [stdout] 3652 |     node: crate::TypeTraitObject,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTraitObject` in the crate root
[INFO] [stdout]     --> src/fold.rs:3653:13
[INFO] [stdout]      |
[INFO] [stdout] 3653 | ) -> crate::TypeTraitObject
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeTraitObject` in the crate root
[INFO] [stdout]     --> src/fold.rs:3657:12
[INFO] [stdout]      |
[INFO] [stdout] 3657 |     crate::TypeTraitObject {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3664:51
[INFO] [stdout]      |
[INFO] [stdout] 3664 | pub fn fold_type_tuple<F>(f: &mut F, node: crate::TypeTuple) -> crate::TypeTuple
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TypeTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3664:72
[INFO] [stdout]      |
[INFO] [stdout] 3664 | pub fn fold_type_tuple<F>(f: &mut F, node: crate::TypeTuple) -> crate::TypeTuple
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeTuple` in the crate root
[INFO] [stdout]     --> src/fold.rs:3668:12
[INFO] [stdout]      |
[INFO] [stdout] 3668 |     crate::TypeTuple {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3675:46
[INFO] [stdout]      |
[INFO] [stdout] 3675 | pub fn fold_un_op<F>(f: &mut F, node: crate::UnOp) -> crate::UnOp
[INFO] [stdout]      |                                              ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UnOp` in the crate root
[INFO] [stdout]     --> src/fold.rs:3675:62
[INFO] [stdout]      |
[INFO] [stdout] 3675 | pub fn fold_un_op<F>(f: &mut F, node: crate::UnOp) -> crate::UnOp
[INFO] [stdout]      |                                                              ^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGlob` in the crate root
[INFO] [stdout]     --> src/fold.rs:3689:49
[INFO] [stdout]      |
[INFO] [stdout] 3689 | pub fn fold_use_glob<F>(f: &mut F, node: crate::UseGlob) -> crate::UseGlob
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGlob` in the crate root
[INFO] [stdout]     --> src/fold.rs:3689:68
[INFO] [stdout]      |
[INFO] [stdout] 3689 | pub fn fold_use_glob<F>(f: &mut F, node: crate::UseGlob) -> crate::UseGlob
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UseGlob` in the crate root
[INFO] [stdout]     --> src/fold.rs:3693:12
[INFO] [stdout]      |
[INFO] [stdout] 3693 |     crate::UseGlob {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3699:50
[INFO] [stdout]      |
[INFO] [stdout] 3699 | pub fn fold_use_group<F>(f: &mut F, node: crate::UseGroup) -> crate::UseGroup
[INFO] [stdout]      |                                                  ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3699:70
[INFO] [stdout]      |
[INFO] [stdout] 3699 | pub fn fold_use_group<F>(f: &mut F, node: crate::UseGroup) -> crate::UseGroup
[INFO] [stdout]      |                                                                      ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UseGroup` in the crate root
[INFO] [stdout]     --> src/fold.rs:3703:12
[INFO] [stdout]      |
[INFO] [stdout] 3703 |     crate::UseGroup {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseName` in the crate root
[INFO] [stdout]     --> src/fold.rs:3710:49
[INFO] [stdout]      |
[INFO] [stdout] 3710 | pub fn fold_use_name<F>(f: &mut F, node: crate::UseName) -> crate::UseName
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseName` in the crate root
[INFO] [stdout]     --> src/fold.rs:3710:68
[INFO] [stdout]      |
[INFO] [stdout] 3710 | pub fn fold_use_name<F>(f: &mut F, node: crate::UseName) -> crate::UseName
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UseName` in the crate root
[INFO] [stdout]     --> src/fold.rs:3714:12
[INFO] [stdout]      |
[INFO] [stdout] 3714 |     crate::UseName {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UsePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3720:49
[INFO] [stdout]      |
[INFO] [stdout] 3720 | pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UsePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3720:68
[INFO] [stdout]      |
[INFO] [stdout] 3720 | pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UsePath` in the crate root
[INFO] [stdout]     --> src/fold.rs:3724:12
[INFO] [stdout]      |
[INFO] [stdout] 3724 |     crate::UsePath {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseRename` in the crate root
[INFO] [stdout]     --> src/fold.rs:3732:51
[INFO] [stdout]      |
[INFO] [stdout] 3732 | pub fn fold_use_rename<F>(f: &mut F, node: crate::UseRename) -> crate::UseRename
[INFO] [stdout]      |                                                   ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseRename` in the crate root
[INFO] [stdout]     --> src/fold.rs:3732:72
[INFO] [stdout]      |
[INFO] [stdout] 3732 | pub fn fold_use_rename<F>(f: &mut F, node: crate::UseRename) -> crate::UseRename
[INFO] [stdout]      |                                                                        ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `UseRename` in the crate root
[INFO] [stdout]     --> src/fold.rs:3736:12
[INFO] [stdout]      |
[INFO] [stdout] 3736 |     crate::UseRename {
[INFO] [stdout]      |            ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3744:49
[INFO] [stdout]      |
[INFO] [stdout] 3744 | pub fn fold_use_tree<F>(f: &mut F, node: crate::UseTree) -> crate::UseTree
[INFO] [stdout]      |                                                 ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UseTree` in the crate root
[INFO] [stdout]     --> src/fold.rs:3744:68
[INFO] [stdout]      |
[INFO] [stdout] 3744 | pub fn fold_use_tree<F>(f: &mut F, node: crate::UseTree) -> crate::UseTree
[INFO] [stdout]      |                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:3768:49
[INFO] [stdout]      |
[INFO] [stdout] 3768 | pub fn fold_variadic<F>(f: &mut F, node: crate::Variadic) -> crate::Variadic
[INFO] [stdout]      |                                                 ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:3768:69
[INFO] [stdout]      |
[INFO] [stdout] 3768 | pub fn fold_variadic<F>(f: &mut F, node: crate::Variadic) -> crate::Variadic
[INFO] [stdout]      |                                                                     ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Variadic` in the crate root
[INFO] [stdout]     --> src/fold.rs:3772:12
[INFO] [stdout]      |
[INFO] [stdout] 3772 |     crate::Variadic {
[INFO] [stdout]      |            ^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variant` in the crate root
[INFO] [stdout]     --> src/fold.rs:3781:48
[INFO] [stdout]      |
[INFO] [stdout] 3781 | pub fn fold_variant<F>(f: &mut F, node: crate::Variant) -> crate::Variant
[INFO] [stdout]      |                                                ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Variant` in the crate root
[INFO] [stdout]     --> src/fold.rs:3781:67
[INFO] [stdout]      |
[INFO] [stdout] 3781 | pub fn fold_variant<F>(f: &mut F, node: crate::Variant) -> crate::Variant
[INFO] [stdout]      |                                                                   ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Variant` in the crate root
[INFO] [stdout]     --> src/fold.rs:3785:12
[INFO] [stdout]      |
[INFO] [stdout] 3785 |     crate::Variant {
[INFO] [stdout]      |            ^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `VisRestricted` in the crate root
[INFO] [stdout]     --> src/fold.rs:3796:18
[INFO] [stdout]      |
[INFO] [stdout] 3796 |     node: crate::VisRestricted,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `VisRestricted` in the crate root
[INFO] [stdout]     --> src/fold.rs:3797:13
[INFO] [stdout]      |
[INFO] [stdout] 3797 | ) -> crate::VisRestricted
[INFO] [stdout]      |             ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `VisRestricted` in the crate root
[INFO] [stdout]     --> src/fold.rs:3801:12
[INFO] [stdout]      |
[INFO] [stdout] 3801 |     crate::VisRestricted {
[INFO] [stdout]      |            ^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3810:51
[INFO] [stdout]      |
[INFO] [stdout] 3810 | pub fn fold_visibility<F>(f: &mut F, node: crate::Visibility) -> crate::Visibility
[INFO] [stdout]      |                                                   ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Visibility` in the crate root
[INFO] [stdout]     --> src/fold.rs:3810:73
[INFO] [stdout]      |
[INFO] [stdout] 3810 | pub fn fold_visibility<F>(f: &mut F, node: crate::Visibility) -> crate::Visibility
[INFO] [stdout]      |                                                                         ^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WhereClause` in the crate root
[INFO] [stdout]     --> src/fold.rs:3824:53
[INFO] [stdout]      |
[INFO] [stdout] 3824 | pub fn fold_where_clause<F>(f: &mut F, node: crate::WhereClause) -> crate::WhereClause
[INFO] [stdout]      |                                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WhereClause` in the crate root
[INFO] [stdout]     --> src/fold.rs:3824:76
[INFO] [stdout]      |
[INFO] [stdout] 3824 | pub fn fold_where_clause<F>(f: &mut F, node: crate::WhereClause) -> crate::WhereClause
[INFO] [stdout]      |                                                                            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WhereClause` in the crate root
[INFO] [stdout]     --> src/fold.rs:3828:12
[INFO] [stdout]      |
[INFO] [stdout] 3828 |     crate::WhereClause {
[INFO] [stdout]      |            ^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3837:18
[INFO] [stdout]      |
[INFO] [stdout] 3837 |     node: crate::WherePredicate,
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WherePredicate` in the crate root
[INFO] [stdout]     --> src/fold.rs:3838:13
[INFO] [stdout]      |
[INFO] [stdout] 3838 | ) -> crate::WherePredicate
[INFO] [stdout]      |             ^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn-fold` (lib) due to 1218 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0afac6e424cb8595b703748912e0340d14e0798d3a5ce0f39bf8af3423d9e999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0afac6e424cb8595b703748912e0340d14e0798d3a5ce0f39bf8af3423d9e999", kill_on_drop: false }`
[INFO] [stdout] 0afac6e424cb8595b703748912e0340d14e0798d3a5ce0f39bf8af3423d9e999
