Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
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
Notifications
You must be signed in to change notification settings
Fork
13.6k
Star
106k
Code
Issues
5k+
Pull requests
849
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
is
:
issue
state
:
open
is:issue state:open
Search
Labels
Milestones
New issue
Search results
Open
Closed
Compiler doesn’t allow creating u8 slices when using const generics
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
A-repr-packed
Area: the naughtiest repr
Area: the naughtiest repr
A-slice
Area: `[T]`
Area: `[T]`
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.
#145376
In rust-lang/rust;
·
gralpli
opened
on Aug 14, 2025
Doctest slowdown with large target directory
A-doctests
Area: Documentation tests, run by rustdoc
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
Category: This is a bug.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
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.
Status: Open.
#145375
In rust-lang/rust;
·
ehuss
opened
on Aug 14, 2025
Regression when dropping temporary value in match in older editions
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.
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.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Performance or correctness regression from stable to nightly.
Status: Open.
#145374
In rust-lang/rust;
·
madsmtm
opened
on Aug 14, 2025
Types in <code>#[doc(hidden)]</code> module show up under trait implementations
C-bug
Category: This is a bug.
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Status: Open.
#145371
In rust-lang/rust;
·
clarfonthey
opened
on Aug 13, 2025
ICE: invalid abi for platform should have reported an error: "efiapi"
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) ❄️
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
Issue: Indicates that prioritization has been requested for this issue.
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.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
Performance or correctness regression from one stable version to another.
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.
#145370
In rust-lang/rust;
·
pmur
opened
on Aug 13, 2025
ICE: <code>no entry found for key</code>
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) ❄️
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.
#145367
In rust-lang/rust;
·
matthiaskrgr
opened
on Aug 13, 2025
Tracking issue for MCP 861: Make the UI test suite more amenable to multiple editions
A-compiletest
Area: The compiletest test runner
Area: The compiletest test runner
B-MCP-approved
Blocker: Approved by an accepted MCP but not yet fully implemented.
Blocker: Approved by an accepted MCP but not yet fully implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
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.
#145364
In rust-lang/rust;
·
fmease
opened
on Aug 13, 2025
#[used(linker)] does not prevent section removal on x86_64-pc-windows-gnu
A-linkers
Area: linkers... you gotta love linkers
Area: linkers... you gotta love linkers
C-bug
Category: This is a bug.
Category: This is a bug.
F-used_with_arg
`#![feature(used_with_arg)]`
`#![feature(used_with_arg)]`
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.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
Toolchain: GNU, Operating system: Windows
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.
#145362
In rust-lang/rust;
·
HampusMat
opened
on Aug 13, 2025
"due to current limitations in the borrow checker" is often not a current limitation
A-borrow-checker
Area: The borrow checker
Area: The borrow checker
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-trait-system
Area: Trait system
Area: Trait system
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
Diagnostics: A diagnostic that is giving misleading or incorrect information.
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-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open.
#145347
In rust-lang/rust;
·
lcnr
opened
on Aug 13, 2025
rustdoc: Allow listing all items of a kind when searching for "<kind>:"
A-rustdoc-search
Area: Rustdoc's search feature
Area: Rustdoc's search feature
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Status: Open.
#145345
In rust-lang/rust;
·
tyilo
opened
on Aug 13, 2025
ICE: contracts: <code>No HirId for DefId</code>
A-HIR
Area: The high-level intermediate representation (HIR)
Area: The high-level intermediate representation (HIR)
A-metadata
Area: Crate metadata
Area: Crate metadata
C-bug
Category: This is a bug.
Category: This is a bug.
F-contracts
`#![feature(contracts)]`
`#![feature(contracts)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#145333
In rust-lang/rust;
·
cushionbadak
opened
on Aug 13, 2025
Tracking Issue for <code>cell_get_cloned</code>
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
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.
S-tracking-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#145329
In rust-lang/rust;
·
frank-king
opened
on Aug 13, 2025
You can’t perform that action at this time.