Skip to content

Commit e5d58e0

Browse files
committed
Add 83993
Issue: rust-lang/rust#83993
1 parent 613cde5 commit e5d58e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ices/83993.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#![feature(const_generics)]
2+
fn bug<'a>()
3+
where
4+
for<'b> [(); {
5+
let x: &'b ();
6+
0
7+
}]:
8+
{}

0 commit comments

Comments
 (0)