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
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.