Skip to content

Commit

Permalink
Add 83466
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Mar 26, 2021
1 parent a1f0df4 commit 0784825
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ices/83466.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
struct S;
impl S {
fn func<'a, U>(self) -> U {
todo!()
}
}
fn dont_crash<'a, U>() {
S.func::<'a, dont_crash>()
}

fn main() {}

0 comments on commit 0784825

Please sign in to comment.