Closed
Description
Found in tokio-rs/tracing#940 (comment).
$ cat broken.rs
#![deny(x)]
$ rustdoc broken.rs # no output
$ rustc broken.rs
warning: unknown lint: `x`
--> broken.rs:1:9
|
1 | #![deny(x)]
| ^
|
= note: `#[warn(unknown_lints)]` on by default
$ rustdoc --version
rustdoc 1.45.2 (d3fb005a3 2020-07-31)