diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-10-13 21:48:39 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-10-13 21:48:39 -0700 |
| commit | 4bb771615e194e64d0fc9cd97c1cdcc4972a1771 (patch) | |
| tree | c5f7fcb29adf6e80ebe2fe23a8066b95cdec7757 /src/test/ui/error-codes | |
| parent | 898f36c83cc28d7921a1d7b3605323dc5cfcf533 (diff) | |
| download | rust-4bb771615e194e64d0fc9cd97c1cdcc4972a1771.tar.gz rust-4bb771615e194e64d0fc9cd97c1cdcc4972a1771.zip | |
Bring attention to suggestions when the only difference is capitalization
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 |
