Skip to content

Commit 5c3f17b

Browse files
committed
Add 81246
Issue: rust-lang/rust#81246
1 parent 1cd0e19 commit 5c3f17b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/81246.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#![feature(allocator_api)]
2+
3+
fn ice() -> Box<(), &'static std::alloc::Global> {
4+
todo!()
5+
}
6+
7+
fn main() {
8+
ice();
9+
}

0 commit comments

Comments
 (0)