Implement generic modules POC and write RFC
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I guess writing a POC for [generic modules](https://github.com/rust-lang/rfcs/issues/424) shouldn't be too hard. Just make a pass after macro expansion that inserts parameters in all types withing generic module and resolves all generic imports as `type Foo = some_mod::Foo;` With that POC a full RFC should be more attractive.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked Rust RFC 424 and inspect the repository to identify where macro expansion, type handling, and imports are implemented. A first milestone is a working generic-modules proof of concept; completion also requires writing the referenced full RFC.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100