Skip to content

error: missing documentation for a constant on rustc 1.83.0-nightly #474

@duncanpharvey

Description

@duncanpharvey

cargo llvm-cov --all-features --workspace --no-report nextest

results in:

error: missing documentation for a constant
   --> ipc/tarpc/tarpc/src/server/limits/channels_per_key.rs:287:1
    |
286 |   #[test]
    |   ------- in this procedural macro expansion
287 | / fn tracker_drop() {
288 | |     use assert_matches::assert_matches;
289 | |
290 | |     let (tx, mut rx) = mpsc::unbounded_channel();
...   |
295 | |     assert_matches!(rx.poll_recv(&mut ctx()), Poll::Ready(Some(1)));
296 | | }
    | |_^
    |
note: the lint level is defined here
   --> ipc/tarpc/tarpc/src/lib.rs:203:9
    |
203 | #![deny(missing_docs)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions