# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)
# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )
# 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" "6c82974c8b3387efea2964c0f83ba71603a66c1992fe8157610aae81b4a31bcd" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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.28 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `assert_parse` [INFO] [stderr] --> src/lib.rs:226:8 [INFO] [stderr] | [INFO] [stderr] 226 | //! - [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:229:8 [INFO] [stderr] | [INFO] [stderr] 229 | //! - [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: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:768:3 [INFO] [stderr] | [INFO] [stderr] 768 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 769 | | /// other token. The first token has the char `>` while the second has the char `=`, representing `>=`. Use [INFO] [stderr] 770 | | /// [T![>=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:774:3 [INFO] [stderr] | [INFO] [stderr] 774 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 775 | | /// other token. The first token has the char `<` while the second has the char `=`, representing `<=`. Use [INFO] [stderr] 776 | | /// [T![<=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:780:3 [INFO] [stderr] | [INFO] [stderr] 780 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 781 | | /// other token. The first token has the char `*` while the second has the char `|`, representing `*|`. Use [INFO] [stderr] 782 | | /// [T![*|]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:786:3 [INFO] [stderr] | [INFO] [stderr] 786 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 787 | | /// other token. The first token has the char `|` while the second has the char `|`, representing `||`. Use [INFO] [stderr] 788 | | /// [T![||]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:792:3 [INFO] [stderr] | [INFO] [stderr] 792 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 793 | | /// other token. The first token has the char `=` while the second has the char `=`, representing `==`. Use [INFO] [stderr] 794 | | /// [T![==]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:798:3 [INFO] [stderr] | [INFO] [stderr] 798 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 799 | | /// other token. The first token has the char `~` while the second has the char `=`, representing `~=`. Use [INFO] [stderr] 800 | | /// [T![~=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:804:3 [INFO] [stderr] | [INFO] [stderr] 804 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 805 | | /// other token. The first token has the char `|` while the second has the char `=`, representing `|=`. Use [INFO] [stderr] 806 | | /// [T![|=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:810:3 [INFO] [stderr] | [INFO] [stderr] 810 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 811 | | /// other token. The first token has the char `^` while the second has the char `=`, representing `^=`. Use [INFO] [stderr] 812 | | /// [T![\^=]][crate::T] to refer to this. [INFO] [stderr] | |_________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:816:3 [INFO] [stderr] | [INFO] [stderr] 816 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 817 | | /// other token. The first token has the char `$` while the second has the char `=`, representing `$=`. Use [INFO] [stderr] 818 | | /// [T![$=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:822:3 [INFO] [stderr] | [INFO] [stderr] 822 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 823 | | /// other token. The first token has the char `*` while the second has the char `=`, representing `*=`. Use [INFO] [stderr] 824 | | /// [T![*=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:828:3 [INFO] [stderr] | [INFO] [stderr] 828 | / /// Represents a two consecutive tokens with [Kind::Delim][crate::Kind::Delim] that cannot be separated by any [INFO] [stderr] 829 | | /// other token. The first token has the char `!` while the second has the char `=`, representing `!=`. Use [INFO] [stderr] 830 | | /// [T![!=]][crate::T] to refer to this. [INFO] [stderr] | |________________________________________________^ explicit target `crate::Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `custom_double_delim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:388:2 [INFO] [stderr] | [INFO] [stderr] 388 | /// Represents a token with [Kind::Eof][Kind::Eof]. Use [T![Eof]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Eof` is redundant because label `Kind::Eof` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:391:2 [INFO] [stderr] | [INFO] [stderr] 391 | /// Represents a token with [Kind::Comment][Kind::Comment]. Use [T![Comment]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Comment` is redundant because label `Kind::Comment` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:394:2 [INFO] [stderr] | [INFO] [stderr] 394 | /// Represents a token with [Kind::CdcOrCdo][Kind::CdcOrCdo]. Use [T![CdcOrCdo]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::CdcOrCdo` is redundant because label `Kind::CdcOrCdo` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:397:2 [INFO] [stderr] | [INFO] [stderr] 397 | /// Represents a token with [Kind::BadString][Kind::BadString]. Use [T![BadString]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::BadString` is redundant because label `Kind::BadString` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:400:2 [INFO] [stderr] | [INFO] [stderr] 400 | /// Represents a token with [Kind::BadUrl][Kind::BadUrl]. Use [T![BadUrl]][crate::T] to refer to this.[ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::BadUrl` is redundant because label `Kind::BadUrl` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:403:2 [INFO] [stderr] | [INFO] [stderr] 403 | /// Represents a token with [Kind::Delim][Kind::Delim], can be any single character. Use [T![Delim]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Delim` is redundant because label `Kind::Delim` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:408:2 [INFO] [stderr] | [INFO] [stderr] 408 | /// Represents a token with [Kind::Colon][Kind::Colon] - a `:` character. Use [T![:]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Colon` is redundant because label `Kind::Colon` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:411:2 [INFO] [stderr] | [INFO] [stderr] 411 | /// Represents a token with [Kind::Semicolon][Kind::Semicolon] - a `;` character. Use [T![;]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Semicolon` is redundant because label `Kind::Semicolon` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:414:2 [INFO] [stderr] | [INFO] [stderr] 414 | /// Represents a token with [Kind::Comma][Kind::Comma] - a `,` character. Use [T![,]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Comma` is redundant because label `Kind::Comma` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:417:2 [INFO] [stderr] | [INFO] [stderr] 417 | /// Represents a token with [Kind::LeftCurly][Kind::LeftCurly] - a `{` character. Use [T!['{']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::LeftCurly` is redundant because label `Kind::LeftCurly` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:420:2 [INFO] [stderr] | [INFO] [stderr] 420 | /// Represents a token with [Kind::LeftCurly][Kind::LeftCurly] - a `}` character. Use [T!['}']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::LeftCurly` is redundant because label `Kind::LeftCurly` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:423:2 [INFO] [stderr] | [INFO] [stderr] 423 | /// Represents a token with [Kind::LeftSquare][Kind::LeftSquare] - a `[` character. Use [T!['[']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::LeftSquare` is redundant because label `Kind::LeftSquare` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:426:2 [INFO] [stderr] | [INFO] [stderr] 426 | /// Represents a token with [Kind::RightSquare][Kind::RightSquare] - a `]` character. Use [T![']']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::RightSquare` is redundant because label `Kind::RightSquare` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:429:2 [INFO] [stderr] | [INFO] [stderr] 429 | /// Represents a token with [Kind::LeftParen][Kind::LeftParen] - a `(` character. Use [T!['(']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::LeftParen` is redundant because label `Kind::LeftParen` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:432:2 [INFO] [stderr] | [INFO] [stderr] 432 | /// Represents a token with [Kind::RightParen][Kind::RightParen] - a `(` character. Use [T![')']][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::RightParen` is redundant because label `Kind::RightParen` 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: this warning originates in the macro `define_kind_common` which comes from the expansion of the macro `define_fixed_kinds` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:443:2 [INFO] [stderr] | [INFO] [stderr] 443 | /// Represents a token with [Kind::Ident][Kind::Ident]. Use [T![Ident]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Ident` is redundant because label `Kind::Ident` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:446:2 [INFO] [stderr] | [INFO] [stderr] 446 | /// Represents a token with [Kind::String][Kind::String]. Use [T![String]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::String` is redundant because label `Kind::String` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:449:2 [INFO] [stderr] | [INFO] [stderr] 449 | /// Represents a token with [Kind::Url][Kind::Url]. Use [T![Url]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Url` is redundant because label `Kind::Url` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:452:2 [INFO] [stderr] | [INFO] [stderr] 452 | /// Represents a token with [Kind::Function][Kind::Function]. Use [T![Function]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Function` is redundant because label `Kind::Function` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:455:2 [INFO] [stderr] | [INFO] [stderr] 455 | /// Represents a token with [Kind::AtKeyword][Kind::AtKeyword]. Use [T![AtKeyword]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::AtKeyword` is redundant because label `Kind::AtKeyword` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/token_macros.rs:458:2 [INFO] [stderr] | [INFO] [stderr] 458 | /// Represents a token with [Kind::Hash][Kind::Hash]. Use [T![Hash]][crate::T] to refer to this. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target `Kind::Hash` is redundant because label `Kind::Hash` 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: this warning originates in the macro `define_kind_idents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `css_parse` (lib doc) generated 40 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/css_parse/index.html [INFO] running `Command { std: "docker" "inspect" "6c82974c8b3387efea2964c0f83ba71603a66c1992fe8157610aae81b4a31bcd", kill_on_drop: false }`