diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-30 16:20:07 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-04 10:06:05 +0100 |
| commit | ff97569dd9c55ef8a89e9201a03ed41a482e030c (patch) | |
| tree | 38ae84f09e96e64b5025e6891a4ef3a37a188503 /src/test/rustdoc-ui/doc-without-codeblock.stderr | |
| parent | 690439bb45e27f0fb76c05dcd8b5ae9adfc86c55 (diff) | |
| download | rust-ff97569dd9c55ef8a89e9201a03ed41a482e030c.tar.gz rust-ff97569dd9c55ef8a89e9201a03ed41a482e030c.zip | |
Update doc-ui tests
Diffstat (limited to 'src/test/rustdoc-ui/doc-without-codeblock.stderr')
| -rw-r--r-- | src/test/rustdoc-ui/doc-without-codeblock.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/rustdoc-ui/doc-without-codeblock.stderr b/src/test/rustdoc-ui/doc-without-codeblock.stderr index ba5bb7fc0b1..f3efc654050 100644 --- a/src/test/rustdoc-ui/doc-without-codeblock.stderr +++ b/src/test/rustdoc-ui/doc-without-codeblock.stderr @@ -1,25 +1,25 @@ error: Missing code example in this documentation | note: lint level defined here - --> $DIR/doc-without-codeblock.rs:11:9 + --> $DIR/doc-without-codeblock.rs:12:9 | LL | #![deny(missing_doc_code_examples)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: Missing code example in this documentation - --> $DIR/doc-without-codeblock.rs:13:1 + --> $DIR/doc-without-codeblock.rs:14:1 | LL | /// Some docs. | ^^^^^^^^^^^^^^ error: Missing code example in this documentation - --> $DIR/doc-without-codeblock.rs:16:1 + --> $DIR/doc-without-codeblock.rs:18:1 | LL | /// And then, the princess died. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: Missing code example in this documentation - --> $DIR/doc-without-codeblock.rs:18:5 + --> $DIR/doc-without-codeblock.rs:21:5 | LL | /// Or maybe not because she saved herself! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
