Skip to content

Commit 0a1ddd3

Browse files
committed
Add missing type parameters
1 parent 5c7db81 commit 0a1ddd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3185-static-async-fn-in-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ trait Example {
133133
WC0..WCn, // Explicit where clauses
134134
Self: 'me; // Implied bound from `&self` parameter
135135

136-
fn method(&self) -> Self::$<'_>
136+
fn method(&self) -> Self::$<'_, P0..Pn>
137137
where
138138
WC0..WCn;
139139
}

0 commit comments

Comments
 (0)