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>2024-05-01 15:24:32 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-05-01 16:45:27 +0200
commit2f6abd190da3dba44058253cbbfdb900906ef1b6 (patch)
treebf6bd56ae972a28188de734818c4af978413edbe /tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
parent378a43a06510f3e3a49c69c8de71745e6a884048 (diff)
downloadrust-2f6abd190da3dba44058253cbbfdb900906ef1b6.tar.gz
rust-2f6abd190da3dba44058253cbbfdb900906ef1b6.zip
Stabilize `custom_code_classes_in_docs` feature
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.stderr6
1 files changed, 3 insertions, 3 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 ad049804213..fc47404734e 100644
--- a/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
+++ b/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
@@ -1,5 +1,5 @@
 error: unclosed quote string `"`
-  --> $DIR/custom_code_classes_in_docs-warning3.rs:9:1
+  --> $DIR/custom_code_classes_in_docs-warning3.rs:8:1
    |
 LL | / /// ```{class="}
 LL | | /// main;
@@ -11,14 +11,14 @@ LL | | /// ```
    | |_______^
    |
 note: the lint level is defined here
-  --> $DIR/custom_code_classes_in_docs-warning3.rs:5:9
+  --> $DIR/custom_code_classes_in_docs-warning3.rs:4:9
    |
 LL | #![deny(warnings)]
    |         ^^^^^^^^
    = note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(warnings)]`
 
 error: unclosed quote string `"`
-  --> $DIR/custom_code_classes_in_docs-warning3.rs:9:1
+  --> $DIR/custom_code_classes_in_docs-warning3.rs:8:1
    |
 LL | / /// ```{class="}
 LL | | /// main;