Skip to content

Commit e875d9d

Browse files
committed
[wit-dylib] add implements to WorldItem::Interface
1 parent d460166 commit e875d9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/wit-dylib/tests/roundtrip.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
8888
WorldItem::Interface {
8989
id: *id,
9090
stability: Default::default(),
91+
implements: None,
9192
span: Default::default(),
9293
},
9394
)
@@ -201,6 +202,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
201202
WorldItem::Interface {
202203
id: alloc,
203204
stability: Default::default(),
205+
implements: None,
204206
span: Default::default(),
205207
},
206208
);
@@ -209,6 +211,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
209211
WorldItem::Interface {
210212
id: alloc,
211213
stability: Default::default(),
214+
implements: None,
212215
span: Default::default(),
213216
},
214217
);

0 commit comments

Comments
 (0)