soup2 0.2.1

Soup2 crate for Rust
Build #557395 2022-05-12T17:39:32.213675+00:00
# rustc version
rustc 1.62.0-nightly (6dd68402c 2022-05-11)
# docs.rs version
docsrs 0.6.0 (ff301c9 2022-04-27)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/soup2-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/soup2-0.2.1/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "dox" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220511-1.62.0-nightly-6dd68402c\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-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] 370ce084fc7caa51455e139f609323b0cff72a0e0bce2d58bfaed761feac8ee4
[INFO] running `Command { std: "docker" "start" "-a" "370ce084fc7caa51455e139f609323b0cff72a0e0bce2d58bfaed761feac8ee4", kill_on_drop: false }`
[INFO] [stderr]  Documenting soup2 v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:23:29
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_decoder.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:26:29
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_db.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_text.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer_db.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:34:29
[INFO] [stderr]    |
[INFO] [stderr] 34 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/proxy_resolver_default.rs:19:29
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/request_data.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/request_file.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:22:29
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/websocket_extension_manager.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Session` in this scope
[INFO] [stderr]   --> src/auto/logger.rs:70:41
[INFO] [stderr]    |
[INFO] [stderr] 70 |     fn attach(&self, session: &impl IsA<Session>);
[INFO] [stderr]    |                                         ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this struct
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::Session;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Session` in this scope
[INFO] [stderr]   --> src/auto/logger.rs:75:41
[INFO] [stderr]    |
[INFO] [stderr] 75 |     fn detach(&self, session: &impl IsA<Session>);
[INFO] [stderr]    |                                         ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this struct
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::Session;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Session` in this scope
[INFO] [stderr]    --> src/auto/logger.rs:115:41
[INFO] [stderr]     |
[INFO] [stderr] 115 |     fn attach(&self, session: &impl IsA<Session>) {
[INFO] [stderr]     |                                         ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct
[INFO] [stderr]     |
[INFO] [stderr] 5   | use crate::Session;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Session` in this scope
[INFO] [stderr]    --> src/auto/logger.rs:123:41
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn detach(&self, session: &impl IsA<Session>) {
[INFO] [stderr]     |                                         ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct
[INFO] [stderr]     |
[INFO] [stderr] 5   | use crate::Session;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/address.rs:53:33
[INFO] [stderr]    |
[INFO] [stderr] 53 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_32")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/address.rs:93:33
[INFO] [stderr]    |
[INFO] [stderr] 93 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_32")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth.rs:43:33
[INFO] [stderr]    |
[INFO] [stderr] 43 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_54")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth.rs:92:33
[INFO] [stderr]    |
[INFO] [stderr] 92 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/auth.rs:133:33
[INFO] [stderr]     |
[INFO] [stderr] 133 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_54")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/auth.rs:211:33
[INFO] [stderr]     |
[INFO] [stderr] 211 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/auth_manager.rs:8:29
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:47:33
[INFO] [stderr]    |
[INFO] [stderr] 47 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_58")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:52:33
[INFO] [stderr]    |
[INFO] [stderr] 52 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:62:33
[INFO] [stderr]    |
[INFO] [stderr] 62 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_58")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_manager.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/auth_negotiate.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_54")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/auth_negotiate.rs:22:33
[INFO] [stderr]    |
[INFO] [stderr] 22 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_54")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/cache.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:37:33
[INFO] [stderr]    |
[INFO] [stderr] 37 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:51:33
[INFO] [stderr]    |
[INFO] [stderr] 51 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:56:33
[INFO] [stderr]    |
[INFO] [stderr] 56 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:61:33
[INFO] [stderr]    |
[INFO] [stderr] 61 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:66:33
[INFO] [stderr]    |
[INFO] [stderr] 66 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:72:33
[INFO] [stderr]    |
[INFO] [stderr] 72 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:77:33
[INFO] [stderr]    |
[INFO] [stderr] 77 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:90:33
[INFO] [stderr]    |
[INFO] [stderr] 90 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cache.rs:98:33
[INFO] [stderr]    |
[INFO] [stderr] 98 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cache.rs:106:33
[INFO] [stderr]     |
[INFO] [stderr] 106 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cache.rs:114:33
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cache.rs:122:33
[INFO] [stderr]     |
[INFO] [stderr] 122 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cache.rs:130:33
[INFO] [stderr]     |
[INFO] [stderr] 130 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/content_decoder.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/content_sniffer.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:37:33
[INFO] [stderr]    |
[INFO] [stderr] 37 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:59:33
[INFO] [stderr]    |
[INFO] [stderr] 59 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/content_sniffer.rs:72:33
[INFO] [stderr]    |
[INFO] [stderr] 72 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/cookie_jar.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:13:29
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:48:33
[INFO] [stderr]    |
[INFO] [stderr] 48 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:59:29
[INFO] [stderr]    |
[INFO] [stderr] 59 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:75:33
[INFO] [stderr]    |
[INFO] [stderr] 75 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 80 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:86:33
[INFO] [stderr]    |
[INFO] [stderr] 86 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:92:33
[INFO] [stderr]    |
[INFO] [stderr] 92 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar.rs:98:33
[INFO] [stderr]    |
[INFO] [stderr] 98 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:103:33
[INFO] [stderr]     |
[INFO] [stderr] 103 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:108:33
[INFO] [stderr]     |
[INFO] [stderr] 108 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:113:33
[INFO] [stderr]     |
[INFO] [stderr] 113 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:118:33
[INFO] [stderr]     |
[INFO] [stderr] 118 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:129:33
[INFO] [stderr]     |
[INFO] [stderr] 129 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:136:33
[INFO] [stderr]     |
[INFO] [stderr] 136 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:144:33
[INFO] [stderr]     |
[INFO] [stderr] 144 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:152:33
[INFO] [stderr]     |
[INFO] [stderr] 152 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:160:33
[INFO] [stderr]     |
[INFO] [stderr] 160 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:168:33
[INFO] [stderr]     |
[INFO] [stderr] 168 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:176:33
[INFO] [stderr]     |
[INFO] [stderr] 176 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:184:33
[INFO] [stderr]     |
[INFO] [stderr] 184 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:192:33
[INFO] [stderr]     |
[INFO] [stderr] 192 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:200:33
[INFO] [stderr]     |
[INFO] [stderr] 200 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:208:33
[INFO] [stderr]     |
[INFO] [stderr] 208 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/cookie_jar.rs:236:33
[INFO] [stderr]     |
[INFO] [stderr] 236 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/cookie_jar_db.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_db.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_db.rs:40:33
[INFO] [stderr]    |
[INFO] [stderr] 40 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/cookie_jar_text.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_text.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/cookie_jar_text.rs:40:33
[INFO] [stderr]    |
[INFO] [stderr] 40 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/hsts_enforcer.rs:8:29
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:42:33
[INFO] [stderr]    |
[INFO] [stderr] 42 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:53:29
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:64:33
[INFO] [stderr]    |
[INFO] [stderr] 64 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:76:33
[INFO] [stderr]    |
[INFO] [stderr] 76 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:81:33
[INFO] [stderr]    |
[INFO] [stderr] 81 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:86:33
[INFO] [stderr]    |
[INFO] [stderr] 86 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:104:33
[INFO] [stderr]     |
[INFO] [stderr] 104 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:112:33
[INFO] [stderr]     |
[INFO] [stderr] 112 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:120:33
[INFO] [stderr]     |
[INFO] [stderr] 120 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:128:33
[INFO] [stderr]     |
[INFO] [stderr] 128 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:136:33
[INFO] [stderr]     |
[INFO] [stderr] 136 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/hsts_enforcer.rs:144:33
[INFO] [stderr]     |
[INFO] [stderr] 144 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:54:29
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:57:29
[INFO] [stderr]    |
[INFO] [stderr] 57 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/hsts_enforcer_db.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer_db.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/hsts_enforcer_db.rs:40:33
[INFO] [stderr]    |
[INFO] [stderr] 40 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:61:29
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:64:29
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/logger.rs:8:29
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:22:29
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:25:29
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:30:29
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:68:33
[INFO] [stderr]    |
[INFO] [stderr] 68 |     #[cfg_attr(feature = "dox", doc(cfg(not(feature = "v2_24"))))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:73:33
[INFO] [stderr]    |
[INFO] [stderr] 73 |     #[cfg_attr(feature = "dox", doc(cfg(not(feature = "v2_24"))))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:84:33
[INFO] [stderr]    |
[INFO] [stderr] 84 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:88:33
[INFO] [stderr]    |
[INFO] [stderr] 88 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:92:33
[INFO] [stderr]    |
[INFO] [stderr] 92 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/logger.rs:97:33
[INFO] [stderr]    |
[INFO] [stderr] 97 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:102:33
[INFO] [stderr]     |
[INFO] [stderr] 102 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:107:33
[INFO] [stderr]     |
[INFO] [stderr] 107 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:114:33
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[cfg_attr(feature = "dox", doc(cfg(not(feature = "v2_24"))))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:122:33
[INFO] [stderr]     |
[INFO] [stderr] 122 |     #[cfg_attr(feature = "dox", doc(cfg(not(feature = "v2_24"))))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:170:33
[INFO] [stderr]     |
[INFO] [stderr] 170 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:180:33
[INFO] [stderr]     |
[INFO] [stderr] 180 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:188:33
[INFO] [stderr]     |
[INFO] [stderr] 188 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:198:33
[INFO] [stderr]     |
[INFO] [stderr] 198 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:206:33
[INFO] [stderr]     |
[INFO] [stderr] 206 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/logger.rs:220:33
[INFO] [stderr]     |
[INFO] [stderr] 220 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_56")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/message.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:16:29
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:29:29
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:77:33
[INFO] [stderr]    |
[INFO] [stderr] 77 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:85:33
[INFO] [stderr]    |
[INFO] [stderr] 85 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/message.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:105:33
[INFO] [stderr]     |
[INFO] [stderr] 105 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:111:33
[INFO] [stderr]     |
[INFO] [stderr] 111 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:117:33
[INFO] [stderr]     |
[INFO] [stderr] 117 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_44")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:123:33
[INFO] [stderr]     |
[INFO] [stderr] 123 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_72")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:156:33
[INFO] [stderr]     |
[INFO] [stderr] 156 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:167:33
[INFO] [stderr]     |
[INFO] [stderr] 167 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:172:33
[INFO] [stderr]     |
[INFO] [stderr] 172 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_44")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:177:33
[INFO] [stderr]     |
[INFO] [stderr] 177 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_38")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:232:33
[INFO] [stderr]     |
[INFO] [stderr] 232 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:243:33
[INFO] [stderr]     |
[INFO] [stderr] 243 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:266:33
[INFO] [stderr]     |
[INFO] [stderr] 266 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:271:33
[INFO] [stderr]     |
[INFO] [stderr] 271 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:276:33
[INFO] [stderr]     |
[INFO] [stderr] 276 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:281:33
[INFO] [stderr]     |
[INFO] [stderr] 281 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:306:33
[INFO] [stderr]     |
[INFO] [stderr] 306 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_38")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:314:33
[INFO] [stderr]     |
[INFO] [stderr] 314 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_50")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:322:33
[INFO] [stderr]     |
[INFO] [stderr] 322 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:336:33
[INFO] [stderr]     |
[INFO] [stderr] 336 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:347:33
[INFO] [stderr]     |
[INFO] [stderr] 347 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:364:33
[INFO] [stderr]     |
[INFO] [stderr] 364 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:375:33
[INFO] [stderr]     |
[INFO] [stderr] 375 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:389:33
[INFO] [stderr]     |
[INFO] [stderr] 389 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:394:33
[INFO] [stderr]     |
[INFO] [stderr] 394 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:416:33
[INFO] [stderr]     |
[INFO] [stderr] 416 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_28")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:430:33
[INFO] [stderr]     |
[INFO] [stderr] 430 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_26")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:438:33
[INFO] [stderr]     |
[INFO] [stderr] 438 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:458:33
[INFO] [stderr]     |
[INFO] [stderr] 458 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:470:33
[INFO] [stderr]     |
[INFO] [stderr] 470 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:478:33
[INFO] [stderr]     |
[INFO] [stderr] 478 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_44")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:486:33
[INFO] [stderr]     |
[INFO] [stderr] 486 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:524:33
[INFO] [stderr]     |
[INFO] [stderr] 524 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_72")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:544:33
[INFO] [stderr]     |
[INFO] [stderr] 544 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:564:33
[INFO] [stderr]     |
[INFO] [stderr] 564 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:572:33
[INFO] [stderr]     |
[INFO] [stderr] 572 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_44")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:580:33
[INFO] [stderr]     |
[INFO] [stderr] 580 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_38")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:706:33
[INFO] [stderr]     |
[INFO] [stderr] 706 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:732:33
[INFO] [stderr]     |
[INFO] [stderr] 732 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:786:33
[INFO] [stderr]     |
[INFO] [stderr] 786 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:796:33
[INFO] [stderr]     |
[INFO] [stderr] 796 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:804:33
[INFO] [stderr]     |
[INFO] [stderr] 804 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:814:33
[INFO] [stderr]     |
[INFO] [stderr] 814 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:888:33
[INFO] [stderr]     |
[INFO] [stderr] 888 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_38")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:914:33
[INFO] [stderr]     |
[INFO] [stderr] 914 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_50")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:940:33
[INFO] [stderr]     |
[INFO] [stderr] 940 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/auto/message.rs:990:33
[INFO] [stderr]     |
[INFO] [stderr] 990 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_30")))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]     --> src/auto/message.rs:1028:33
[INFO] [stderr]      |
[INFO] [stderr] 1028 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_70")))]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]      = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]     --> src/auto/message.rs:1090:33
[INFO] [stderr]      |
[INFO] [stderr] 1090 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]      = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]     --> src/auto/message.rs:1128:33
[INFO] [stderr]      |
[INFO] [stderr] 1128 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_46")))]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]      = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]     --> src/auto/message.rs:1178:33
[INFO] [stderr]      |
[INFO] [stderr] 1178 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]      = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]     --> src/auto/message.rs:1192:33
[INFO] [stderr]      |
[INFO] [stderr] 1192 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_34")))]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]      = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/multipart_input_stream.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:14:29
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:28:33
[INFO] [stderr]    |
[INFO] [stderr] 28 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:42:33
[INFO] [stderr]    |
[INFO] [stderr] 42 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:48:33
[INFO] [stderr]    |
[INFO] [stderr] 48 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:57:33
[INFO] [stderr]    |
[INFO] [stderr] 57 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/multipart_input_stream.rs:65:33
[INFO] [stderr]    |
[INFO] [stderr] 65 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/proxy_resolver_default.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:80:29
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:83:29
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/request_data.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/request_file.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/request_file.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/request_file.rs:39:33
[INFO] [stderr]    |
[INFO] [stderr] 39 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/request_file.rs:47:33
[INFO] [stderr]    |
[INFO] [stderr] 47 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_40")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:93:29
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/mod.rs:96:29
[INFO] [stderr]    |
[INFO] [stderr] 96 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/requester.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]  --> src/auto/requester.rs:9:29
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_24")))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]   = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:62:33
[INFO] [stderr]    |
[INFO] [stderr] 62 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:67:33
[INFO] [stderr]    |
[INFO] [stderr] 67 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:74:33
[INFO] [stderr]    |
[INFO] [stderr] 74 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/requester.rs:84:33
[INFO] [stderr]    |
[INFO] [stderr] 84 |     #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_42")))]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/server.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_48")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/server.rs:14:29
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_48")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/auto/server.rs:17:29
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cfg_attr(feature = "dox", doc(cfg(feature = "v2_68")))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[WARN] too much data in the log, truncating it