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
I think this has the same root cause as #6, i.e. our parsing libraries are too old. We have to migrate to a newer crate (e.g. syn?) but it'd be hard work and I cannot promise I will work on it soon.
Given a macro which processes extern C functions:
And code invoking it:
systest will fail to parse this, emitting an error like this:
If I modify the macro and invocation to go inside the
extern "C"
block rather than outside it, I instead get an internal compiler error:The text was updated successfully, but these errors were encountered: