about summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-06-10 13:52:00 +0200
committerFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-08-04 10:48:30 +0200
commitf8372f876c66ae4df96638bbfdf9ac7baffcf3a6 (patch)
tree5187f5f174709d7b0f1bad0e8fc0421e2444329e /src/test/ui/span
parent71ff9b41e9ebd3e336019513917a7a8868d1cc66 (diff)
downloadrust-f8372f876c66ae4df96638bbfdf9ac7baffcf3a6.tar.gz
rust-f8372f876c66ae4df96638bbfdf9ac7baffcf3a6.zip
Remove trailing whitespace from error messages
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/transitive-dep-span.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/transitive-dep-span.stderr b/src/test/ui/span/transitive-dep-span.stderr
index 68d8911a435..1787b0ee19a 100644
--- a/src/test/ui/span/transitive-dep-span.stderr
+++ b/src/test/ui/span/transitive-dep-span.stderr
@@ -6,7 +6,7 @@ LL | |             () => { parse error }
    | |                           ^^^^^ expected one of `!` or `::`
 LL | |         }
    | |_________- in this expansion of `transitive_dep_two::parse_error!`
-   | 
+   |
   ::: $DIR/transitive-dep-span.rs:13:1
    |
 LL |   transitive_dep_two::parse_error!();