[INFO] fetching crate syntax_ast_builder 0.1.0... [INFO] checking syntax_ast_builder-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate syntax_ast_builder 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate syntax_ast_builder 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate syntax_ast_builder 0.1.0 [INFO] finished tweaking crates.io crate syntax_ast_builder 0.1.0 [INFO] tweaked toml for crates.io crate syntax_ast_builder 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1758f525504cea1360df5ef471c5e88f1972a6b763530f6319c3f981a975aaab [INFO] running `Command { std: "docker" "start" "-a" "1758f525504cea1360df5ef471c5e88f1972a6b763530f6319c3f981a975aaab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1758f525504cea1360df5ef471c5e88f1972a6b763530f6319c3f981a975aaab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1758f525504cea1360df5ef471c5e88f1972a6b763530f6319c3f981a975aaab", kill_on_drop: false }` [INFO] [stdout] 1758f525504cea1360df5ef471c5e88f1972a6b763530f6319c3f981a975aaab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67ef2bf9ea8e6762b3c03b1c61061a15d2a6067ebdef6189a5be9ce313bdcbab [INFO] running `Command { std: "docker" "start" "-a" "67ef2bf9ea8e6762b3c03b1c61061a15d2a6067ebdef6189a5be9ce313bdcbab", kill_on_drop: false }` [INFO] [stderr] Checking syntax_ast_builder v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Ctx: Clone` is not satisfied [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Ctx` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Ctx` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 18 + #[derive(Clone)] [INFO] [stdout] 19 | pub struct Ctx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `IntoPath` for type `&str` [INFO] [stdout] --> src/lib.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 96 | impl<'a> IntoPath for &'a str { [INFO] [stdout] | ----------------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 102 | impl<'a, I, T> IntoPath for I where I: IntoIterator, T: ToIdent { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&str` [INFO] [stdout] | [INFO] [stdout] = note: upstream crates may add a new impl of trait `std::iter::Iterator` for type `&str` in future versions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Identity: Clone` is not satisfied [INFO] [stdout] --> src/lib.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Identity` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Identity` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 155 + #[derive(Clone)] [INFO] [stdout] 156 | pub struct Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Ctx: Clone` is not satisfied [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Ctx` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Ctx` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 18 + #[derive(Clone)] [INFO] [stdout] 19 | pub struct Ctx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `IntoPath` for type `&str` [INFO] [stdout] --> src/lib.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 96 | impl<'a> IntoPath for &'a str { [INFO] [stdout] | ----------------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 102 | impl<'a, I, T> IntoPath for I where I: IntoIterator, T: ToIdent { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&str` [INFO] [stdout] | [INFO] [stdout] = note: upstream crates may add a new impl of trait `std::iter::Iterator` for type `&str` in future versions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Identity: Clone` is not satisfied [INFO] [stdout] --> src/lib.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `Identity` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `Identity` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 155 + #[derive(Clone)] [INFO] [stdout] 156 | pub struct Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:213:26 [INFO] [stdout] | [INFO] [stdout] 213 | self.segment(id).build() [INFO] [stdout] | ^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `build` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:257:26 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 257 | self.segment(id).build() [INFO] [stdout] | ^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `build` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PathBuilder<'_, TyPathBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:442:21 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `id` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 442 | self.path().id(id).build() [INFO] [stdout] | ^^ method cannot be called on `PathBuilder<'_, TyPathBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 515 | pub struct TyPathBuilder<'a, F>(TyBuilder<'a, F>); [INFO] [stdout] | ------------------------------- doesn't satisfy `TyPathBuilder<'_, F>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `TyPathBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:213:26 [INFO] [stdout] | [INFO] [stdout] 213 | self.segment(id).build() [INFO] [stdout] | ^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `build` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `with_ty` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:542:18 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `with_ty` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 537 | let path = PathBuilder::new(self.0.ctx) [INFO] [stdout] | ____________________- [INFO] [stdout] 538 | | .global() [INFO] [stdout] 539 | | .id("std") [INFO] [stdout] 540 | | .id("option") [INFO] [stdout] 541 | | .segment("Option") [INFO] [stdout] 542 | | .with_ty(ty) [INFO] [stdout] | | -^^^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>` due to unsatisfied trait bounds [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:257:26 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 257 | self.segment(id).build() [INFO] [stdout] | ^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `build` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `with_ty` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:577:18 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `with_ty` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 572 | let path = PathBuilder::new(self.0.ctx) [INFO] [stdout] | ____________________- [INFO] [stdout] 573 | | .global() [INFO] [stdout] 574 | | .id("std") [INFO] [stdout] 575 | | .id("result") [INFO] [stdout] 576 | | .segment("Result") [INFO] [stdout] 577 | | .with_ty(self.1) [INFO] [stdout] | | -^^^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>` due to unsatisfied trait bounds [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PathBuilder<'_, TyPathBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:442:21 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `id` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 442 | self.path().id(id).build() [INFO] [stdout] | ^^ method cannot be called on `PathBuilder<'_, TyPathBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 515 | pub struct TyPathBuilder<'a, F>(TyBuilder<'a, F>); [INFO] [stdout] | ------------------------------- doesn't satisfy `TyPathBuilder<'_, F>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `TyPathBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PathBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:775:21 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `id` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 775 | self.path().id(id).build() [INFO] [stdout] | ^^ method cannot be called on `PathBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `with_ty` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:542:18 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `with_ty` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 537 | let path = PathBuilder::new(self.0.ctx) [INFO] [stdout] | ____________________- [INFO] [stdout] 538 | | .global() [INFO] [stdout] 539 | | .id("std") [INFO] [stdout] 540 | | .id("option") [INFO] [stdout] 541 | | .segment("Option") [INFO] [stdout] 542 | | .with_ty(ty) [INFO] [stdout] | | -^^^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>` due to unsatisfied trait bounds [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `isize` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:787:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `isize` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 787 | self.lit().isize(value) [INFO] [stdout] | ^^^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `with_ty` exists for struct `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:577:18 [INFO] [stdout] | [INFO] [stdout] 232 | pub struct PathSegmentsBuilder<'a, F=Identity> { [INFO] [stdout] | ---------------------------------------------- doesn't satisfy `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct PathSegmentBuilder<'a, F=Identity> { [INFO] [stdout] | --------------------------------------------- method `with_ty` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 572 | let path = PathBuilder::new(self.0.ctx) [INFO] [stdout] | ____________________- [INFO] [stdout] 573 | | .global() [INFO] [stdout] 574 | | .id("std") [INFO] [stdout] 575 | | .id("result") [INFO] [stdout] 576 | | .segment("Result") [INFO] [stdout] 577 | | .with_ty(self.1) [INFO] [stdout] | | -^^^^^^^ method cannot be called on `PathSegmentBuilder<'_, PathSegmentsBuilder<'_>>` due to unsatisfied trait bounds [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `PathSegmentsBuilder<'_>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i8` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:791:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i8` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 791 | self.lit().i8(value) [INFO] [stdout] | ^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i16` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:795:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i16` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 795 | self.lit().i16(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i32` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:799:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 799 | self.lit().i32(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PathBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:775:21 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `id` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 775 | self.path().id(id).build() [INFO] [stdout] | ^^ method cannot be called on `PathBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i64` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:803:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i64` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 803 | self.lit().i64(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `isize` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:787:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `isize` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 787 | self.lit().isize(value) [INFO] [stdout] | ^^^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `usize` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:807:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `usize` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 807 | self.lit().usize(value) [INFO] [stdout] | ^^^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i8` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:791:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i8` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 791 | self.lit().i8(value) [INFO] [stdout] | ^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i16` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:795:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i16` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 795 | self.lit().i16(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u8` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:811:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u8` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 811 | self.lit().u8(value) [INFO] [stdout] | ^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i32` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:799:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 799 | self.lit().i32(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u16` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:815:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u16` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 815 | self.lit().u16(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u32` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:819:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 819 | self.lit().u32(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `i64` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:803:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `i64` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 803 | self.lit().i64(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u64` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:823:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u64` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 823 | self.lit().u64(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `usize` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:807:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `usize` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 807 | self.lit().usize(value) [INFO] [stdout] | ^^^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u8` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:811:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u8` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 811 | self.lit().u8(value) [INFO] [stdout] | ^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `str` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:829:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `str` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 829 | self.lit().str(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u16` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:815:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u16` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 815 | self.lit().u16(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u32` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:819:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 819 | self.lit().u32(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `global` exists for struct `PathBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1063:14 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `global` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1062 | / self.path() [INFO] [stdout] 1063 | | .global() [INFO] [stdout] | | -^^^^^^-- help: remove the arguments [INFO] [stdout] | | || [INFO] [stdout] | |_____________|field, not a method [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `u64` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:823:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `u64` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 823 | self.lit().u64(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `str` exists for struct `LitBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:829:20 [INFO] [stdout] | [INFO] [stdout] 629 | pub struct LitBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `str` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 829 | self.lit().str(value) [INFO] [stdout] | ^^^ method cannot be called on `LitBuilder<'_, ExprBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `global` exists for struct `PathBuilder<'_, ExprBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1063:14 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct PathBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `global` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `ExprBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1062 | / self.path() [INFO] [stdout] 1063 | | .global() [INFO] [stdout] | | -^^^^^^-- help: remove the arguments [INFO] [stdout] | | || [INFO] [stdout] | |_____________|field, not a method [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build_path` exists for struct `ExprBuilder<'_, ExprCallBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1440:14 [INFO] [stdout] | [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `build_path` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 1258 | pub struct ExprCallBuilder<'a, F> { [INFO] [stdout] | --------------------------------- doesn't satisfy `ExprCallBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1439 | / self.builder.call() [INFO] [stdout] 1440 | | .build_path(None, self.path) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `ExprBuilder<'_, ExprCallBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprCallBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PatBuilder<'_, StmtBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1570:23 [INFO] [stdout] | [INFO] [stdout] 1464 | pub struct StmtBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `StmtBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1570 | self.0.let_().id(self.1).build_expr(expr) [INFO] [stdout] | ^^ method cannot be called on `PatBuilder<'_, StmtBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 1703 | pub struct PatBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `id` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `StmtBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `build_path` exists for struct `ExprBuilder<'_, ExprCallBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1440:14 [INFO] [stdout] | [INFO] [stdout] 723 | pub struct ExprBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- method `build_path` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 1258 | pub struct ExprCallBuilder<'a, F> { [INFO] [stdout] | --------------------------------- doesn't satisfy `ExprCallBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1439 | / self.builder.call() [INFO] [stdout] 1440 | | .build_path(None, self.path) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `ExprBuilder<'_, ExprCallBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ExprCallBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `id` exists for struct `PatBuilder<'_, StmtBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:1570:23 [INFO] [stdout] | [INFO] [stdout] 1464 | pub struct StmtBuilder<'a, F=Identity> { [INFO] [stdout] | -------------------------------------- doesn't satisfy `StmtBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 1570 | self.0.let_().id(self.1).build_expr(expr) [INFO] [stdout] | ^^ method cannot be called on `PatBuilder<'_, StmtBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 1703 | pub struct PatBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------- method `id` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `StmtBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2672:28 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2672 | self.list("allow").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2679:27 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2679 | self.list("warn").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2686:27 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2686 | self.list("deny").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2693:30 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2693 | self.list("feature").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2700:29 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2700 | self.list("plugin").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2672:28 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2672 | self.list("allow").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2679:27 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2679 | self.list("warn").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `span` exists for struct `TyParamBuilder<'_, GenericsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2901:63 [INFO] [stdout] | [INFO] [stdout] 2852 | pub struct GenericsBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------------ doesn't satisfy `GenericsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2901 | TyParamBuilder::new_with_callback(self.ctx, id, self).span(span) [INFO] [stdout] | ^^^^------ help: remove the arguments [INFO] [stdout] | | [INFO] [stdout] | field, not a method [INFO] [stdout] ... [INFO] [stdout] 2993 | pub struct TyParamBuilder<'a, F=Identity> { [INFO] [stdout] | ----------------------------------------- method `span` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `GenericsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2686:27 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2686 | self.list("deny").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2693:30 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2693 | self.list("feature").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `words` exists for struct `AttrListBuilder<'_, AttrBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2700:29 [INFO] [stdout] | [INFO] [stdout] 2602 | pub struct AttrBuilder<'a, F> { [INFO] [stdout] | ----------------------------- doesn't satisfy `AttrBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2700 | self.list("plugin").words(iter).build() [INFO] [stdout] | ^^^^^ method cannot be called on `AttrListBuilder<'_, AttrBuilder<'_, F>>` due to unsatisfied trait bounds [INFO] [stdout] ... [INFO] [stdout] 2726 | pub struct AttrListBuilder<'a, F> { [INFO] [stdout] | --------------------------------- method `words` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `AttrBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0119, E0277, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `span` exists for struct `TyParamBuilder<'_, GenericsBuilder<'_, F>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:2901:63 [INFO] [stdout] | [INFO] [stdout] 2852 | pub struct GenericsBuilder<'a, F=Identity> { [INFO] [stdout] | ------------------------------------------ doesn't satisfy `GenericsBuilder<'_, F>: Sized` [INFO] [stdout] ... [INFO] [stdout] 2901 | TyParamBuilder::new_with_callback(self.ctx, id, self).span(span) [INFO] [stdout] | ^^^^------ help: remove the arguments [INFO] [stdout] | | [INFO] [stdout] | field, not a method [INFO] [stdout] ... [INFO] [stdout] 2993 | pub struct TyParamBuilder<'a, F=Identity> { [INFO] [stdout] | ----------------------------------------- method `span` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `GenericsBuilder<'_, F>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syntax_ast_builder` (lib) due to 31 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0119, E0277, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syntax_ast_builder` (lib test) due to 31 previous errors [INFO] running `Command { std: "docker" "inspect" "67ef2bf9ea8e6762b3c03b1c61061a15d2a6067ebdef6189a5be9ce313bdcbab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67ef2bf9ea8e6762b3c03b1c61061a15d2a6067ebdef6189a5be9ce313bdcbab", kill_on_drop: false }` [INFO] [stdout] 67ef2bf9ea8e6762b3c03b1c61061a15d2a6067ebdef6189a5be9ce313bdcbab