Using procedural macros in core_arch
Open
@alexcrichton is already working on this.
Since Apr 27, 2019.
- Dominant language
- Rust
- Stars
- 694
- Forks
- 336
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 9
Description
I'm getting back to implement the altivec support and probably I could cut a LOT of boilerplate by using something similar to paste or interpolate_name.
Since core_arch would end up being part of libcore I wonder if there are constraints in doing this.
Simply adding it as dependency in libcore shows a problem in proc-macro-hack, so probably it isn't that straightforward and would make the build process more brittle...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.