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:issue state:open label:A-dyn-trait
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
901
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
:
issue
state
:
open
label
:
A-dyn-trait
is:issue state:open label:A-dyn-trait
Search
Labels
Milestones
New issue
Search results
Open
Closed
ICE: <code>encountered a fresh type during canonicalization</code>
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
C-bug
Category: This is a bug.
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#148632
In rust-lang/rust;
·
cushionbadak
opened
on Nov 7, 2025
<code>dyn Pointee</code> should be prohibited?
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
Area: Dyn compatibility (formerly: object safety)
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
C-bug
Category: This is a bug.
Category: This is a bug.
F-ptr_metadata
`#![feature(ptr_metadata)]`
`#![feature(ptr_metadata)]`
T-lang
Relevant to the language team
Relevant to the language team
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.
#148615
In rust-lang/rust;
·
kpreid
opened
on Nov 7, 2025
ICE with dyn of subtrait of Pointee
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-trait-system
Area: Trait system
Area: Trait system
C-bug
Category: This is a bug.
Category: This is a bug.
F-ptr_metadata
`#![feature(ptr_metadata)]`
`#![feature(ptr_metadata)]`
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.
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.
#148203
In rust-lang/rust;
·
theemathas
opened
on Oct 28, 2025
Segfault on nightly with feature Pointer Metadata
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
Area: Dyn compatibility (formerly: object safety)
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-trait-system
Area: Trait system
Area: Trait system
C-bug
Category: This is a bug.
Category: This is a bug.
F-ptr_metadata
`#![feature(ptr_metadata)]`
`#![feature(ptr_metadata)]`
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-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.
#148089
In rust-lang/rust;
·
sirati
opened
on Oct 25, 2025
trait upcasting doesn't handle duplicate projection bounds
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
#147940
In rust-lang/rust;
·
lcnr
opened
on Oct 21, 2025
rust compiler yields obviously broken suggestions around dyn/impl use when tickled right
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
C-bug
Category: This is a bug.
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
#147894
In rust-lang/rust;
·
erikh
opened
on Oct 20, 2025
Compiler doesn't explain that unfulfilled lifetime requirement comes from object lifetime default when it's behind an assoc ty in trait impl
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
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.
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.
#147668
In rust-lang/rust;
·
djc
opened
on Oct 14, 2025
Marker trait sidecasting?
A-coercions
Area: implicit and explicit `expr as Type` coercions
Area: implicit and explicit `expr as Type` coercions
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
C-discussion
Category: Discussion or questions that doesn't represent real issues.
Category: Discussion or questions that doesn't represent real issues.
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.
#147587
In rust-lang/rust;
·
axos88
opened
on Oct 11, 2025
"conflicting associated type bounds when expanding trait alias", but there is no actual conflict
A-associated-items
Area: Associated items (types, constants & functions)
Area: Associated items (types, constants & functions)
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
C-bug
Category: This is a bug.
Category: This is a bug.
F-trait_alias
`#![feature(trait_alias)]`
`#![feature(trait_alias)]`
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
#146548
In rust-lang/rust;
·
Jules-Bertholet
opened
on Sep 14, 2025
Spurious type mismatches with function returning async closure returning a boxed trait object
A-async-closures
`async || {}`
`async || {}`
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
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.
Status: Open.
#145105
In rust-lang/rust;
·
tim3z
opened
on Aug 8, 2025
ICE: <code>dyn !Sized</code>
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
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) ❄️
P-low
Low priority
Low priority
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.
#144241
In rust-lang/rust;
·
matthiaskrgr
opened
on Jul 21, 2025
false positive <code>unused_associated_type_bounds</code> bounds needed for code to compile
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect 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.
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.
#143132
In rust-lang/rust;
·
matthiaskrgr
opened
on Jun 28, 2025
You can’t perform that action at this time.