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

Commit 9facd65

Browse files
authored
Add ICE 78336 (#517)
1 parent 2d15013 commit 9facd65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/78336.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn finds_explicit_bound<'b>() -> impl 'b {
2+
yield
3+
}
4+
5+
fn main() {}

0 commit comments

Comments
 (0)