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
Root::external_packages represents the bindings that exist in external libraries of the current package. As part of #6838 we want to move external_packages to Namespace so that we don't end up with references that the Rust compiler won't accept.
The first step in this process is to move all the code in Root that depends on external_packages to Namespace.
The text was updated successfully, but these errors were encountered:
Root::external_packages
represents the bindings that exist in external libraries of the current package. As part of #6838 we want to moveexternal_packages
toNamespace
so that we don't end up with references that the Rust compiler won't accept.The first step in this process is to move all the code in
Root
that depends onexternal_packages
toNamespace
.The text was updated successfully, but these errors were encountered: