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
is:open is:issue label:A-dyn-compatibility
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
900
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
label
:
A-dyn-compatibility
is:open is:issue label:A-dyn-compatibility
Search
Labels
Milestones
New issue
Search results
Open
Closed
Unsoundness and ICE due to <code>DispatchFromDyn</code> allowing bogus impls on references.
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
Area: Dyn compatibility (formerly: object safety)
C-bug
Category: This is a bug.
Category: This is a bug.
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
`#![feature(arbitrary_self_types)]`
F-dispatch_from_dyn
`#![feature(dispatch_from_dyn)]`
`#![feature(dispatch_from_dyn)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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
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-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.
#148727
In rust-lang/rust;
·
theemathas
opened
on Nov 9, 2025
<code>DispatchFromDyn</code> impls don't have their lifetime bounds checked
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
Area: Dyn compatibility (formerly: object safety)
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
C-bug
Category: This is a bug.
Category: This is a bug.
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
`#![feature(arbitrary_self_types)]`
F-dispatch_from_dyn
`#![feature(dispatch_from_dyn)]`
`#![feature(dispatch_from_dyn)]`
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-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.
#148726
In rust-lang/rust;
·
theemathas
opened
on Nov 9, 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
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
Permit trait object types where all (non-generic) associated constants are specified (via assoc item bindings)
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-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
F-associated_const_equality
`#![feature(associated_const_equality)]`
`#![feature(associated_const_equality)]`
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
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-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.
#130300
In rust-lang/rust;
·
fmease
opened
on Sep 13, 2024
enabling const-generics interferes with dyn compatibility
A-const-generics
Area: const generics (parameters and arguments)
Area: const generics (parameters and arguments)
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
Area: Dyn compatibility (formerly: object safety)
C-bug
Category: This is a bug.
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
`#![feature(generic_const_exprs)]`
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.
#87551
In rust-lang/rust;
·
juntyr
opened
on Jul 28, 2021
Trait with associated type bounds cannot be made into an object because it uses <code>Self</code> as a type parameter
A-associated-items
Area: Associated items (types, constants & functions)
Area: Associated items (types, constants & functions)
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.
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.
#80256
In rust-lang/rust;
·
ldr709
opened
on Dec 21, 2020
Fix <code>trait_ref_to_existential</code> as trait aliases is stabilized
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-trait_alias
`#![feature(trait_alias)]`
`#![feature(trait_alias)]`
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.
#66420
In rust-lang/rust;
·
estebank
opened
on Nov 14, 2019
Verify trait impls’ signatures before checking dyn compatibility
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
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-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
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.
#65256
In rust-lang/rust;
·
nagisa
opened
on Oct 10, 2019
Dyn compatibility error when using an associated type as a type parameter in the super-trait listing
A-associated-items
Area: Associated items (types, constants & functions)
Area: Associated items (types, constants & functions)
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
A-type-system
Area: Type system
Area: Type 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.
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.
#40533
In rust-lang/rust;
·
jonysy
opened
on Mar 15, 2017
You can’t perform that action at this time.