-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
cargo test breaking with forbid(missing_docs) #130218
Copy link
Copy link
Closed
Labels
A-libtestArea: `#[test]` / the `test` libraryArea: `#[test]` / the `test` libraryA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-bugCategory: This is a bug.Category: This is a bug.
Metadata
Metadata
Assignees
Labels
A-libtestArea: `#[test]` / the `test` libraryArea: `#[test]` / the `test` libraryA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-bugCategory: This is a bug.Category: This is a bug.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
in
lib.rs.I expected to see this happen: successful
cargo testinvocation.Instead, this happened:
cargo testerrors:Meta
This was triggered today in my daily testing pipeline using nightly.
cargo checkreports no issues.rustc --version --verbose: