You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`proc-macro-error2` is the successor to the unmaintained `proc-macro-error crate`. It is a drop-in replacement that updates dependencies (no syn v1 for example),
7
+
and cleans up clippy warnings. If your minimal supported Rust version is greater than or equal to that of our MSRV policy (see below),
8
+
you can replace `proc-macro-error` with `proc-macro-error2` in your dependencies and `use` statements without needing additional migration work.
9
+
6
10
This crate aims to make error reporting in proc-macros simple and easy to use.
7
11
Migrate from `panic!`-based errors for as little effort as possible!
0 commit comments