From aa7ac6e957747c0fc2edae126162bdfd8faff69c Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Sun, 7 Mar 2021 15:03:46 -0800 Subject: Remove notes, increase S/N ratio --- src/test/ui/rfc-2497-if-let-chains/feature-gate.stderr | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/test/ui/rfc-2497-if-let-chains/feature-gate.stderr b/src/test/ui/rfc-2497-if-let-chains/feature-gate.stderr index 96131b38db9..7364f62c922 100644 --- a/src/test/ui/rfc-2497-if-let-chains/feature-gate.stderr +++ b/src/test/ui/rfc-2497-if-let-chains/feature-gate.stderr @@ -333,7 +333,6 @@ error: invalid parentheses around `let` expression in `if let` LL | if (let 0 = 1) {} | ^ ^ | - = note: only supported directly without parentheses in conditions of `if`- and `while`-expressions, as well as in `let` chains within parentheses help: `if let` needs to be written without parentheses | LL | if let 0 = 1 {} @@ -345,7 +344,6 @@ error: invalid parentheses around `let` expression in `if let` LL | if (((let 0 = 1))) {} | ^^^ ^^^ | - = note: only supported directly without parentheses in conditions of `if`- and `while`-expressions, as well as in `let` chains within parentheses help: `if let` needs to be written without parentheses | LL | if let 0 = 1 {} @@ -581,7 +579,6 @@ error: invalid parentheses around `let` expression in `if let` LL | use_expr!((let 0 = 1)); | ^ ^ | - = note: only supported directly without parentheses in conditions of `if`- and `while`-expressions, as well as in `let` chains within parentheses help: `if let` needs to be written without parentheses | LL | use_expr!(let 0 = 1); -- cgit 1.4.1-3-g733a5