Skip to content

Commit 7c7e262

Browse files
committed
Add Destruct trait to static.rs
1 parent 6faa6a2 commit 7c7e262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run/static.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#[lang = "sized"]
2323
pub trait Sized {}
2424

25+
#[lang = "destruct"]
26+
pub trait Destruct {}
27+
2528
#[lang = "copy"]
2629
trait Copy {
2730
}

0 commit comments

Comments
 (0)