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
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 label:F-generic_const_items
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
14.1k
Star
108k
Code
Issues
5k+
Pull requests
908
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.92
#149161 ·
cuviper
opened
on Nov 20, 2025
4
Issues
Search Issues
is
:
open
is
:
issue
label
:
F-generic_const_items
is:open is:issue label:F-generic_const_items
Search
Labels
Milestones
New issue
Search results
Open
Closed
<code>no_mangle_const_items</code>: <code>const</code> -> <code>pub static</code> suggestion causes syntax error
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-generic_const_items
`#![feature(generic_const_items)]`
`#![feature(generic_const_items)]`
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.
#149511
In rust-lang/rust;
·
matthiaskrgr
opened
on Dec 1, 2025
ICE: <code>invalid immediate for given destination place: scalar value has wrong size</code>
C-bug
Category: This is a bug.
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
`#![feature(associated_const_equality)]`
F-generic_const_items
`#![feature(generic_const_items)]`
`#![feature(generic_const_items)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
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.
#131406
In rust-lang/rust;
·
matthiaskrgr
opened
on Oct 8, 2024
ICE: <code>expected type differs from actual type</code> u16 / u32
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-associated_const_equality
`#![feature(associated_const_equality)]`
`#![feature(associated_const_equality)]`
F-generic_const_items
`#![feature(generic_const_items)]`
`#![feature(generic_const_items)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
This issue requires a build of rustc or tooling with debug-assertions in some way
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.
#118778
In rust-lang/rust;
·
matthiaskrgr
opened
on Dec 9, 2023
Tracking issue for generic const items
B-experimental
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
Blocker: Implemented in the nightly compiler and unstable.
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-generic_const_items
`#![feature(generic_const_items)]`
`#![feature(generic_const_items)]`
S-tracking-needs-to-bake
Status: The implementation is "complete" but it needs time to bake.
Status: The implementation is "complete" but it needs time to bake.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#113521
In rust-lang/rust;
·
fmease
opened
on Jul 10, 2023
You can’t perform that action at this time.