mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
error: unknown `doc` attribute `x`
|
|
--> $DIR/deny-invalid-doc-attrs.rs:3:8
|
|
|
|
|
LL | #![doc(x)]
|
|
| ^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/deny-invalid-doc-attrs.rs:1:9
|
|
|
|
|
LL | #![deny(invalid_doc_attributes)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|