diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2022-12-13 11:36:43 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2022-12-13 11:36:43 -0800 |
| commit | 165efabbee6e2ea997bdbd7aee67f92554a83f80 (patch) | |
| tree | f197efa29e9984d8a2d211b4b28187ebc7d1eed4 /src/test/ui/impl-trait | |
| parent | 7d1e47aeb0bb1ad2ccf27cb62c25f4ba09d679e4 (diff) | |
| download | rust-165efabbee6e2ea997bdbd7aee67f92554a83f80.tar.gz rust-165efabbee6e2ea997bdbd7aee67f92554a83f80.zip | |
review comments
Diffstat (limited to 'src/test/ui/impl-trait')
| -rw-r--r-- | src/test/ui/impl-trait/issues/issue-86719.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/impl-trait/issues/issue-86719.stderr b/src/test/ui/impl-trait/issues/issue-86719.stderr index 30bad841d15..7592418fdfd 100644 --- a/src/test/ui/impl-trait/issues/issue-86719.stderr +++ b/src/test/ui/impl-trait/issues/issue-86719.stderr @@ -18,10 +18,10 @@ error[E0282]: type annotations needed LL | |_| true | ^ | -help: consider giving this closure parameter an explicit type, where the placeholder `Type` is specified +help: consider giving this closure parameter an explicit type | -LL | |_: Type| true - | ++++++ +LL | |_: /* Type */| true + | ++++++++++++ error: aborting due to 3 previous errors |
