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
The metadata and resolve3 don't distinguish between things in the metadata because they were actually exported and things that are in the metadata because they were reachable. This means that a lot of things can be imported from other crates that weren't actually exported.
The solution is probably to tag whether something is exported in the metadata and check that in resolve3.
The text was updated successfully, but these errors were encountered:
A function-local variable cannot at the same time be a parameter. Alas,
all uses of gen_stack_variable passed in `false` for `is_param`, so this
wasn't making a difference anyway.
The metadata and resolve3 don't distinguish between things in the metadata because they were actually exported and things that are in the metadata because they were reachable. This means that a lot of things can be imported from other crates that weren't actually exported.
The solution is probably to tag whether something is exported in the metadata and check that in resolve3.
The text was updated successfully, but these errors were encountered: