diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-30 15:11:55 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-06-30 20:36:16 +0200 |
| commit | 74fda50f3b8b9cd3ad05c5f2f5c8cef8a14aad88 (patch) | |
| tree | dfae055bd6eceec54ec59107a8d3e0cd64fa8d5a /tests/ui | |
| parent | 76df2656dfdb385830e83b14abf908544177be22 (diff) | |
| download | rust-74fda50f3b8b9cd3ad05c5f2f5c8cef8a14aad88.tar.gz rust-74fda50f3b8b9cd3ad05c5f2f5c8cef8a14aad88.zip | |
Remove unused `descr` methods
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed b/tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed index db18cf2ad96..0096d3eaea4 100644 --- a/tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed +++ b/tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed @@ -7,7 +7,7 @@ trait Foo<T>: Sized { impl Foo<usize> for () { fn bar(i: i32, t: usize, s: &()) -> (usize, i32) { - //~^ ERROR the placeholder `_` is not allowed within types on item signatures for functions + //~^ ERROR the placeholder `_` is not allowed within types on item signatures for associated functions //~| ERROR type annotations needed (1, 2) } |
