Implement new eBNF for codeblock attributes
This commit is contained in:
parent
4ce17fa30e
commit
7681f63cab
8 changed files with 376 additions and 199 deletions
|
@ -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="}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue