Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:A-resolve
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
14.2k
Star
109k
Code
Issues
5k+
Pull requests
934
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
state
:
open
label
:
A-resolve
state:open label:A-resolve
Search
Labels
Milestones
New issue
Search results
Open
Closed
Diesel stops building with nightly-2025-12-10
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#149845
In rust-lang/rust;
·
weiznich
opened
on Dec 10, 2025
Restrictions on imports of <code>$crate</code> are illogical
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#149811
In rust-lang/rust;
·
ijackson
opened
on Dec 9, 2025
resolve: Split <code>Scope::Module</code> into two scopes for non-glob and glob bindings
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
Status: Waiting on a crater run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 149681
#149681
In rust-lang/rust;
·
petrochenkov
opened
on Dec 5, 2025
Resolve error in const params doesn't do fuzzy search for consts
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
D-lack-of-suggestion
Diagnostics: Adding a (structured) suggestion would increase the quality of the diagnostic.
Diagnostics: Adding a (structured) suggestion would increase the quality of the diagnostic.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#149660
In rust-lang/rust;
·
estebank
opened
on Dec 4, 2025
resolve: Report more visibility-related early resolution ambiguities for imports
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-nominated
Nominated for discussion during a lang team meeting.
Nominated for discussion during a lang team meeting.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
P-lang-drag-1
Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang
Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open (in progress).
rust-lang/rust
number 149596
#149596
In rust-lang/rust;
·
petrochenkov
opened
on Dec 3, 2025
Type of const generic can't be associated type.
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#149214
In rust-lang/rust;
·
theemathas
opened
on Nov 22, 2025
<code>Self</code> not allowed in type of const generics even when it's concrete
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#149203
In rust-lang/rust;
·
theemathas
opened
on Nov 22, 2025
resolve: Partially convert <code>ambiguous_glob_imports</code> lint into a hard error
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 149195
#149195
In rust-lang/rust;
·
petrochenkov
opened
on Nov 21, 2025
Import of deprecated function triggers warning even if a non-deprecated macro of the same name is used
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
L-deprecated
Lint: deprecated
Lint: deprecated
Status: Open.
#148426
In rust-lang/rust;
·
djc
opened
on Nov 3, 2025
<code>use</code>ing inherent method/const gives misleading error
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
Diagnostics: Confusing error or lint that should be reworked.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
F-import_trait_associated_functions
`#![feature(import_trait_associated_functions)]`
`#![feature(import_trait_associated_functions)]`
requires-nightly
This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#148009
In rust-lang/rust;
·
clarfonthey
opened
on Oct 22, 2025
The set of traits in scope behaves unpredictably in presence of ambiguous glob imports
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147992
In rust-lang/rust;
·
petrochenkov
opened
on Oct 22, 2025
resolve: <code>no entry found for key</code>
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147958
In rust-lang/rust;
·
matthiaskrgr
opened
on Oct 22, 2025
You can’t perform that action at this time.