We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d460166 commit e875d9dCopy full SHA for e875d9d
crates/wit-dylib/tests/roundtrip.rs
@@ -88,6 +88,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
88
WorldItem::Interface {
89
id: *id,
90
stability: Default::default(),
91
+ implements: None,
92
span: Default::default(),
93
},
94
)
@@ -201,6 +202,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
201
202
203
id: alloc,
204
205
206
207
208
);
@@ -209,6 +211,7 @@ fn run_one(u: &mut Unstructured<'_>) -> Result<()> {
209
211
210
212
213
214
215
216
217
0 commit comments