-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-rtArea: runtime traits/utilsArea: runtime traits/utilsC-bugCategory: bug. Something is wrong. This is bad!Category: bug. Something is wrong. This is bad!E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Description
Could you provide safety docs that explain why it is ok to extend the lifetime to static here?
Line 107 in 90eb95f
pub fn downcast_mut_pin<T>(self: Pin<&mut Self>) -> Option<Pin<&'static mut T>> |
Metadata
Metadata
Assignees
Labels
A-rtArea: runtime traits/utilsArea: runtime traits/utilsC-bugCategory: bug. Something is wrong. This is bad!Category: bug. Something is wrong. This is bad!E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.