Skip to content

Tracking Issue for unqualified_local_imports lint #138299

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
1 of 4 tasks
RalfJung opened this issue Mar 10, 2025 · 0 comments
Open
1 of 4 tasks

Tracking Issue for unqualified_local_imports lint #138299

RalfJung opened this issue Mar 10, 2025 · 0 comments
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC

Comments

@RalfJung
Copy link
Member

RalfJung commented Mar 10, 2025

This is a tracking issue for the unqualified_local_imports lint.
The feature gate for the issue is #![feature(unqualified_local_imports)].

This lint helps deal with rust-lang/rustfmt#4709 by having the compiler detect imports of local items that are not syntactically distinguishable from imports from other cates. Making them syntactically distinguishable ensures rustfmt can consistently apply the desired import grouping with group_imports = "StdExternalCrate".

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.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.

Steps

Unresolved Questions

  • Currently this largely acts like a rustc internal lint, and the rustfmt feature that motivates the lint is unstable. Is there any path to stabilization?

Implementation history

@RalfJung RalfJung added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label Mar 10, 2025
jieyouxu added a commit to jieyouxu/rust that referenced this issue Mar 10, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? `@jieyouxu`
jieyouxu added a commit to jieyouxu/rust that referenced this issue Mar 10, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? ``@jieyouxu``
jieyouxu added a commit to jieyouxu/rust that referenced this issue Mar 11, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? ```@jieyouxu```
jieyouxu added a commit to jieyouxu/rust that referenced this issue Mar 11, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? ````@jieyouxu````
Kobzol added a commit to Kobzol/rust that referenced this issue Mar 11, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? `````@jieyouxu`````
Kobzol added a commit to Kobzol/rust that referenced this issue Mar 11, 2025
…, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? ``````@jieyouxu``````
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Mar 11, 2025
Rollup merge of rust-lang#138300 - RalfJung:unqualified-local-imports, r=jieyouxu

add tracking issue for unqualified_local_imports

Tracking issue: rust-lang#138299

r? ``````@jieyouxu``````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
Projects
None yet
Development

No branches or pull requests

1 participant