Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #198 from JohnTitor/add-66152
Browse files Browse the repository at this point in the history
Add issue-66152
  • Loading branch information
JohnTitor authored Nov 7, 2019
2 parents 0f39884 + ee8a54a commit 5621742
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ices/66152.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fn main() {}

const fn foo<T>() -> usize { 0 }

struct S<'a> {
beta: [(); foo::<&'a ()>()],
}

0 comments on commit 5621742

Please sign in to comment.