Closed
Bug 1696943
Opened 4 years ago
Closed 4 years ago
Rust 1.52.0 bustage: rustdoc lints were renamed
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: away, Unassigned)
References
Details
Bustage under warnings-as-errors due to: https://github.com/rust-lang/rust/pull/80527
3 matches
[task 2021-03-08T14:52:49.781Z] 14:52:49 INFO - warning: lint `missing_doc_code_examples` has been removed: use `rustdoc::missing_doc_code_examples` instead
[task 2021-03-08T14:56:10.426Z] 14:56:10 INFO - error: lint `broken_intra_doc_links` has been removed: use `rustdoc::broken_intra_doc_links` instead
[task 2021-03-08T14:56:10.854Z] 14:56:10 INFO - warning: lint `broken_intra_doc_links` has been removed: use `rustdoc::broken_intra_doc_links` instead
Updated•4 years ago
|
Comment 1•4 years ago
|
||
This was fixed in https://github.com/rust-lang/rust/pull/83203
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•