2023-05-02 20:01:28 +00:00
|
|
|
error: unclosed quote string `"`
|
2024-05-01 13:24:32 +00:00
|
|
|
--> $DIR/custom_code_classes_in_docs-warning3.rs:8:1
|
2023-04-27 13:09:43 +00:00
|
|
|
|
|
|
|
|
LL | / /// ```{class="}
|
|
|
|
LL | | /// main;
|
|
|
|
LL | | /// ```
|
|
|
|
LL | |
|
|
|
|
... |
|
|
|
|
LL | | /// main;
|
|
|
|
LL | | /// ```
|
|
|
|
| |_______^
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2024-05-01 13:24:32 +00:00
|
|
|
--> $DIR/custom_code_classes_in_docs-warning3.rs:4:9
|
2023-04-27 13:09:43 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(warnings)]
|
|
|
|
| ^^^^^^^^
|
|
|
|
= note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(warnings)]`
|
|
|
|
|
2023-05-02 20:01:28 +00:00
|
|
|
error: unclosed quote string `"`
|
2024-05-01 13:24:32 +00:00
|
|
|
--> $DIR/custom_code_classes_in_docs-warning3.rs:8:1
|
2023-04-27 13:09:43 +00:00
|
|
|
|
|
|
|
|
LL | / /// ```{class="}
|
|
|
|
LL | | /// main;
|
|
|
|
LL | | /// ```
|
|
|
|
LL | |
|
|
|
|
... |
|
|
|
|
LL | | /// main;
|
|
|
|
LL | | /// ```
|
|
|
|
| |_______^
|
2023-10-04 18:34:50 +00:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2023-04-27 13:09:43 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|