sway-core 0.31.2

Sway core language.
Documentation
Build #688458 2022-11-29T18:46:39.589619+00:00
# rustc version
rustc 1.67.0-nightly (2585bcea0 2022-11-28)# docs.rs version
docsrs 0.6.0 (d4bc110c 2022-11-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sway-core-0.31.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sway-core-0.31.2/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221128-1.67.0-nightly-2585bcea0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] fc6eb32449f22ee0151ff9767943971b8a11425e124e30874a9eaacb14e5e677
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "fc6eb32449f22ee0151ff9767943971b8a11425e124e30874a9eaacb14e5e677", kill_on_drop: false }`
[INFO] [stderr]  Documenting sway-core v0.31.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::semantic_analysis::TyAstNode`
[INFO] [stderr]   --> src/control_flow_analysis/mod.rs:25:20
[INFO] [stderr]    |
[INFO] [stderr] 25 | //! A node is any [crate::semantic_analysis::TyAstNode], with some
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TyAstNode` in module `semantic_analysis`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `crate::semantic_analysis::TyAstNodeContent`
[INFO] [stderr]   --> src/control_flow_analysis/mod.rs:26:6
[INFO] [stderr]    |
[INFO] [stderr] 26 | //! [crate::semantic_analysis::TyAstNodeContent]. # # # Dominating nodes
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TyAstNodeContent` in module `semantic_analysis`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `declaration_engine` links to private item `declaration_id::DeclarationId`
[INFO] [stderr]  --> src/declaration_engine/mod.rs:5:39
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! as a mapping from [DeclarationId](declaration_id::DeclarationId) to
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]   |
[INFO] [stderr]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `declaration_engine` links to private item `declaration_wrapper::DeclarationWrapper`
[INFO] [stderr]  --> src/declaration_engine/mod.rs:6:26
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! [DeclarationWrapper](declaration_wrapper::DeclarationWrapper). When a
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]   |
[INFO] [stderr]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `declaration_engine` links to private item `declaration_wrapper::DeclarationWrapper`
[INFO] [stderr]  --> src/declaration_engine/mod.rs:7:26
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! [DeclarationWrapper](declaration_wrapper::DeclarationWrapper) is inserted into the
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]   |
[INFO] [stderr]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `declaration_engine` links to private item `declaration_id::DeclarationId`
[INFO] [stderr]  --> src/declaration_engine/mod.rs:8:83
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! [DeclarationEngine](declaration_engine::DeclarationEngine), a [DeclarationId](declaration_id::DeclarationId)
[INFO] [stderr]   |                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]   |
[INFO] [stderr]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `AstNodeContent::ReturnStatement`
[INFO] [stderr]   --> src/language/parsed/mod.rs:54:60
[INFO] [stderr]    |
[INFO] [stderr] 54 |     /// An implicit return expression is different from a [AstNodeContent::ReturnStatement] because
[INFO] [stderr]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `AstNodeContent` has no variant or associated item named `ReturnStatement`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Purity::Impure`
[INFO] [stderr]  --> src/language/purity.rs:2:58
[INFO] [stderr]   |
[INFO] [stderr] 2 | /// or could potentially access contract storage, it is [Purity::Impure]. If a function does not utilize any
[INFO] [stderr]   |                                                          ^^^^^^^^^^^^^^ the enum `Purity` has no variant or associated item named `Impure`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `SwayParseTree`
[INFO] [stderr]   --> src/lib.rs:49:86
[INFO] [stderr]    |
[INFO] [stderr] 49 | /// Given an input `Arc<str>` and an optional [BuildConfig], parse the input into a [SwayParseTree].
[INFO] [stderr]    |                                                                                      ^^^^^^^^^^^^^ no item named `SwayParseTree` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `sway-core` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.04s
[INFO] running `Command { std: "docker" "inspect" "fc6eb32449f22ee0151ff9767943971b8a11425e124e30874a9eaacb14e5e677", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc6eb32449f22ee0151ff9767943971b8a11425e124e30874a9eaacb14e5e677", kill_on_drop: false }`
[INFO] [stdout] fc6eb32449f22ee0151ff9767943971b8a11425e124e30874a9eaacb14e5e677