diff options
| author | Andy Russell <arussell123@gmail.com> | 2020-05-04 18:12:06 -0400 |
|---|---|---|
| committer | Andy Russell <arussell123@gmail.com> | 2020-05-07 00:33:25 -0400 |
| commit | 9f88d75710b7fbc6d052b2a8dca40c7bd347166e (patch) | |
| tree | a26f6e1147e4b5f4a370c8347a671e3942e60077 /src/test/ui/parser | |
| parent | 97f3eeec8216d7155c24674b9be55e7c672bcae3 (diff) | |
| download | rust-9f88d75710b7fbc6d052b2a8dca40c7bd347166e.tar.gz rust-9f88d75710b7fbc6d052b2a8dca40c7bd347166e.zip | |
reword "possible candidate" import suggestion
Diffstat (limited to 'src/test/ui/parser')
| -rw-r--r-- | src/test/ui/parser/circular_modules_main.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/circular_modules_main.stderr b/src/test/ui/parser/circular_modules_main.stderr index 90f81c64835..5d4db8c31a2 100644 --- a/src/test/ui/parser/circular_modules_main.stderr +++ b/src/test/ui/parser/circular_modules_main.stderr @@ -10,7 +10,7 @@ error[E0425]: cannot find function `say_hello` in module `circular_modules_hello LL | circular_modules_hello::say_hello(); | ^^^^^^^^^ not found in `circular_modules_hello` | -help: possible candidate is found in another module, you can import it into scope +help: consider importing this function | LL | use circular_modules_hello::say_hello; | |
