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
state:open label:F-dispatch_from_dyn
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
state
:
open
label
:
F-dispatch_from_dyn
state:open label:F-dispatch_from_dyn
Search
Labels
Milestones
New issue
Search results
Open
Closed
<code>Receiver</code> and <code>DispatchFromDyn</code> probably shouldn't be dyn-compatible?
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)]`
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.
#149094
In rust-lang/rust;
·
theemathas
opened
on Nov 19, 2025
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-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
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)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
Fixed by the next-generation trait solver, `-Znext-solver`.
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
ICE using <code>repr(align(…))</code> type as trait object receiver (arbitrary <code>self</code>-type)
A-dyn-trait
Area: trait objects, vtable layout
Area: trait objects, vtable layout
A-layout
Area: Memory layout of types
Area: Memory layout of types
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) ❄️
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.
#138564
In rust-lang/rust;
·
steffahn
opened
on Mar 16, 2025
You can’t perform that action at this time.