diff options
| author | Kampfkarren <boynedmaster@gmail.com> | 2019-04-10 12:14:53 -0700 |
|---|---|---|
| committer | Kampfkarren <boynedmaster@gmail.com> | 2019-04-10 12:14:53 -0700 |
| commit | 2b6143126dacfd1ed0cb29b1da60c1e9dfa081b2 (patch) | |
| tree | bb7c0c9bbda8843791895ecaac0d32fb9def1bab /src | |
| parent | de02dd96fd955212d4555b2861f25a71c34db6b7 (diff) | |
| download | rust-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.stderr | 2 |
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 | ^^^^^ |
