Support `#[derive(IntoBytes)]` on types with type parameters
Open
compatibility-nonbreaking
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 179
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 29
Description
*Migrated from https://fxbug.dev/100235*
In order to accomplish this, we need to be able to emit an impl which is bounded by a const expr, which requires the unstable feature [`generic_const_exprs`](https://github.com/rust-lang/rust/issues/76560). This issue is blocked until that feature is stabilized.
Contributor guide
Assessment
This issue has not been assessed yet.