diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-04-30 21:28:32 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-05-17 21:31:04 -0400 |
| commit | b885d81a4a59fa9282ecb088e6eac8e30cb4a9bf (patch) | |
| tree | f28cf7b0155420ede4153c694a589de4a122082c /src/test | |
| parent | 4120f7561c7df15e099386adcf262f1e2adbc2de (diff) | |
Rename INVALID_RUST_CODEBLOCK{,S}
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-ui/ignore-block-help.stderr | 2 | ||||
| -rw-r--r-- | src/test/rustdoc-ui/invalid-syntax.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-ui/ignore-block-help.stderr b/src/test/rustdoc-ui/ignore-block-help.stderr index b809ece86e7..9c02ff11d19 100644 --- a/src/test/rustdoc-ui/ignore-block-help.stderr +++ b/src/test/rustdoc-ui/ignore-block-help.stderr @@ -7,7 +7,7 @@ LL | | /// let heart = '❤️'; LL | | /// ``` | |_______^ | - = note: `#[warn(rustdoc::invalid_rust_codeblock)]` on by default + = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text --> $DIR/ignore-block-help.rs:3:5 | diff --git a/src/test/rustdoc-ui/invalid-syntax.stderr b/src/test/rustdoc-ui/invalid-syntax.stderr index 7fcb9a0e9a9..82eac9bd68b 100644 --- a/src/test/rustdoc-ui/invalid-syntax.stderr +++ b/src/test/rustdoc-ui/invalid-syntax.stderr @@ -7,7 +7,7 @@ LL | | /// \__________pkt->size___________/ \_result->size_/ \__pkt->si LL | | /// ``` | |_______^ | - = note: `#[warn(rustdoc::invalid_rust_codeblock)]` on by default + = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default = note: error from rustc: unknown start of token: \ = note: error from rustc: unknown start of token: \ = note: error from rustc: unknown start of token: \ |
