Add more alternatives to proc-macro-error (#2076)

This commit is contained in:
John Vandenberg
2024-09-09 20:08:37 +08:00
committed by GitHub
parent ebef0eb749
commit 7fbf1e630a

View File

@@ -18,4 +18,6 @@ proc-macro-error also depends on `syn 1.x`, which may be bringing duplicate depe
## Possible Alternative(s)
- [manyhow](https://crates.io/crates/manyhow)
- [proc-macro-error2](https://crates.io/crates/proc-macro-error2)
- [proc-macro2-diagnostics](https://github.com/SergioBenitez/proc-macro2-diagnostics)