]> git.lizzy.rs Git - rust.git/commitdiff
Reblessed test outputs.
authorAlexander Regueiro <alexreg@me.com>
Sun, 10 Mar 2019 17:19:38 +0000 (17:19 +0000)
committerAlexander Regueiro <alexreg@me.com>
Sun, 10 Mar 2019 18:13:15 +0000 (18:13 +0000)
tests/ui/doc.stderr
tests/ui/update-references.sh

index 3279ad8831d9c9be2c168e307a497da37f1a1847..29fe1150b25456b59a3ea4aa1cd76ee6a58d93d8 100644 (file)
@@ -21,8 +21,8 @@ LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot t
 error: you should put `Foo::some_fun` between ticks in the documentation
   --> $DIR/doc.rs:9:84
    |
-LL | /, andThis /_ is ok. So is `_`. But not Foo::some_fun
-   |                                                                                    ^^^^^^^^^^^^^
+LL | /// Markdown is _weird_. I mean _really weird_. This \_ is ok. So is `_`. But not Foo::some_fun
+   |                                                                                   ^^^^^^^^^^^^^
 
 error: you should put `a::global:path` between ticks in the documentation
   --> $DIR/doc.rs:11:15
index c553e4ef2e36e474ca3c978055cf407cbd02766b..cd8b3fb33c755049ddb5e31e74cb67729fdc1672 100755 (executable)
@@ -6,7 +6,7 @@
 # script will then copy that output and replace the "expected output"
 # files. You can then commit the changes.
 #
-# If you find yourself manually editing a foo.stderr file, you're
+# If you find yourself manually editing a `foo.stderr` file, you're
 # doing it wrong.
 
 if [[ "$1" == "--help" || "$1" == "-h" || "$1" == "" || "$2" == "" ]]; then