Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
duncanpharvey opened this issue Sep 11, 2024 · 1 comment
Closed

Comments

@duncanpharvey
Copy link

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)]
@duncanpharvey
Copy link
Author

Looks like this will be fixed with rust-lang/rust#130219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant