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 label:PG-const-traits
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.9k
Star
107k
Code
Issues
5k+
Pull requests
867
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
Draft release notes for 1.91
#147010 ·
Mark-Simulacrum
opened
on Sep 25, 2025
19
Issues
Search Issues
state
:
open
label
:
PG-const-traits
state:open label:PG-const-traits
Search
Labels
Milestones
New issue
Search results
Open
Closed
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
Infer the <code>[const] Destruct</code> bound on fields from <code>[const] Destruct</code> bound on struct
A-trait-system
Area: Trait system
Area: Trait system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
F-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
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.
#144207
In rust-lang/rust;
·
Randl
opened
on Jul 20, 2025
Tracking Issue for RFC 3762, "Make trait methods callable in const contexts"
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-trait-system
Area: Trait system
Area: Trait system
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
F-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
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
WG-const-eval
Working group: Const evaluation
Working group: Const evaluation
Status: Open.
#143874
In rust-lang/rust;
·
fee1-dead
opened
on Jul 13, 2025
Tracking Issue for <code>const_destruct</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
F-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
T-lang
Relevant to the language team
Relevant to the language team
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.
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.
#133214
In rust-lang/rust;
·
compiler-errors
opened
on Nov 19, 2024
Terse diagnostic on lack of ~const bound in inherent associated const functions
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
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-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
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.
#126975
In rust-lang/rust;
·
alestane
opened
on Jun 26, 2024
Provide a way for derives to know if they were invoked with <code>#[derive_const]</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-trait-system
Area: Trait system
Area: Trait system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
F-const_trait_impl
`#![feature(const_trait_impl)]`
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
Project group: Const traits
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-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-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.
WG-macros
Working group: Macros
Working group: Macros
Status: Open.
#118304
In rust-lang/rust;
·
jhpratt
opened
on Nov 26, 2023
You can’t perform that action at this time.