swc_ecma_ast 0.104.5

Ecmascript ast.
Documentation
Build #826526 2023-05-30T05:50:20.242024+00:00
# rustc version
rustc 1.72.0-nightly (498553fc0 2023-05-29)# docs.rs version
docsrs 0.6.0 (a5028966 2023-05-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_ast-0.104.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_ast-0.104.5/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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230529-1.72.0-nightly-498553fc0\", \"--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\"" "-Zrustdoc-scrape-examples" "-j3" "--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] 5d07c8dd1eed9cf111fda6b1e389b74eaad9bd93c2860aeb24a962aa6bac9fb9
[INFO] running `Command { std: "docker" "start" "-a" "5d07c8dd1eed9cf111fda6b1e389b74eaad9bd93c2860aeb24a962aa6bac9fb9", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting swc_ecma_ast v0.104.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `b`
[INFO] [stderr]   --> src/expr.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 67 | /     /// A member expression. If computed is true, the node corresponds to a
[INFO] [stderr] 68 | |     /// computed (a[b]) member expression and property is an Expression. If
[INFO] [stderr] 69 | |     /// computed is false, the node corresponds to a static (a.b) member
[INFO] [stderr] 70 | |     /// expression and property is an Identifier.
[INFO] [stderr]    | |_________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            computed (a[b]) member expression and property is an Expression. If
[INFO] [stderr]                        ^
[INFO] [stderr]    = note: no item named `b` in scope
[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] 
[INFO] [stderr] warning: unresolved link to `Arc`
[INFO] [stderr]    --> src/ident.rs:63:1
[INFO] [stderr]     |
[INFO] [stderr] 63  | / /// A complete identifier with span.
[INFO] [stderr] 64  | | ///
[INFO] [stderr] 65  | | /// Identifier of swc consists of two parts. The first one is symbol, which is
[INFO] [stderr] 66  | | /// stored using an interned string, [JsWord] . The second
[INFO] [stderr] ...   |
[INFO] [stderr] 111 | | /// There's a type named [Id] which only contains minimal information to
[INFO] [stderr] 112 | | /// distinguish identifiers.
[INFO] [stderr]     | |____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             in rust, type like `Scope`  requires [Arc<Mutex<Scope>>] so swc uses
[INFO] [stderr]                                                   ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `Arc` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Scope`
[INFO] [stderr]    --> src/ident.rs:63:1
[INFO] [stderr]     |
[INFO] [stderr] 63  | / /// A complete identifier with span.
[INFO] [stderr] 64  | | ///
[INFO] [stderr] 65  | | /// Identifier of swc consists of two parts. The first one is symbol, which is
[INFO] [stderr] 66  | | /// stored using an interned string, [JsWord] . The second
[INFO] [stderr] ...   |
[INFO] [stderr] 111 | | /// There's a type named [Id] which only contains minimal information to
[INFO] [stderr] 112 | | /// distinguish identifiers.
[INFO] [stderr]     | |____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 63  ~ `/// A complete identifier with span.
[INFO] [stderr] 64  | ///
[INFO] [stderr]   ...
[INFO] [stderr] 111 | /// There's a type named [Id] which only contains minimal information to
[INFO] [stderr] 112 ~ /// distinguish identifiers.`
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `swc_ecma_ast` (lib doc) generated 3 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 24.85s
[INFO] running `Command { std: "docker" "inspect" "5d07c8dd1eed9cf111fda6b1e389b74eaad9bd93c2860aeb24a962aa6bac9fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d07c8dd1eed9cf111fda6b1e389b74eaad9bd93c2860aeb24a962aa6bac9fb9", kill_on_drop: false }`
[INFO] [stdout] 5d07c8dd1eed9cf111fda6b1e389b74eaad9bd93c2860aeb24a962aa6bac9fb9