bytecodealliance / bytecodealliance/wit-bindgen

rust: An export taking a list of a type which contains a borrow handle of an imported resource doesn't work

Open
#811 0 comments 3 reactions 0 assignees View on GitHub
gen-rust
Dominant language
Rust
Stars
1.5k
Forks
286
Avg merge
6h 32m
Merged PRs (30d)
19

Description

For example this will fail to generate correct bindings:

```wit
package a:b;

interface a {
resource b;
}

world foo {
use a.{b};
export f: func(x: list>);
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.