Parse attributes inside of tuple types
Open
syntax
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 374
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
- https://github.com/rust-lang/rfcs/pull/3532
```rust
type ConditionalTuple = (u32, i32, #[cfg(feature = "foo")] u8);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.