sixtyfps-compilerlib 0.1.6

Internal SixtyFPS compiler library
Documentation
Build #2478282 2025-09-05 08:49:38
# rustc version
rustc 1.91.0-nightly (af00ff2ce 2025-09-04)# docs.rs version
docsrs 0.6.0 (8bbaf878 2025-08-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sixtyfps-compilerlib-0.1.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sixtyfps-compilerlib-0.1.6/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250904-1.91.0-nightly-af00ff2ce\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 80de29feda06efc482d833c0ed49e65691ecc9a15d16d88c926c07ef86317ded
[INFO] running `Command { std: "docker" "start" "-a" "80de29feda06efc482d833c0ed49e65691ecc9a15d16d88c926c07ef86317ded", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting sixtyfps-compilerlib v0.1.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `index`
[INFO] [stderr]    --> parser.rs:372:24
[INFO] [stderr]     |
[INFO] [stderr] 372 |         /// expression[index]
[INFO] [stderr]     |                        ^^^^^ no item named `index` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `declare_syntax` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `name`
[INFO] [stderr]    --> expression_tree.rs:308:35
[INFO] [stderr]     |
[INFO] [stderr] 308 |     /// Reference to the callback <name> in the <element>
[INFO] [stderr]     |                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `element`
[INFO] [stderr]    --> expression_tree.rs:308:49
[INFO] [stderr]     |
[INFO] [stderr] 308 |     /// Reference to the callback <name> in the <element>
[INFO] [stderr]     |                                                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `name`
[INFO] [stderr]    --> expression_tree.rs:313:35
[INFO] [stderr]     |
[INFO] [stderr] 313 |     /// Reference to the callback <name> in the <element>
[INFO] [stderr]     |                                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `element`
[INFO] [stderr]    --> expression_tree.rs:313:49
[INFO] [stderr]     |
[INFO] [stderr] 313 |     /// Reference to the callback <name> in the <element>
[INFO] [stderr]     |                                                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `xxx`
[INFO] [stderr]    --> object_tree.rs:447:39
[INFO] [stderr]     |
[INFO] [stderr] 447 |     /// Tis element is part of a `for <xxx> in <model>:
[INFO] [stderr]     |                                       ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `model`
[INFO] [stderr]    --> object_tree.rs:447:48
[INFO] [stderr]     |
[INFO] [stderr] 447 |     /// Tis element is part of a `for <xxx> in <model>:
[INFO] [stderr]     |                                                ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `sixtyfps-compilerlib` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustybuzz v0.4.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sixtyfps_compilerlib/index.html
[INFO] running `Command { std: "docker" "inspect" "80de29feda06efc482d833c0ed49e65691ecc9a15d16d88c926c07ef86317ded", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80de29feda06efc482d833c0ed49e65691ecc9a15d16d88c926c07ef86317ded", kill_on_drop: false }`
[INFO] [stdout] 80de29feda06efc482d833c0ed49e65691ecc9a15d16d88c926c07ef86317ded