-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Comments
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
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
Implementation history
The text was updated successfully, but these errors were encountered: