31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
error: this attribute can only be applied at the crate level
|
|
--> $DIR/invalid-crate-level-lint.rs:4:12
|
|
|
|
|
LL | #[doc(test(no_crate_inject))]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level> for more information
|
|
note: the lint level is defined here
|
|
--> $DIR/invalid-crate-level-lint.rs:1:9
|
|
|
|
|
LL | #![deny(invalid_doc_attributes)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: this attribute can only be applied at the crate level
|
|
--> $DIR/invalid-crate-level-lint.rs:8:17
|
|
|
|
|
LL | #![doc(test(no_crate_inject))]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level> for more information
|
|
|
|
error: this attribute can only be applied at the crate level
|
|
--> $DIR/invalid-crate-level-lint.rs:11:16
|
|
|
|
|
LL | #[doc(test(no_crate_inject))]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level> for more information
|
|
|
|
error: aborting due to 3 previous errors
|
|
|