Closed
Description
rustdoc lib.rs
lib.rs:1:1: 2:2 error: unused attribute, #[deny(unused_attribute)] on by default
lib.rs:1 #![crate_id = "compress#0.1"]
lib.rs:2 #![crate_type = "rlib"]
error: aborting due to previous error
task '<unnamed>' failed at 'Box<Any>', /mnt/code/other/rust/src/libsyntax/diagnostic.rs:127
task '<main>' failed at 'called `Result::unwrap()` on an `Err` value: Box core::any::Any:Send', /mnt/code/other/rust/src/libcore/result.rs:543
Makefile:45: recipe for target 'docs' failed
make: *** [docs] Error 101
Related to #14373. When a crate has "deny(warnings)" rustdoc fails to process "crate_id". Happened to rust-compress, logs and revision are here:
https://travis-ci.org/alexcrichton/rust-compress/builds/26046844