diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-05-02 22:01:28 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-09-15 21:32:28 +0200 |
| commit | 7681f63cab88109dd8d445cf7b49cbbd63f81e75 (patch) | |
| tree | 663bd3e03b0f40c8cc0113a0d47406f374208775 /tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr | |
| parent | 4ce17fa30eeef32235e9b305f56b5651c6d35276 (diff) | |
| download | rust-7681f63cab88109dd8d445cf7b49cbbd63f81e75.tar.gz rust-7681f63cab88109dd8d445cf7b49cbbd63f81e75.zip | |
Implement new eBNF for codeblock attributes
Diffstat (limited to 'tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr')
| -rw-r--r-- | tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr b/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr index 7432af19360..4f2ded78c29 100644 --- a/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr +++ b/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr @@ -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="} |
