rustc-ap-rustc_errors 727.0.0

Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish

Build #408253 2021-07-06 08:34:34

# rustc version rustc 1.55.0-nightly (952fdf2a1 2021-07-05)

# docs.rs version docsrs 0.6.0 (843531f 2021-06-26)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_errors-727.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_errors-727.0.0/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" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210705-1.55.0-nightly-952fdf2a1" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 70c4843f1395de460c6c808014df4ceb11a05b8bbe7643d139354860aefdf851 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "70c4843f1395de460c6c808014df4ceb11a05b8bbe7643d139354860aefdf851", kill_on_drop: false }` [INFO] [stderr] Documenting rustc-ap-rustc_errors v727.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `note_expected_found` links to private item `Diagnostic::note_expected_found` [INFO] [stderr] --> src/diagnostic_builder.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 207 | / forward!(pub fn note_expected_found( [INFO] [stderr] 208 | | &mut self, [INFO] [stderr] 209 | | expected_label: &dyn fmt::Display, [INFO] [stderr] 210 | | expected: DiagnosticStyledString, [INFO] [stderr] 211 | | found_label: &dyn fmt::Display, [INFO] [stderr] 212 | | found: DiagnosticStyledString, [INFO] [stderr] 213 | | ) -> &mut Self); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::note_expected_found()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `note_unsuccessful_coercion` links to private item `Diagnostic::note_unsuccessful_coercion` [INFO] [stderr] --> src/diagnostic_builder.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 225 | / forward!(pub fn note_unsuccessful_coercion( [INFO] [stderr] 226 | | &mut self, [INFO] [stderr] 227 | | expected: DiagnosticStyledString, [INFO] [stderr] 228 | | found: DiagnosticStyledString, [INFO] [stderr] 229 | | ) -> &mut Self); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::note_unsuccessful_coercion()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `span_note` links to private item `Diagnostic::span_note` [INFO] [stderr] --> src/diagnostic_builder.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 232 | / forward!(pub fn span_note<S: Into<MultiSpan>>( [INFO] [stderr] 233 | | &mut self, [INFO] [stderr] 234 | | sp: S, [INFO] [stderr] 235 | | msg: &str, [INFO] [stderr] 236 | | ) -> &mut Self); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::span_note()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `warn` links to private item `Diagnostic::warn` [INFO] [stderr] --> src/diagnostic_builder.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 237 | forward!(pub fn warn(&mut self, msg: &str) -> &mut Self); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::warn()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `span_warn` links to private item `Diagnostic::span_warn` [INFO] [stderr] --> src/diagnostic_builder.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 238 | forward!(pub fn span_warn<S: Into<MultiSpan>>(&mut self, sp: S, msg: &str) -> &mut Self); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::span_warn()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `help` links to private item `Diagnostic::help` [INFO] [stderr] --> src/diagnostic_builder.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 239 | forward!(pub fn help(&mut self, msg: &str) -> &mut Self); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::help()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `span_help` links to private item `Diagnostic::span_help` [INFO] [stderr] --> src/diagnostic_builder.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 240 | / forward!(pub fn span_help<S: Into<MultiSpan>>( [INFO] [stderr] 241 | | &mut self, [INFO] [stderr] 242 | | sp: S, [INFO] [stderr] 243 | | msg: &str, [INFO] [stderr] 244 | | ) -> &mut Self); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::span_help()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: public documentation for `set_primary_message` links to private item `Diagnostic::set_primary_message` [INFO] [stderr] --> src/diagnostic_builder.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | #[doc = concat!("See [`Diagnostic::", stringify!($n), "()`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 364 | forward!(pub fn set_primary_message<M: Into<String>>(&mut self, msg: M) -> &mut Self); [INFO] [stderr] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] See [`Diagnostic::set_primary_message()`]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: this warning originates in the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "70c4843f1395de460c6c808014df4ceb11a05b8bbe7643d139354860aefdf851", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70c4843f1395de460c6c808014df4ceb11a05b8bbe7643d139354860aefdf851", kill_on_drop: false }` [INFO] [stdout] 70c4843f1395de460c6c808014df4ceb11a05b8bbe7643d139354860aefdf851