Hi everyone, I have a few fn-like proc macros that compile fine on the latest stable (1.45.2), but on nightly, they require feature(proc_macro_hygiene) attribute.
I understand it is still an open issue:
That sounds wrong. You might be using an old installation of nightly, which is older than 1.45. Could you confirm that after upgrading to the most recent nightly the same code that compiles with 1.45.2 also compiles with nightly?
Oh, yes, sorry for a false alarm -- the nightly used on CI where I detected this was a bit older.
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.