diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-10-14 17:52:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-14 17:52:41 -0700 |
| commit | a14e35f382825549a506eb5c187fa5d58622bb1c (patch) | |
| tree | bd7340907eaa546979c95a0025631519e8cb36a7 /src/test/ui/error-codes | |
| parent | 8d1123d80880c213b27720d2e7d92a093e0e6fe9 (diff) | |
| parent | 8bf6d353772aacc15c78919e3d2f2db0528484b1 (diff) | |
| download | rust-a14e35f382825549a506eb5c187fa5d58622bb1c.tar.gz rust-a14e35f382825549a506eb5c187fa5d58622bb1c.zip | |
Rollup merge of #65398 - estebank:capitalization-only, r=varkor
Bring attention to suggestions when the only difference is capitalization CC #65386.
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0423.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0423.stderr b/src/test/ui/error-codes/E0423.stderr index ce631ca4bf7..754006bc217 100644 --- a/src/test/ui/error-codes/E0423.stderr +++ b/src/test/ui/error-codes/E0423.stderr @@ -34,7 +34,7 @@ LL | let f = Foo(); | ^^^ | | | did you mean `Foo { /* fields */ }`? - | help: a function with a similar name exists: `foo` + | help: a function with a similar name exists (notice the capitalization): `foo` error[E0423]: expected value, found struct `T` --> $DIR/E0423.rs:14:8 |
