murrelet_livecode_derive 0.1.2

macros for murrelet, a live coding framework
Documentation

Build #4388596 2026-09-09 11:52:56

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.100.0-nightly (4aa1fbcf4 2026-09-08)

# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "15e431b984f470177cb21ddd22f026a209be217bfe58a8873532f248cd04a626" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260908-1.100.0-nightly-4aa1fbcf4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: tests [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking murrelet_livecode v0.1.2 [INFO] [stderr] error[E0599]: no method named `add_after` found for struct `murrelet_common::SimpleTransform2d` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/murrelet_livecode-0.1.2/src/unitcells.rs:973:27 [INFO] [stderr] | [INFO] [stderr] 973 | self.adjust_shape.add_after(&new_center) [INFO] [stderr] | ^^^^^^^^^ method not found in `murrelet_common::SimpleTransform2d` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_after` found for struct `murrelet_common::SimpleTransform2d` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/murrelet_livecode-0.1.2/src/unitcells.rs:1005:18 [INFO] [stderr] | [INFO] [stderr] 1001 | transform_vertex: detail [INFO] [stderr] | _______________________________- [INFO] [stderr] 1002 | | .as_wallpaper() [INFO] [stderr] 1003 | | .unwrap() [INFO] [stderr] 1004 | | .transform_vertex [INFO] [stderr] 1005 | | .add_after(&self.transform_vertex), [INFO] [stderr] | | -^^^^^^^^^ method not found in `murrelet_common::SimpleTransform2d` [INFO] [stderr] | |_________________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_after` found for struct `murrelet_common::SimpleTransform2d` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/murrelet_livecode-0.1.2/src/unitcells.rs:1010:18 [INFO] [stderr] | [INFO] [stderr] 1006 | adjust_shape: detail [INFO] [stderr] | ___________________________- [INFO] [stderr] 1007 | | .as_wallpaper() [INFO] [stderr] 1008 | | .unwrap() [INFO] [stderr] 1009 | | .adjust_shape [INFO] [stderr] 1010 | | .add_after(&self.adjust_shape), [INFO] [stderr] | | -^^^^^^^^^ method not found in `murrelet_common::SimpleTransform2d` [INFO] [stderr] | |_________________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `lerpify` found for struct `murrelet_common::SimpleTransform2d` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/murrelet_livecode-0.1.2/src/unitcells.rs:1029:53 [INFO] [stderr] | [INFO] [stderr] 1029 | transform_vertex: self.transform_vertex.lerpify(&other.transform_vertex, &pct), [INFO] [stderr] | ^^^^^^^ method not found in `murrelet_common::SimpleTransform2d` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `lerpable` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lerpable-0.0.3/src/lib.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | pub trait Lerpable: Sized + Clone { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lerpable-0.0.2/src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | pub trait Lerpable: Sized + Clone { [INFO] [stderr] | --------------------------------- this is the trait that was imported [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `lerpify` found for struct `murrelet_common::SimpleTransform2d` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/murrelet_livecode-0.1.2/src/unitcells.rs:1030:45 [INFO] [stderr] | [INFO] [stderr] 1030 | adjust_shape: self.adjust_shape.lerpify(&other.adjust_shape, &pct), [INFO] [stderr] | ^^^^^^^ method not found in `murrelet_common::SimpleTransform2d` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `lerpable` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lerpable-0.0.3/src/lib.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | pub trait Lerpable: Sized + Clone { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lerpable-0.0.2/src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | pub trait Lerpable: Sized + Clone { [INFO] [stderr] | --------------------------------- this is the trait that was imported [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `murrelet_livecode` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "15e431b984f470177cb21ddd22f026a209be217bfe58a8873532f248cd04a626", kill_on_drop: false }`