diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-11-21 11:08:58 -0500 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-11-21 11:08:58 -0500 |
| commit | e280ae862c735a0bc74b7f4f479459eefb9f9b65 (patch) | |
| tree | 1ab683d1eb1e9bca373a1b5b12b4f71ec09e35df /src/test/rustdoc-ui/doc-without-codeblock.stderr | |
| parent | 788840612e9da529158ada25d2160ca07d5a8dc9 (diff) | |
| download | rust-e280ae862c735a0bc74b7f4f479459eefb9f9b65.tar.gz rust-e280ae862c735a0bc74b7f4f479459eefb9f9b65.zip | |
x.py test --bless
Diffstat (limited to 'src/test/rustdoc-ui/doc-without-codeblock.stderr')
| -rw-r--r-- | src/test/rustdoc-ui/doc-without-codeblock.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/rustdoc-ui/doc-without-codeblock.stderr b/src/test/rustdoc-ui/doc-without-codeblock.stderr index f2b2328322a..3372304f44a 100644 --- a/src/test/rustdoc-ui/doc-without-codeblock.stderr +++ b/src/test/rustdoc-ui/doc-without-codeblock.stderr @@ -17,12 +17,6 @@ LL | #![deny(missing_doc_code_examples)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: missing code example in this documentation - --> $DIR/doc-without-codeblock.rs:3:1 - | -LL | /// Some docs. - | ^^^^^^^^^^^^^^ - -error: missing code example in this documentation --> $DIR/doc-without-codeblock.rs:7:1 | LL | /// And then, the princess died. @@ -34,5 +28,11 @@ error: missing code example in this documentation LL | /// Or maybe not because she saved herself! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +error: missing code example in this documentation + --> $DIR/doc-without-codeblock.rs:3:1 + | +LL | /// Some docs. + | ^^^^^^^^^^^^^^ + error: aborting due to 4 previous errors |
