about summary refs log tree commit diff
path: root/tests/ui/methods
diff options
context:
space:
mode:
authorJason Newcomb <jsnewcomb@pm.me>2025-02-03 11:19:17 -0500
committerJason Newcomb <jsnewcomb@pm.me>2025-02-03 12:54:53 -0500
commit6378fbc366ad552ee791bcac670e0f3939489ef7 (patch)
treedb1ba7d3b1c1d4d1a0370b808c40a9b851dda452 /tests/ui/methods
parentb909c36f40035bcc0a25f8734ee6480685cba1b1 (diff)
downloadrust-6378fbc366ad552ee791bcac670e0f3939489ef7.tar.gz
rust-6378fbc366ad552ee791bcac670e0f3939489ef7.zip
Check for generic parameter mismatches on trait functions.
Diffstat (limited to 'tests/ui/methods')
-rw-r--r--tests/ui/methods/issues/issue-61525.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/issues/issue-61525.stderr b/tests/ui/methods/issues/issue-61525.stderr
index 35001ae22a6..7ac3d3dc0cf 100644
--- a/tests/ui/methods/issues/issue-61525.stderr
+++ b/tests/ui/methods/issues/issue-61525.stderr
@@ -32,7 +32,7 @@ note: method defined here
   --> $DIR/issue-61525.rs:2:8
    |
 LL |     fn query<Q>(self, q: Q);
-   |        ^^^^^
+   |        ^^^^^          -
 
 error: aborting due to 2 previous errors