about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKampfkarren <boynedmaster@gmail.com>2019-04-10 12:14:53 -0700
committerKampfkarren <boynedmaster@gmail.com>2019-04-10 12:14:53 -0700
commit2b6143126dacfd1ed0cb29b1da60c1e9dfa081b2 (patch)
treebb7c0c9bbda8843791895ecaac0d32fb9def1bab /src
parentde02dd96fd955212d4555b2861f25a71c34db6b7 (diff)
downloadrust-2b6143126dacfd1ed0cb29b1da60c1e9dfa081b2.tar.gz
rust-2b6143126dacfd1ed0cb29b1da60c1e9dfa081b2.zip
Fix error brought up by changing tabs to spaces
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/try-block/try-block-catch.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/try-block/try-block-catch.stderr b/src/test/ui/try-block/try-block-catch.stderr
index 0689647d3b2..3f5889f53bd 100644
--- a/src/test/ui/try-block/try-block-catch.stderr
+++ b/src/test/ui/try-block/try-block-catch.stderr
@@ -1,5 +1,5 @@
 error: `try {} catch` is not a valid syntax
-  --> $DIR/try-block-catch.rs:8:4
+  --> $DIR/try-block-catch.rs:8:7
    |
 LL |     } catch { }; //~ ERROR `try {} catch` is not a valid syntax
    |       ^^^^^