From 3192d3dc0c4417a6e360018b341c07d32f3f3d7f Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Wed, 5 Sep 2018 07:33:29 -0700 Subject: Change wording of unclosed delimiter label --- src/test/ui/parser/unclosed-braces.rs | 2 +- src/test/ui/parser/unclosed-braces.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/ui/parser') diff --git a/src/test/ui/parser/unclosed-braces.rs b/src/test/ui/parser/unclosed-braces.rs index 64089447584..802133ae6b9 100644 --- a/src/test/ui/parser/unclosed-braces.rs +++ b/src/test/ui/parser/unclosed-braces.rs @@ -24,7 +24,7 @@ fn main() { //~^ NOTE un-closed delimiter { { - //~^ NOTE this might be the culprit... + //~^ NOTE this delimiter might not be properly closed... foo(); } //~^ NOTE ...as it matches this but it has different indentation diff --git a/src/test/ui/parser/unclosed-braces.stderr b/src/test/ui/parser/unclosed-braces.stderr index 5d5ff24faa6..4f865bc9b39 100644 --- a/src/test/ui/parser/unclosed-braces.stderr +++ b/src/test/ui/parser/unclosed-braces.stderr @@ -5,7 +5,7 @@ LL | fn main() { | - un-closed delimiter ... LL | { - | - this might be the culprit... + | - this delimiter might not be properly closed... ... LL | } | - ...as it matches this but it has different indentation -- cgit 1.4.1-3-g733a5