[INFO] fetching crate tomboy-toml-dom 0.1.21... [INFO] documenting tomboy-toml-dom-0.1.21 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate tomboy-toml-dom 0.1.21 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tomboy-toml-dom 0.1.21 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tomboy-toml-dom 0.1.21 [INFO] finished tweaking crates.io crate tomboy-toml-dom 0.1.21 [INFO] tweaked toml for crates.io crate tomboy-toml-dom 0.1.21 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate tomboy-toml-dom 0.1.21 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a1c264a1907aafa6ebd8b945dc2109e39d6925a51b32c20bf8991e946492224 [INFO] running `Command { std: "docker" "start" "-a" "2a1c264a1907aafa6ebd8b945dc2109e39d6925a51b32c20bf8991e946492224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a1c264a1907aafa6ebd8b945dc2109e39d6925a51b32c20bf8991e946492224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a1c264a1907aafa6ebd8b945dc2109e39d6925a51b32c20bf8991e946492224", kill_on_drop: false }` [INFO] [stdout] 2a1c264a1907aafa6ebd8b945dc2109e39d6925a51b32c20bf8991e946492224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e40cda51461a7f9794fab9a7a4c5e343d0c2cd8c5f25ed0c4c8622eddf0a168 [INFO] running `Command { std: "docker" "start" "-a" "5e40cda51461a7f9794fab9a7a4c5e343d0c2cd8c5f25ed0c4c8622eddf0a168", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking regex-syntax v0.6.20 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking casual_logger v0.6.5 [INFO] [stderr] Documenting tomboy-toml-dom v0.1.21 (/opt/rustwide/workdir) [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/basic_string.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // "ハロー" [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/comment.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // # Toml's comment(トムルのコメント) [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/date_time.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // # Toml's comment(トムルのコメント) [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/key.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // work_number [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/literal_string.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // 'ハロー' [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/literal_value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // work_number [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer220/array.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [ 1, 2, 3 ] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer225/inline_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // { name="a", pass="b", age=3 } [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer230/header_of_array_of_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [[name.name.name]] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer230/header_of_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [name.name.name] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer210/basic_string_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // "ハロー" [INFO] [stdout] 8 | | //! [INFO] [stdout] 9 | | //! // """ハロー [INFO] [stdout] 10 | | //! // ワールド""" [INFO] [stdout] 11 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer220/array_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [ 1, 2, 3 ] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer225/keyval_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // key = val [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.76s [INFO] running `Command { std: "docker" "inspect" "5e40cda51461a7f9794fab9a7a4c5e343d0c2cd8c5f25ed0c4c8622eddf0a168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e40cda51461a7f9794fab9a7a4c5e343d0c2cd8c5f25ed0c4c8622eddf0a168", kill_on_drop: false }` [INFO] [stdout] 5e40cda51461a7f9794fab9a7a4c5e343d0c2cd8c5f25ed0c4c8622eddf0a168 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 46f05a18a8ff2450873a11970a72dc3d287c4e63e1559b86fc37b6148034345f [INFO] running `Command { std: "docker" "start" "-a" "46f05a18a8ff2450873a11970a72dc3d287c4e63e1559b86fc37b6148034345f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking regex-syntax v0.6.20 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking casual_logger v0.6.5 [INFO] [stderr] Documenting tomboy-toml-dom v0.1.21 (/opt/rustwide/workdir) [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/basic_string.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // "ハロー" [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/comment.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // # Toml's comment(トムルのコメント) [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/date_time.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // # Toml's comment(トムルのコメント) [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/key.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // work_number [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/literal_string.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // 'ハロー' [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer210/literal_value.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // work_number [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer220/array.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [ 1, 2, 3 ] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer225/inline_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // { name="a", pass="b", age=3 } [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer230/header_of_array_of_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [[name.name.name]] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/model/layer230/header_of_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [name.name.name] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer210/basic_string_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // "ハロー" [INFO] [stdout] 8 | | //! [INFO] [stdout] 9 | | //! // """ハロー [INFO] [stdout] 10 | | //! // ワールド""" [INFO] [stdout] 11 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer220/array_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // [ 1, 2, 3 ] [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/parser/phase200/layer225/keyval_p.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 7 | | //! // key = val [INFO] [stdout] 8 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 6 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.90s [INFO] running `Command { std: "docker" "inspect" "46f05a18a8ff2450873a11970a72dc3d287c4e63e1559b86fc37b6148034345f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46f05a18a8ff2450873a11970a72dc3d287c4e63e1559b86fc37b6148034345f", kill_on_drop: false }` [INFO] [stdout] 46f05a18a8ff2450873a11970a72dc3d287c4e63e1559b86fc37b6148034345f