Skip to content

Commit 0876c21

Browse files
author
jasper3108
committed
make TraitImpl unstable
1 parent 7857058 commit 0876c21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/mem/type_info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub struct Type {
2020

2121
/// Info of a trait implementation, you can retrieve the vtable with [Self::get_vtable]
2222
#[derive(Debug, PartialEq, Eq)]
23+
#[unstable(feature = "type_info", issue = "146922")]
2324
pub struct TraitImpl<T: PointeeSized> {
2425
pub(crate) vtable: DynMetadata<T>,
2526
}

0 commit comments

Comments
 (0)