mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
error: `#![doc(test(...)]` does not take a literal
|
|
--> $DIR/doc-test-literal.rs:1:13
|
|
|
|
|
LL | #![doc(test(""))]
|
|
| ^^
|
|
|
|
|
= note: `#[deny(invalid_doc_attributes)]` on by default
|
|
|
|
error: aborting due to 1 previous error
|
|
|