Skip to content

Commit 545df8f

Browse files
committed
Update tracking issue for PinCoerceUnsized
1 parent 68f11a1 commit 545df8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/pin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ where
18251825
{
18261826
}
18271827

1828-
#[unstable(feature = "pin_coerce_unsized_trait", issue = "123430")]
1828+
#[unstable(feature = "pin_coerce_unsized_trait", issue = "150112")]
18291829
/// Trait that indicates that this is a pointer or a wrapper for one, where
18301830
/// unsizing can be performed on the pointee when it is pinned.
18311831
///

0 commit comments

Comments
 (0)