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

Commit b3aa365

Browse files
committed
87558.rs: add feature(unboxed_closures)
1 parent ef02667 commit b3aa365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ices/87558.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
#![feature(unboxed_closures)]
2+
13
struct ErrorKind;
24
struct Error(ErrorKind);
35
impl Fn(&isize) for Error {
46
fn from() {}
57
}
8+
9+
fn main() {}

0 commit comments

Comments
 (0)