diff options
| author | r00ster91 <r00ster91@protonmail.com> | 2021-10-17 12:04:01 +0200 | 
|---|---|---|
| committer | r00ster91 <r00ster91@protonmail.com> | 2021-10-17 12:04:01 +0200 | 
| commit | 3c1d55422a695204b70cbd23da582e3ab770a53c (patch) | |
| tree | 117e18317340c4f10fb1c14a231cac30542531b1 /src/test/ui/empty/empty-struct-unit-expr.stderr | |
| parent | 7fbd4ce2768744b3bd2ddf8453b73f4f18dbe5bc (diff) | |
| download | rust-3c1d55422a695204b70cbd23da582e3ab770a53c.tar.gz rust-3c1d55422a695204b70cbd23da582e3ab770a53c.zip  | |
Some "parenthesis" and "parentheses" fixes
Diffstat (limited to 'src/test/ui/empty/empty-struct-unit-expr.stderr')
| -rw-r--r-- | src/test/ui/empty/empty-struct-unit-expr.stderr | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/empty/empty-struct-unit-expr.stderr b/src/test/ui/empty/empty-struct-unit-expr.stderr index 1023950639a..26bfc4355fa 100644 --- a/src/test/ui/empty/empty-struct-unit-expr.stderr +++ b/src/test/ui/empty/empty-struct-unit-expr.stderr @@ -20,7 +20,7 @@ LL | let e4 = E::Empty4(); | | | call expression requires function | -help: `E::Empty4` is a unit variant, you need to write it without the parenthesis +help: `E::Empty4` is a unit variant, you need to write it without the parentheses | LL | let e4 = E::Empty4; | ~~~~~~~~~ @@ -41,7 +41,7 @@ LL | let xe4 = XE::XEmpty4(); | | | call expression requires function | -help: `XE::XEmpty4` is a unit variant, you need to write it without the parenthesis +help: `XE::XEmpty4` is a unit variant, you need to write it without the parentheses | LL | let xe4 = XE::XEmpty4; | ~~~~~~~~~~~  | 
