We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8bbe9 commit 634cd2cCopy full SHA for 634cd2c
src/test/ui/issue-41652/issue_41652.stderr
@@ -6,6 +6,11 @@ error[E0599]: no method named `f` found for type `{integer}` in the current scop
6
|
7
= note: found the following associated functions; to be used as methods, functions must have a `self` parameter
8
note: candidate #1 is defined in the trait `issue_41652_b::Tr`
9
+ --> $DIR/auxiliary/issue_41652_b.rs:14:5
10
+ |
11
+14 | / fn f()
12
+15 | | where Self: Sized;
13
+ | |__________________________^
14
= help: to disambiguate the method call, write `issue_41652_b::Tr::f(3)` instead
15
16
error: aborting due to previous error(s)
0 commit comments