From 8277ba2d30996067c39ee3405bd141b11ffdb855 Mon Sep 17 00:00:00 2001 From: varkor Date: Sat, 3 Nov 2018 21:09:53 +0000 Subject: Make "all possible cases" help message uniform with existing help messages Specifically no capitalisation or trailing full stops. --- src/test/ui/error-codes/E0004-2.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/ui/error-codes') diff --git a/src/test/ui/error-codes/E0004-2.stderr b/src/test/ui/error-codes/E0004-2.stderr index 6a4392df35d..900812787bc 100644 --- a/src/test/ui/error-codes/E0004-2.stderr +++ b/src/test/ui/error-codes/E0004-2.stderr @@ -4,7 +4,7 @@ error[E0004]: non-exhaustive patterns: type std::option::Option is non-empt LL | match x { } //~ ERROR E0004 | ^ | -help: Please ensure that all possible cases are being handled; possibly adding wildcards or more match arms. +help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms --> $DIR/E0004-2.rs:14:11 | LL | match x { } //~ ERROR E0004 -- cgit 1.4.1-3-g733a5