Skip to content

Commit daa0fe6

Browse files
committed
Add 83474
Issue: rust-lang/rust#83474
1 parent dcd7dea commit daa0fe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/83474.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#[lang = "owned_box"]
2+
struct Foo;
3+
fn main() {
4+
Foo
5+
}

0 commit comments

Comments
 (0)