diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-04 20:36:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 20:36:29 -0800 |
| commit | e048ee2ac1c65fa928e7d1c5f8a538440ddb0014 (patch) | |
| tree | 60acd844105d16dc90b954d240a152f19b9dd944 /src/test/ui/traits | |
| parent | 27292f5cbb9bb789b1e72a721f24d6ebf7c1bbae (diff) | |
| parent | 5393c6bbd172bb87b49033e755f538228b14440b (diff) | |
| download | rust-e048ee2ac1c65fa928e7d1c5f8a538440ddb0014.tar.gz rust-e048ee2ac1c65fa928e7d1c5f8a538440ddb0014.zip | |
Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors
Tweak wording of fn call with wrong number of args
Diffstat (limited to 'src/test/ui/traits')
| -rw-r--r-- | src/test/ui/traits/issue-52893.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/traits/issue-52893.stderr b/src/test/ui/traits/issue-52893.stderr index 0ee44921bf5..7924d3db06f 100644 --- a/src/test/ui/traits/issue-52893.stderr +++ b/src/test/ui/traits/issue-52893.stderr @@ -7,7 +7,7 @@ LL | impl<F, Name, P> AddClass<Name, F> for Class<P> LL | builder.push(output); | ---- ^^^^^^ expected type parameter `F`, found struct `Class` | | - | arguments to this function are incorrect + | arguments to this method are incorrect | = note: expected type parameter `F` found struct `Class<P>` |
