selectors 0.25.0

CSS Selectors matching for Rust
Documentation
Build #843070 2023-06-21T21:50:15.236612+00:00
# rustc version
rustc 1.72.0-nightly (46514218f 2023-06-20)
# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/selectors-0.25.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/selectors-0.25.0/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/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\", \"-20230620-1.72.0-nightly-46514218f\", \"--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] [stdout] 846c610f394bd26f2676ffa42e42a54ed7985e0507d56f0a7c5e002086cd64d1
[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" "846c610f394bd26f2676ffa42e42a54ed7985e0507d56f0a7c5e002086cd64d1", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting selectors v0.25.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]   --> nth_index_cache.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | /// See [1] for some discussion around the design tradeoffs.
[INFO] [stderr]    |          ^ no item named `1` 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] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]   --> nth_index_cache.rs:14:6
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3
[INFO] [stderr]    |      ^ no item named `1` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]     --> parser.rs:1621:49
[INFO] [stderr]      |
[INFO] [stderr] 1621 | /// optimal packing and cache performance, see [1].
[INFO] [stderr]      |                                                 ^ no item named `1` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]     --> parser.rs:1623:6
[INFO] [stderr]      |
[INFO] [stderr] 1623 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1357973
[INFO] [stderr]      |      ^ no item named `1` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> context.rs:89:10
[INFO] [stderr]    |
[INFO] [stderr] 89 | /// See: https://quirks.spec.whatwg.org/
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://quirks.spec.whatwg.org/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> context.rs:148:13
[INFO] [stderr]     |
[INFO] [stderr] 148 |     /// See https://drafts.csswg.org/selectors-4/#scope-pseudo
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors-4/#scope-pseudo>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> nth_index_cache.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://bugzilla.mozilla.org/show_bug.cgi?id=1401855#c3>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> parser.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     /// https://drafts.csswg.org/selectors-4/#useraction-pseudos
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors-4/#useraction-pseudos>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> parser.rs:214:23
[INFO] [stderr]     |
[INFO] [stderr] 214 |               /// (see: https://drafts.csswg.org/selectors/#structural-pseudos)
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors/#structural-pseudos>`
[INFO] [stderr] ...
[INFO] [stderr] 239 | / with_bounds! {
[INFO] [stderr] 240 | |     [Clone + Eq]
[INFO] [stderr] 241 | |     [for<'a> From<&'a str>]
[INFO] [stderr] 242 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: this warning originates in the macro `with_all_bounds` which comes from the expansion of the macro `with_bounds` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1365:5
[INFO] [stderr]      |
[INFO] [stderr] 1365 | /// https://www.w3.org/TR/selectors-3/#nth-child-pseudo
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/selectors-3/#nth-child-pseudo>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1458:5
[INFO] [stderr]      |
[INFO] [stderr] 1458 | /// https://www.w3.org/TR/selectors-4/#nth-child-pseudo
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/selectors-4/#nth-child-pseudo>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1623:9
[INFO] [stderr]      |
[INFO] [stderr] 1623 | /// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1357973
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://bugzilla.mozilla.org/show_bug.cgi?id=1357973>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1666:9
[INFO] [stderr]      |
[INFO] [stderr] 1666 |     /// https://drafts.csswg.org/css-scoping/#slotted-pseudo
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-scoping/#slotted-pseudo>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1674:13
[INFO] [stderr]      |
[INFO] [stderr] 1674 |     /// See https://github.com/w3c/csswg-drafts/issues/2158
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/w3c/csswg-drafts/issues/2158>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1677:11
[INFO] [stderr]      |
[INFO] [stderr] 1677 |     ///   https://drafts.csswg.org/css-shadow-parts/#part
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-shadow-parts/#part>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1681:9
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     /// https://drafts.csswg.org/css-scoping/#host-selector
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-scoping/#host-selector>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1687:13
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     /// See https://github.com/w3c/csswg-drafts/issues/2158
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/w3c/csswg-drafts/issues/2158>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1691:9
[INFO] [stderr]      |
[INFO] [stderr] 1691 |     /// https://drafts.csswg.org/selectors/#zero-matches
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors/#zero-matches>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1698:9
[INFO] [stderr]      |
[INFO] [stderr] 1698 |     /// https://drafts.csswg.org/selectors/#matches-pseudo
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors/#matches-pseudo>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1704:9
[INFO] [stderr]      |
[INFO] [stderr] 1704 |     /// https://drafts.csswg.org/selectors/#has-pseudo
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors/#has-pseudo>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> parser.rs:1716:9
[INFO] [stderr]      |
[INFO] [stderr] 1716 |     /// https://drafts.csswg.org/selectors-4/#typedef-relative-selector
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/selectors-4/#typedef-relative-selector>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `slot`
[INFO] [stderr]    --> tree.rs:114:48
[INFO] [stderr]     |
[INFO] [stderr] 114 |     /// Returns whether the element is an HTML <slot> element.
[INFO] [stderr]     |                                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `slot`
[INFO] [stderr]    --> tree.rs:117:30
[INFO] [stderr]     |
[INFO] [stderr] 117 |     /// Returns the assigned <slot> element this element is assigned to.
[INFO] [stderr]     |                              ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> tree.rs:148:13
[INFO] [stderr]     |
[INFO] [stderr] 148 |     /// See http://dev.w3.org/csswg/selectors-3/#empty-pseudo
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://dev.w3.org/csswg/selectors-3/#empty-pseudo>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `selector`
[INFO] [stderr]    --> visitor.rs:106:56
[INFO] [stderr]     |
[INFO] [stderr] 106 |     /// Whether the visitor is inside :nth-child(.. of <selector list>) or
[INFO] [stderr]     |                                                        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `selector`
[INFO] [stderr]    --> visitor.rs:107:31
[INFO] [stderr]     |
[INFO] [stderr] 107 |     /// :nth-last-child(.. of <selector list>)
[INFO] [stderr]     |                               ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `selectors` (lib doc) generated 26 warnings (run `cargo fix --lib -p selectors` to apply 18 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "846c610f394bd26f2676ffa42e42a54ed7985e0507d56f0a7c5e002086cd64d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "846c610f394bd26f2676ffa42e42a54ed7985e0507d56f0a7c5e002086cd64d1", kill_on_drop: false }`
[INFO] [stdout] 846c610f394bd26f2676ffa42e42a54ed7985e0507d56f0a7c5e002086cd64d1