[INFO] crate riscv 0.3.0 is already in cache [INFO] extracting crate riscv 0.3.0 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/riscv/0.3.0 [INFO] extracting crate riscv 0.3.0 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/riscv/0.3.0 [INFO] validating manifest of riscv-0.3.0 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of riscv-0.3.0 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing riscv-0.3.0 [INFO] finished frobbing riscv-0.3.0 [INFO] frobbed toml for riscv-0.3.0 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/riscv/0.3.0/Cargo.toml [INFO] started frobbing riscv-0.3.0 [INFO] finished frobbing riscv-0.3.0 [INFO] frobbed toml for riscv-0.3.0 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/riscv/0.3.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking riscv-0.3.0 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-7/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/riscv/0.3.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" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cb318801c73ea6b6c1c7dda2e2ee28f596838e53e35799c512aff4a17ae9dd91 [INFO] running `"docker" "start" "-a" "cb318801c73ea6b6c1c7dda2e2ee28f596838e53e35799c512aff4a17ae9dd91"` [INFO] [stderr] Checking riscv v0.3.0 (/opt/crater/workdir) [INFO] [stderr] error: unused doc comment [INFO] [stderr] --> src/asm.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | /// Priviledged ISA Instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 21 | instruction!(ecall, "ecall"); [INFO] [stderr] | ----------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_doc_comments)] implied by #[deny(warnings)] [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | /// User Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 138 | set_clear_csr!(set_usoft, clear_usoft, 1 << 0); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | /// Supervisor Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 140 | set_clear_csr!(set_ssoft, clear_ssoft, 1 << 1); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | /// Machine Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 142 | set_clear_csr!(set_msoft, clear_msoft, 1 << 3); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:143:1 [INFO] [stderr] | [INFO] [stderr] 143 | /// User Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 144 | set_clear_csr!(set_utimer, clear_utimer, 1 << 4); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | /// Supervisor Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 146 | set_clear_csr!(set_stimer, clear_stimer, 1 << 5); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:147:1 [INFO] [stderr] | [INFO] [stderr] 147 | /// Machine Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | set_clear_csr!(set_mtimer, clear_mtimer, 1 << 7); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:149:1 [INFO] [stderr] | [INFO] [stderr] 149 | /// User External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 150 | set_clear_csr!(set_uext, clear_uext, 1 << 8); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | /// Supervisor External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 152 | set_clear_csr!(set_sext, clear_sext, 1 << 9); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | /// Machine External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 154 | set_clear_csr!(set_mext, clear_mext, 1 << 11); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:148:1 [INFO] [stderr] | [INFO] [stderr] 148 | /// User Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 149 | set_clear_csr!(set_uie, clear_uie, 1 << 0); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:150:1 [INFO] [stderr] | [INFO] [stderr] 150 | /// Supervisor Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 151 | set_clear_csr!(set_sie, clear_sie, 1 << 1); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:152:1 [INFO] [stderr] | [INFO] [stderr] 152 | /// Machine Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 153 | set_clear_csr!(set_mie, clear_mie, 1 << 3); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | /// User Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 155 | set_csr!(set_upie, 1 << 4); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | /// Supervisor Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 157 | set_csr!(set_spie, 1 << 5); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:158:1 [INFO] [stderr] | [INFO] [stderr] 158 | /// Machine Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 159 | set_csr!(set_mpie, 1 << 7); [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] error: unused doc comment [INFO] [stderr] --> src/asm.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | /// Priviledged ISA Instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 21 | instruction!(ecall, "ecall"); [INFO] [stderr] | ----------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_doc_comments)] implied by #[deny(warnings)] [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | /// User Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 138 | set_clear_csr!(set_usoft, clear_usoft, 1 << 0); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | /// Supervisor Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 140 | set_clear_csr!(set_ssoft, clear_ssoft, 1 << 1); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | /// Machine Software Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 142 | set_clear_csr!(set_msoft, clear_msoft, 1 << 3); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:143:1 [INFO] [stderr] | [INFO] [stderr] 143 | /// User Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 144 | set_clear_csr!(set_utimer, clear_utimer, 1 << 4); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | /// Supervisor Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 146 | set_clear_csr!(set_stimer, clear_stimer, 1 << 5); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:147:1 [INFO] [stderr] | [INFO] [stderr] 147 | /// Machine Timer Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | set_clear_csr!(set_mtimer, clear_mtimer, 1 << 7); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:149:1 [INFO] [stderr] | [INFO] [stderr] 149 | /// User External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 150 | set_clear_csr!(set_uext, clear_uext, 1 << 8); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | /// Supervisor External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 152 | set_clear_csr!(set_sext, clear_sext, 1 << 9); [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] error: unused doc comment [INFO] [stderr] --> src/register/mie.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | /// Machine External Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 154 | set_clear_csr!(set_mext, clear_mext, 1 << 11); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:148:1 [INFO] [stderr] | [INFO] [stderr] 148 | /// User Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 149 | set_clear_csr!(set_uie, clear_uie, 1 << 0); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:150:1 [INFO] [stderr] | [INFO] [stderr] 150 | /// Supervisor Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 151 | set_clear_csr!(set_sie, clear_sie, 1 << 1); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:152:1 [INFO] [stderr] | [INFO] [stderr] 152 | /// Machine Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 153 | set_clear_csr!(set_mie, clear_mie, 1 << 3); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | /// User Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 155 | set_csr!(set_upie, 1 << 4); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | /// Supervisor Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 157 | set_csr!(set_spie, 1 << 5); [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] error: unused doc comment [INFO] [stderr] --> src/register/mstatus.rs:158:1 [INFO] [stderr] | [INFO] [stderr] 158 | /// Machine Previous Interrupt Enable [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 159 | set_csr!(set_mpie, 1 << 7); [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] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `riscv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `riscv`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb318801c73ea6b6c1c7dda2e2ee28f596838e53e35799c512aff4a17ae9dd91"` [INFO] running `"docker" "rm" "-f" "cb318801c73ea6b6c1c7dda2e2ee28f596838e53e35799c512aff4a17ae9dd91"` [INFO] [stdout] cb318801c73ea6b6c1c7dda2e2ee28f596838e53e35799c512aff4a17ae9dd91