diff options
| author | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-06-10 13:52:00 +0200 |
|---|---|---|
| committer | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-08-04 10:48:30 +0200 |
| commit | f8372f876c66ae4df96638bbfdf9ac7baffcf3a6 (patch) | |
| tree | 5187f5f174709d7b0f1bad0e8fc0421e2444329e /src/test/ui/span | |
| parent | 71ff9b41e9ebd3e336019513917a7a8868d1cc66 (diff) | |
| download | rust-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.stderr | 2 |
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!(); |
