[INFO] crate mbus-api 0.1.0 is already in cache [INFO] extracting crate mbus-api 0.1.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mbus-api/0.1.0 [INFO] extracting crate mbus-api 0.1.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mbus-api/0.1.0 [INFO] validating manifest of mbus-api-0.1.0 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mbus-api-0.1.0 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mbus-api-0.1.0 [INFO] finished frobbing mbus-api-0.1.0 [INFO] frobbed toml for mbus-api-0.1.0 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mbus-api/0.1.0/Cargo.toml [INFO] started frobbing mbus-api-0.1.0 [INFO] finished frobbing mbus-api-0.1.0 [INFO] frobbed toml for mbus-api-0.1.0 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mbus-api/0.1.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mbus-api-0.1.0 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-3/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mbus-api/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ca13a02442f63edc932a9e2a73b4b0793da332384058229d3ba8cef78505839c [INFO] running `"docker" "start" "-a" "ca13a02442f63edc932a9e2a73b4b0793da332384058229d3ba8cef78505839c"` [INFO] [stderr] Checking swagger v2.0.2 [INFO] [stderr] Checking mbus-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | /// Create Mime objects for the response content types for Api [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref API_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// Create Mime objects for the response content types for Api [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref API_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref GET_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref GET_BAD_REQUEST: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref GET_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | /// Create Mime objects for the response content types for Hat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref HAT_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | /// Create Mime objects for the response content types for Hat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref HAT_NOT_FOUND: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | /// Create Mime objects for the response content types for HatOff [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref HAT_OFF_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | /// Create Mime objects for the response content types for HatOn [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref HAT_ON_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref SCAN_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref SCAN_BAD_REQUEST: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref SCAN_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 54 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | /// Create Mime objects for the response content types for Api [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | pub static ref API_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// Create Mime objects for the response content types for Api [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref API_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref GET_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 18 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref GET_BAD_REQUEST: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// Create Mime objects for the response content types for Get [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref GET_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | /// Create Mime objects for the response content types for Hat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | pub static ref HAT_OK: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | /// Create Mime objects for the response content types for Hat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | pub static ref HAT_NOT_FOUND: Mime = "application/json".parse().unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | /// Create Mime objects for the response content types for HatOff [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref HAT_OFF_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | /// Create Mime objects for the response content types for HatOn [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 40 | / lazy_static! { [INFO] [stderr] 41 | | pub static ref HAT_ON_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref SCAN_OK: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / lazy_static! { [INFO] [stderr] 49 | | pub static ref SCAN_BAD_REQUEST: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/mimetypes.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | /// Create Mime objects for the response content types for Scan [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | / lazy_static! { [INFO] [stderr] 53 | | pub static ref SCAN_NOT_FOUND: Mime = "text/plain".parse().unwrap(); [INFO] [stderr] 54 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.50s [INFO] running `"docker" "inspect" "ca13a02442f63edc932a9e2a73b4b0793da332384058229d3ba8cef78505839c"` [INFO] running `"docker" "rm" "-f" "ca13a02442f63edc932a9e2a73b4b0793da332384058229d3ba8cef78505839c"` [INFO] [stdout] ca13a02442f63edc932a9e2a73b4b0793da332384058229d3ba8cef78505839c