Skip to content
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

Tracking Issue for Packages as (optional) namespaces #13576

Open
2 of 4 tasks
epage opened this issue Mar 12, 2024 · 0 comments
Open
2 of 4 tasks

Tracking Issue for Packages as (optional) namespaces #13576

epage opened this issue Mar 12, 2024 · 0 comments
Labels
C-tracking-issue Category: A tracking issue for something unstable.

Comments

@epage
Copy link
Contributor

epage commented Mar 12, 2024

Summary

RFC: #3243
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#my-feature
rustc tracking issue: rust-lang/rust#122349
crates.io tracking issue: rust-lang/crates.io#8292

Allow a parent package to open its API namespace for other packages to participate

Implementation

Unresolved Issues

  • For an implicit bin in a namespaced package, should do something (e.g. warn, error) about cross-platform hazard of :: being in the name?

Future Extensions

No response

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

@epage epage added the C-tracking-issue Category: A tracking issue for something unstable. label Mar 12, 2024
epage added a commit to epage/cargo that referenced this issue Mar 15, 2024
epage added a commit to epage/cargo that referenced this issue Mar 15, 2024
bors added a commit that referenced this issue Mar 15, 2024
feat: Add 'open-namespaces' feature

### What does this PR try to resolve?

This is a step towards #13576

### How should we test and review this PR?

### Additional information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: A tracking issue for something unstable.
Projects
Status: Big Projects, no backers
Development

No branches or pull requests

1 participant