swc_ecma_ast 0.107.8

Ecmascript ast.
Documentation
Build #902196 2023-09-02T22:08:38.190820+00:00
# rustc version
rustc 1.74.0-nightly (35e416303 2023-09-01)# docs.rs version
docsrs 0.6.0 (d381c37c 2023-09-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_ast-0.107.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_ast-0.107.8/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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/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\", \"-20230901-1.74.0-nightly-35e416303\", \"--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" "-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] c8da702421a705b9eed22da56e07ec4257d7c1d2cc064fd2fff0ebb778325948
[INFO] running `Command { std: "docker" "start" "-a" "c8da702421a705b9eed22da56e07ec4257d7c1d2cc064fd2fff0ebb778325948", 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.107.8 (/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 12.93s
[INFO] running `Command { std: "docker" "inspect" "c8da702421a705b9eed22da56e07ec4257d7c1d2cc064fd2fff0ebb778325948", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8da702421a705b9eed22da56e07ec4257d7c1d2cc064fd2fff0ebb778325948", kill_on_drop: false }`
[INFO] [stdout] c8da702421a705b9eed22da56e07ec4257d7c1d2cc064fd2fff0ebb778325948