We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f0df4 commit 0784825Copy full SHA for 0784825
ices/83466.rs
@@ -0,0 +1,11 @@
1
+struct S;
2
+impl S {
3
+ fn func<'a, U>(self) -> U {
4
+ todo!()
5
+ }
6
+}
7
+fn dont_crash<'a, U>() {
8
+ S.func::<'a, dont_crash>()
9
10
+
11
+fn main() {}
0 commit comments