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
state:open label:I-compilemem
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
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
13.9k
Star
108k
Code
Issues
5k+
Pull requests
907
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
20
Issues
Search Issues
state
:
open
label
:
I-compilemem
state:open label:I-compilemem
Search
Labels
Milestones
New issue
Search results
Open
Closed
Macro Expansion Hangs/OOMs
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
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.
Status: Open.
#146767
In rust-lang/rust;
·
levinwinter
opened
on Sep 19, 2025
rust newer than 1.82.0 unable to build firefox on NetBSD "i386" port (really i586 or i686 in 32-bit mode)
C-bug
Category: This is a bug.
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
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.
#143904
In rust-lang/rust;
·
he32
opened
on Jul 13, 2025
Compile-time resource exhaustion from type complexity via recursive generic traits
A-trait-system
Area: Trait system
Area: Trait system
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-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
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.
#142840
In rust-lang/rust;
·
caomingpei
opened
on Jun 21, 2025
stack overflow while compiling async recursion
A-async-await
Area: Async & Await
Area: Async & Await
C-bug
Category: This is a bug.
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
#140725
In rust-lang/rust;
·
ehaydenr
opened
on May 6, 2025
transmutability: high memory unsage for types containing references
C-bug
Category: This is a bug.
Category: This is a bug.
F-transmutability
`#![feature(transmutability)]`
`#![feature(transmutability)]`
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
#140610
In rust-lang/rust;
·
tmiasko
opened
on May 3, 2025
ICE: <code>unable to allocate fiber: The paging file is too small for this operation to complete. (os error 1455)</code>
A-incr-comp
Area: Incremental compilation
Area: Incremental compilation
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-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
#137536
In rust-lang/rust;
·
ABouttefeux
opened
on Feb 24, 2025
Trait implementation causes <code>Object File Too Large</code> error and compilation crash
A-trait-system
Area: Trait system
Area: Trait system
C-bug
Category: This is a bug.
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
I-compiletime
Issue: Problems and improvements with respect to compile times.
Issue: Problems and improvements with respect to compile times.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
The Rustc Trait System Refactor Initiative (-Znext-solver)
Status: Open.
#135849
In rust-lang/rust;
·
benwis
opened
on Jan 21, 2025
Large files containing many tokens of <code>const</code> data compile very slowly and use a lot of memory (in MIR_borrow_checking and expand_crate)
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
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.
#134404
In rust-lang/rust;
·
Manishearth
opened
on Dec 17, 2024
Hang on TAIT with diverging projection in its ParamEnv
A-trait-system
Area: Trait system
Area: Trait system
C-bug
Category: This is a bug.
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
`#[feature(type_alias_impl_trait)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
Fixed by the next-generation trait solver, `-Znext-solver`.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
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.
#132797
In rust-lang/rust;
·
ym-xie
opened
on Nov 9, 2024
High memory usage with cargo build in match statement
A-patterns
Relating to patterns and pattern matching
Relating to patterns and pattern matching
C-bug
Category: This is a bug.
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
#131410
In rust-lang/rust;
·
Joshix-1
opened
on Oct 8, 2024
rustc consumes > 50GB memory, completes eventually but def. stuck on something
A-type-system
Area: Type system
Area: Type system
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
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-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
I-compiletime
Issue: Problems and improvements with respect to compile times.
Issue: Problems and improvements with respect to compile times.
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.
#129844
In rust-lang/rust;
·
GlenDC
opened
on Sep 1, 2024
Compiler hangs and consumes unbounded memory with complex trait bounds
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-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
Issue: Problems and improvements with respect to memory usage during compilation.
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.
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.
#126952
In rust-lang/rust;
·
i1i1
opened
on Jun 25, 2024
You can’t perform that action at this time.