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
@b-naber and I have been working on the rustc side of the implementation for this feature.
I merged rust-lang/rust#139647, which adds the unstables -Z namespaced-crates option to the compiler and enables parsing of externs like --extern foo::bar=libbar.rlib. @b-naber has led the resolver changes and has a draft PR up at rust-lang/rust#140271.
The implementation work has raised some new concerns about the overall direction, so work is ongoing to resolve those while continuing to make progress in the meantime.
Summary
Navigate the cross-team design work to get RFC 3243 implemented.
Tasks and status
The text was updated successfully, but these errors were encountered: