1
Fork 0

Implement new eBNF for codeblock attributes

This commit is contained in:
Guillaume Gomez 2023-05-02 22:01:28 +02:00
parent 4ce17fa30e
commit 7681f63cab
8 changed files with 376 additions and 199 deletions

View file

@ -1,4 +1,4 @@
error: unclosed quote string: missing `"` at the end
error: unclosed quote string `"`
--> $DIR/custom_code_classes_in_docs-warning3.rs:9:1
|
LL | / /// ```{class="}
@ -17,7 +17,7 @@ LL | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(warnings)]`
error: unclosed quote string: missing `"` at the end
error: unclosed quote string `"`
--> $DIR/custom_code_classes_in_docs-warning3.rs:9:1
|
LL | / /// ```{class="}