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
Discover and 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
is:open is:issue author:fmease 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
911
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
:
open
is
:
issue
author
:
fmease
label
:
C-bug
is:open is:issue author:fmease label:C-bug
Search
Labels
Milestones
New issue
Search results
Open
Closed
Fn delegation introduced a theoretical syntax regression (regarding weak keyword <code>reuse</code>)
A-parser
Area: The lexing & parsing of Rust source code to an AST
Area: The lexing & parsing of Rust source code to an AST
C-bug
Category: This is a bug.
Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
`#![feature(fn_delegation)]`
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.
#148238
In rust-lang/rust;
·
fmease
opened
on Oct 29, 2025
rustdoc: Source code pages & code blocks should be highlighted according to the requested / ambient edition
A-editions
Area: Related to editions collectively or in general (i.e., the mechanism itself).
Area: Related to editions collectively or in general (i.e., the mechanism itself).
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
Area: Rustdoc UI (generated HTML)
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.
#148221
In rust-lang/rust;
·
fmease
opened
on Oct 28, 2025
rustdoc features doctests conditional on cfg or target feature but that's not RFC'ed, not tested, not really documented and somewhat broken
A-cfg
Area: `cfg` conditional compilation
Area: `cfg` conditional compilation
A-doctests
Area: Documentation tests, run by rustdoc
Area: Documentation tests, run by rustdoc
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
Category: This is a bug.
F-doc_cfg
`#![feature(doc_cfg)]`
`#![feature(doc_cfg)]`
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.
#147033
In rust-lang/rust;
·
fmease
opened
on Sep 25, 2025
rustdoc: Since 1.87 we permit shebangs in doctests that have a <code>main</code> fn
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.
P-high
High priority
High 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-bisection
Status: A bisection has been found for this issue
Status: A bisection has been found for this issue
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-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.
#147014
In rust-lang/rust;
·
fmease
opened
on Sep 25, 2025
rustdoc shouldn't render deduced "unimpls" of auto traits as synthetic negative impls but simply not at all
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.
#146571
In rust-lang/rust;
·
fmease
opened
on Sep 15, 2025
rustdoc: Incorrect synthetic auto trait impl if constituents have applicable non-identity impl of auto trait
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.
#146570
In rust-lang/rust;
·
fmease
opened
on Sep 15, 2025
The way <code>default_field_values</code> deals with in-scope generic parameters is slightly unprincipled
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-default_field_values
`#![feature(default_field_values)]`
`#![feature(default_field_values)]`
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.
#146496
In rust-lang/rust;
·
fmease
opened
on Sep 13, 2025
Parsing issues around qualifiers and modifiers
A-parser
Area: The lexing & parsing of Rust source code to an AST
Area: The lexing & parsing of Rust source code to an AST
C-bug
Category: This is a bug.
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
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.
#146122
In rust-lang/rust;
·
fmease
opened
on Sep 2, 2025
rustdoc UI: Warning block icon is no longer a circle (on my machine) but a squircle
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
Untriaged performance or correctness regression.
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.
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.
#144778
In rust-lang/rust;
·
fmease
opened
on Aug 1, 2025
If inherent associated type selection fails, we should still consider trait associated type candidates as a fallback
C-bug
Category: This is a bug.
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
`#![feature(inherent_associated_types)]`
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.
#142006
In rust-lang/rust;
·
fmease
opened
on Jun 4, 2025
IAT: Reject implicit lifetime bounds of trait object types passed to inherent projections as indeterminate in ItemCtxts
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
C-bug
Category: This is a bug.
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
`#![feature(inherent_associated_types)]`
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
Status: Blocked on something else such as an RFC or other implementation work.
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.
#141997
In rust-lang/rust;
·
fmease
opened
on Jun 4, 2025
Make trait aliases eligible generic containers wrt. ambient object lifetime defaults
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
C-bug
Category: This is a bug.
Category: This is a bug.
F-trait_alias
`#![feature(trait_alias)]`
`#![feature(trait_alias)]`
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
Status: Blocked on something else such as an RFC or other implementation work.
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.
#140710
In rust-lang/rust;
·
fmease
opened
on May 6, 2025
You can’t perform that action at this time.