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