File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
ui/traits/const-traits/auxiliary Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2626 f16,
2727 f128,
2828 asm_experimental_arch,
29+ const_trait_impl,
2930 unboxed_closures
3031) ]
3132#![ allow( unused, improper_ctypes_definitions, internal_features) ]
@@ -44,9 +45,11 @@ macro_rules! impl_marker_trait {
4445pub trait PointeeSized { }
4546
4647#[ lang = "metasized" ]
48+ #[ const_trait]
4749pub trait MetaSized : PointeeSized { }
4850
4951#[ lang = "sized" ]
52+ #[ const_trait]
5053pub trait Sized : MetaSized { }
5154
5255#[ lang = "legacy_receiver" ]
Original file line number Diff line number Diff line change 2222pub trait PointeeSized { }
2323
2424#[ lang = "metasized" ]
25+ #[ const_trait]
2526pub trait MetaSized : PointeeSized { }
2627
2728#[ lang = "sized" ]
29+ #[ const_trait]
2830pub trait Sized : MetaSized { }
2931
3032#[ lang = "copy" ]
You can’t perform that action at this time.
0 commit comments