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
is:open is:issue author:lcnr 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
:
lcnr
label
:
C-bug
is:open is:issue author:lcnr label:C-bug
Search
Labels
Milestones
New issue
Search results
Open
Closed
unnecessary closure constraint propagation
A-borrow-checker
Area: The borrow checker
Area: The borrow checker
A-closures
Area: Closures (`|…| { … }`)
Area: Closures (`|…| { … }`)
A-higher-ranked
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
C-bug
Category: This is a bug.
Category: This is a bug.
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.
#148289
In rust-lang/rust;
·
lcnr
opened
on Oct 30, 2025
member constraints involving external regions are scuffed
A-borrow-checker
Area: The borrow checker
Area: The borrow checker
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
A-type-system
Area: Type system
Area: Type system
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-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.
#146062
In rust-lang/rust;
·
lcnr
opened
on Aug 31, 2025
Treat cycle errors as bug by default
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
Category: This is a bug.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Category: PRs that clean code up or issues documenting cleanup.
I-cycle
Issue: A query cycle occurred while none was expected
Issue: A query cycle occurred while none was expected
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.
#145611
In rust-lang/rust;
·
lcnr
opened
on Aug 19, 2025
·
1.90.0
shadowed traits from glob imports in the same scope get ignored
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.
#144993
In rust-lang/rust;
·
lcnr
opened
on Aug 6, 2025
TAITs must not require fewer bounds than their defining scope
C-bug
Category: This is a bug.
Category: This is a bug.
F-impl_trait_in_assoc_type
`#![feature(impl_trait_in_assoc_type)]`
`#![feature(impl_trait_in_assoc_type)]`
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
`#[feature(type_alias_impl_trait)]`
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
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.
#142239
In rust-lang/rust;
·
lcnr
opened
on Jun 9, 2025
<code>lemmy_db_views_modlog_combined</code> has a weird performance regression
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-compiletime
Issue: Problems and improvements with respect to compile times.
Issue: Problems and improvements with respect to compile times.
P-high
High priority
High priority
regression-untriaged
Untriaged performance or correctness regression.
Untriaged performance or correctness regression.
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.
#141006
In rust-lang/rust;
·
lcnr
opened
on May 14, 2025
member constraints are order-dependent
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-member-constraints
`#[feature(member_constraints)]`
`#[feature(member_constraints)]`
A-NLL
Area: Non-lexical lifetimes (NLL)
Area: Non-lexical lifetimes (NLL)
C-bug
Category: This is a bug.
Category: This is a bug.
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.
#140569
In rust-lang/rust;
·
lcnr
opened
on May 2, 2025
<code>trivial_bounds</code> lint lints on non-global associated type constraints
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.
F-trivial_bounds
`#![feature(trivial_bounds)]`
`#![feature(trivial_bounds)]`
L-trivial_bounds
Lint: trivial_bounds
Lint: trivial_bounds
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.
#140311
In rust-lang/rust;
·
lcnr
opened
on Apr 25, 2025
no suggestion to enable const generics features
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
Category: This is a bug.
F-generic_const_parameter_types
`#![feature(generic_const_parameter_types)]`
`#![feature(generic_const_parameter_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.
Status: Open.
#139645
In rust-lang/rust;
·
lcnr
opened
on Apr 10, 2025
rustdoc incorrectly prints APIT in <code>AliasTy::new</code>
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
`#![feature(associated_type_bounds)]`
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.
#138604
In rust-lang/rust;
·
lcnr
opened
on Mar 17, 2025
empty arg lists get ignored when considering whether to apply default args
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-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.
#136488
In rust-lang/rust;
·
lcnr
opened
on Feb 3, 2025
<code>PostAnalysisNormalize</code> can introduce new <code>{type_error}</code>
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) ❄️
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.
Status: Open.
#135528
In rust-lang/rust;
·
lcnr
opened
on Jan 15, 2025
You can’t perform that action at this time.