# rustc version rustc 1.98.0-nightly (b354133fb 2026-06-03)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# 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" "647f9ec81518274a197d0c7d9d60b04343614ee7a62e36cdd83d3c6842e69a13" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260603-1.98.0-nightly-b354133fb\", \"--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 css_parse v0.0.24 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `assert_parse` [INFO] [stderr] --> src/lib.rs:230:8 [INFO] [stderr] | [INFO] [stderr] 230 | //! - [assert_parse!] will parse the given string against the given node, asserting that it parses successfully and can [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_parse` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_parse_error` [INFO] [stderr] --> src/lib.rs:233:8 [INFO] [stderr] | [INFO] [stderr] 233 | //! - [assert_parse_error!] will parse the given string against the node, expecting the parse to fail. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_parse_error` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] | ----- ^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 25 - //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] 25 + //! [Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:25:33 [INFO] [stderr] | [INFO] [stderr] 25 | //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] | ------ ^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 25 - //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] 25 + //! [Token][Token] (or [Cursor] or [Span][Span]). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] | ---- ^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 25 - //! [Token][Token] (or [Cursor][Cursor] or [Span][Span]). [INFO] [stderr] 25 + //! [Token][Token] (or [Cursor][Cursor] or [Span]). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | //! [ComponentValues][syntax::ComponentValues]. More on that below in the section titled [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 28 - //! [ComponentValues][syntax::ComponentValues]. More on that below in the section titled [INFO] [stderr] 28 + //! [ComponentValues]. More on that below in the section titled [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:110:90 [INFO] [stderr] | [INFO] [stderr] 110 | //! implementation of [Peek::peek()] will use to check the cursor matches this [KindSet][KindSet]. [INFO] [stderr] | ------- ^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 110 - //! implementation of [Peek::peek()] will use to check the cursor matches this [KindSet][KindSet]. [INFO] [stderr] 110 + //! implementation of [Peek::peek()] will use to check the cursor matches this [KindSet]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:129:20 [INFO] [stderr] | [INFO] [stderr] 129 | //! given [Cursor][Cursor]. Single token parsing may need to branch if it is an enum of variants: [INFO] [stderr] | ------ ^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 129 - //! given [Cursor][Cursor]. Single token parsing may need to branch if it is an enum of variants: [INFO] [stderr] 129 + //! given [Cursor]. Single token parsing may need to branch if it is an enum of variants: [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `css_parse` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/css_parse/index.html [INFO] running `Command { std: "docker" "inspect" "647f9ec81518274a197d0c7d9d60b04343614ee7a62e36cdd83d3c6842e69a13", kill_on_drop: false }`