Skip to content

Implement Open API Namespace Support #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
nikomatsakis opened this issue Feb 18, 2025 · 3 comments
Open
3 tasks

Implement Open API Namespace Support #256

nikomatsakis opened this issue Feb 18, 2025 · 3 comments

Comments

@nikomatsakis
Copy link
Contributor

Metadata
Point of contact @epage
Team(s) cargo, compiler
Goal document 2025h1/open-namespaces

Summary

Navigate the cross-team design work to get RFC 3243 implemented.

Tasks and status

  • Discussion and moral support (cargo, compiler Team)
  • Compiler implementation ()
  • Work through lingering cargo issues (@epage)
@nikomatsakis
Copy link
Contributor Author

This issue is intended for status updates only.

For general questions or comments, please contact the owner(s) directly.

@epage
Copy link
Contributor

epage commented Feb 20, 2025

Help wanted: this project goal needs a compiler developer to move forward.

@eholk
Copy link

eholk commented Apr 30, 2025

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants