about summary refs log tree commit diff
path: root/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-02 22:01:28 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-09-15 21:32:28 +0200
commit7681f63cab88109dd8d445cf7b49cbbd63f81e75 (patch)
tree663bd3e03b0f40c8cc0113a0d47406f374208775 /tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
parent4ce17fa30eeef32235e9b305f56b5651c6d35276 (diff)
downloadrust-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.stderr4
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="}