avid 0.6.1

A plug-and-play scripting language
Documentation

Build #3396552 2026-05-27 01:37:54

# rustc version rustc 1.98.0-nightly (31a9463c6 2026-05-25)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "95c6a537dc2bbfeaf19c469f1bb637271bc6efe85db2ee9cc16243de1b986bc9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260525-1.98.0-nightly-31a9463c6\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting avid v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | #![warn(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2026-05-25; consider upgrading it if it is out of date [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information [INFO] [stderr] --> src/macros.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | #[deny(const_err)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | / static_assert_eq!( [INFO] [stderr] 75 | | BUILTIN_TYPES.len(), [INFO] [stderr] 76 | | 16, [INFO] [stderr] 77 | | "Change list of standard library in docs/StandardLib.md" [INFO] [stderr] 78 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] = note: this warning originates in the macro `static_assert` which comes from the expansion of the macro `static_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information [INFO] [stderr] --> src/macros.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | #[deny(const_err)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:110:9 [INFO] [stderr] | [INFO] [stderr] 110 | / static_assert_eq!( [INFO] [stderr] 111 | | BUILTIN_TYPES.len(), [INFO] [stderr] 112 | | 16, [INFO] [stderr] 113 | | "Change list of standard library in docs/StandardLib.md" [INFO] [stderr] 114 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `static_assert` which comes from the expansion of the macro `static_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information [INFO] [stderr] --> src/macros.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | #[deny(const_err)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:342:9 [INFO] [stderr] | [INFO] [stderr] 342 | / static_assert_eq!( [INFO] [stderr] 343 | | BUILTIN_TYPES.len(), [INFO] [stderr] 344 | | 16, [INFO] [stderr] 345 | | "Choose whether to add to standard library" [INFO] [stderr] 346 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `static_assert` which comes from the expansion of the macro `static_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information [INFO] [stderr] --> src/macros.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | #[deny(const_err)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:420:9 [INFO] [stderr] | [INFO] [stderr] 420 | / static_assert_eq!( [INFO] [stderr] 421 | | BUILTIN_TYPES.len(), [INFO] [stderr] 422 | | 16, [INFO] [stderr] 423 | | "Change list of IO functions in comment of `Builder::no_io`" [INFO] [stderr] 424 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `static_assert` which comes from the expansion of the macro `static_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/./../doc/Syntax.md:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / ```ignore [INFO] [stderr] 28 | | /* Stack is now empty */ [INFO] [stderr] 29 | | /* Pushes itself onto the stack */ [INFO] [stderr] 30 | | "Hello, " [INFO] [stderr] ... | [INFO] [stderr] 57 | | /* Stack is now empty */ [INFO] [stderr] 58 | | ``` [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stderr] --> src/./../doc/Syntax.md:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | ```ignore [INFO] [stderr] | ^^^ [INFO] [stderr] = note: error from rustc: unterminated block comment [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | #![warn(rustdoc::all)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` implied by `#[warn(rustdoc::all)]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `provided` [INFO] [stderr] --> src/builder.rs:148:70 [INFO] [stderr] | [INFO] [stderr] 148 | /// If this method is not entered, errors will default to using "<provided>" as the name of [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` implied by `#[warn(rustdoc::all)]` [INFO] [stderr] [INFO] [stderr] warning: `avid` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/avid/index.html [INFO] running `Command { std: "docker" "inspect" "95c6a537dc2bbfeaf19c469f1bb637271bc6efe85db2ee9cc16243de1b986bc9", kill_on_drop: false }`