The following errors are all the errors found in the 1.94 beta crater run that are related to the doc attribute.
[INFO] [stdout] error[E0538]: malformed `doc` attribute input
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.2/src/lib.rs:20:1
[INFO] [stdout] |
[INFO] [stdout] 20 | / #![doc(test(
[INFO] [stdout] 21 | | no_crate_inject,
[INFO] [stdout] | | --------------- found `no_crate_inject` used as a key more than once
[INFO] [stdout] 22 | | attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
[INFO] [stdout] 23 | | ))]
[INFO] [stdout] | |___^
[INFO] [stdout] error[E0539]: malformed `doc` attribute input
[INFO] [stdout] --> tests/tagname.rs:60:5
[INFO] [stdout] |
[INFO] [stdout] 60 | #[doc("other attribute")]
[INFO] [stdout] | ^^^^^^-----------------^^
[INFO] [stdout] | |
[INFO] [stdout] | expected this to be of the form `... = "..."`
[INFO] [stdout] error[E0539]: malformed `doc` attribute input
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/horrorshow-0.8.3/src/helper.rs:5:9
[INFO] [stdout] |
[INFO] [stdout] 5 | #[doc($doc)]
[INFO] [stdout] | ^^^^^^----^^
[INFO] [stdout] | |
[INFO] [stdout] | expected this to be of the form `... = "..."`
[INFO] [stdout] ...
[INFO] [stdout] 13 | c!("The standard HTML5 doctype (this *is* the doctype you're looking for)." => HTML "<!DOCTYPE html>");
[INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `c` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] error[E0539]: malformed `doc` attribute input
[INFO] [stdout] --> src/agda/repl.rs:118:13
[INFO] [stdout] |
[INFO] [stdout] 118 | #[doc($d)]
[INFO] [stdout] | ^^^^^^--^^
[INFO] [stdout] | |
[INFO] [stdout] | expected this to be of the form `... = "..."`
[INFO] [stdout] ...
[INFO] [stdout] 134 | next_resp_of!(next_give_action, GiveAction, "Skip until next give-action.");
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `next_resp_of` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] error[E0565]: malformed `doc` attribute input
[INFO] [stdout] --> sdk/src/protocol/incoming.rs:85:5
[INFO] [stdout] |
[INFO] [stdout] 85 | #[doc(hidden = "handled transparently by codegen")]
[INFO] [stdout] | ^^^^^^^^^^^^^------------------------------------^^
[INFO] [stdout] | |
[INFO] [stdout] | didn't expect any arguments here
[INFO] [stdout] error[E0565]: malformed `doc` attribute input
[INFO] [stdout] --> src/lib.rs:31:1
[INFO] [stdout] |
[INFO] [stdout] 31 | #[doc(hidden("or you will be fired"))]
[INFO] [stdout] | ^^^^^^^^^^^^------------------------^^
[INFO] [stdout] | |
[INFO] [stdout] | didn't expect any arguments here
[INFO] [stdout] error[E0565]: malformed `doc` attribute input
[INFO] [stdout] --> src/lib.rs:180:1
[INFO] [stdout] |
[INFO] [stdout] 180 | #[doc(hidden = true)]
[INFO] [stdout] | ^^^^^^^^^^^^^------^^
[INFO] [stdout] | |
[INFO] [stdout] | didn't expect any arguments here
[INFO] [stdout] error[E0538]: malformed `doc` attribute input
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rgeometry-0.10.0/src/lib.rs:6:1
[INFO] [stdout] |
[INFO] [stdout] 6 | #![doc(test(no_crate_inject))]
[INFO] [stdout] | ^^^^^^^^^^^^---------------^^^
[INFO] [stdout] | |
[INFO] [stdout] | found `no_crate_inject` used as a key more than once
(Huge wall of error text omitted)
The following errors are all the errors found in the 1.94 beta crater run that are related to the
docattribute.Error 1
The above error comes from 125 crates that depend on
tokio-streamverions 0.1.0-0.1.3, such as:Error 2
Error 3
Dependendents of
horrorshowversions 0.6.6, 0.7.0, and 0.8.3Error 4
Error 5
Error 6
Error 7
Error 8
Error 9