about summary refs log tree commit diff
path: root/src/test/ui/error-codes
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-14 13:03:24 +0000
committerbors <bors@rust-lang.org>2019-01-14 13:03:24 +0000
commitd10680818b2a0aabb76e6a07098e031b31707fcc (patch)
tree441a29928ac1f0af09beac0f604ddd3125246fb2 /src/test/ui/error-codes
parent1a3a3dfcdd7faf0b8ab266a79a4a35ab30e5136a (diff)
parent47ccf2a7fc2fa17c7316e29a05f0a0b432253743 (diff)
downloadrust-d10680818b2a0aabb76e6a07098e031b31707fcc.tar.gz
rust-d10680818b2a0aabb76e6a07098e031b31707fcc.zip
Auto merge of #57592 - Centril:rollup, r=Centril
Rollup of 6 pull requests

Successful merges:

 - #57232 (Parallelize and optimize parts of HIR map creation)
 - #57418 (MetadataOnlyCodegenBackend: run the collector only once)
 - #57465 (Stabilize cfg_target_vendor)
 - #57477 (clarify resolve typo suggestion)
 - #57556 (privacy: Fix private-in-public check for existential types)
 - #57584 (Remove the `connect_timeout_unroutable` test.)

Failed merges:

r? @ghost
Diffstat (limited to 'src/test/ui/error-codes')
-rw-r--r--src/test/ui/error-codes/E0423.stderr2
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 df9ed631a1c..c422a1e7957 100644
--- a/src/test/ui/error-codes/E0423.stderr
+++ b/src/test/ui/error-codes/E0423.stderr
@@ -22,8 +22,8 @@ error[E0423]: expected function, found struct `Foo`
 LL |     let f = Foo(); //~ ERROR E0423
    |             ^^^
    |             |
-   |             did you mean `foo`?
    |             did you mean `Foo { /* fields */ }`?
+   |             help: a function with a similar name exists: `foo`
 
 error[E0423]: expected value, found struct `S`
   --> $DIR/E0423.rs:12:32