Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
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
state:open author:zachs18 label:C-bug
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
14k
Star
108k
Code
Issues
5k+
Pull requests
902
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
author
:
zachs18
label
:
C-bug
state:open author:zachs18 label:C-bug
Search
Labels
Milestones
New issue
Search results
Open
Closed
Incorrect codegen (instead of error) since 1.87.0, when all but one register is reserved on RISC-V.
A-codegen
Area: Code generation
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
Category: This is a bug.
O-riscv
Target: RISC-V architecture
Target: RISC-V architecture
P-medium
Medium priority
Medium priority
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.
#146393
In rust-lang/rust;
·
zachs18
opened
on Sep 10, 2025
Searching for <code>Type::prefix</code> does not prioritize methods on <code>Type</code> over doc aliases that start with <code>prefix</code> on a different type
A-doc-alias
Area: `#[doc(alias)]`
Area: `#[doc(alias)]`
A-rustdoc-search
Area: Rustdoc's search feature
Area: Rustdoc's search feature
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.
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.
#145829
In rust-lang/rust;
·
zachs18
opened
on Aug 24, 2025
Code that used to error on Rust 1.77 causes a compiler hang on 1.78 and later
A-trait-system
Area: Trait system
Area: Trait system
C-bug
Category: This is a bug.
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
Fixed by the next-generation trait solver, `-Znext-solver`.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-medium
Medium priority
Medium priority
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.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
Status: A Minimal Complete and Verifiable Example has been found for this issue
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.
#144696
In rust-lang/rust;
·
zachs18
opened
on Jul 30, 2025
Issue with function alignment in <code>const</code> combined with <code>is_null</code> on platforms with function pointer value not agreeing with function alignment.
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
Category: This is a bug.
F-fn_align
`#![feature(fn_align)]`
`#![feature(fn_align)]`
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.
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
Status: Open.
#144661
In rust-lang/rust;
·
zachs18
opened
on Jul 29, 2025
ICE with <code>feature(non_lifetime_binders)</code> for trait generic that is constrained equal to supertrait associated type.
C-bug
Category: This is a bug.
Category: This is a bug.
F-non_lifetime_binders
`#![feature(non_lifetime_binders)]`
`#![feature(non_lifetime_binders)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
This issue requires the use of incomplete features.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
Status: This bug is tracked inside the repo by a `known-bug` test.
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.
Bug
#130346
In rust-lang/rust;
·
zachs18
opened
on Sep 14, 2024
pre-commit hook for <code>./x.py fmt</code> appears to not always know which files were changed.
C-bug
Category: This is a bug.
Category: This is a bug.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
Status: This issue has no reproduction and needs a reproduction to make progress.
Status: Open.
#125287
In rust-lang/rust;
·
zachs18
opened
on May 19, 2024
rustdoc: array primitive auto trait impls are not always canonical
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
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.
#124931
In rust-lang/rust;
·
zachs18
opened
on May 9, 2024
Incorrect <code>dead_code</code> lint with items only used in <code>const</code>.
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.
C-bug
Category: This is a bug.
Category: This is a bug.
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
Diagnostics: A diagnostic that is giving misleading or incorrect information.
L-dead_code
Lint: dead_code
Lint: dead_code
L-false-positive
Lint: False positive (should not have fired).
Lint: False positive (should not have fired).
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.
#118424
In rust-lang/rust;
·
zachs18
opened
on Nov 28, 2023
You can’t perform that action at this time.