Recent nightlies removed the metadata from `TypeKind::Tuple`: https://doc.rust-lang.org/nightly/core/mem/type_info/enum.TypeKind.html This breaks code like: https://github.com/rustfoundation/overloading-examples/blob/4b15668dbdb6f8e5c11e658c61b18c1142dfcfb2/tuple-reflection/src/main.rs#L70 cc @bushrat011899
Recent nightlies removed the metadata from
TypeKind::Tuple:https://doc.rust-lang.org/nightly/core/mem/type_info/enum.TypeKind.html
This breaks code like:
overloading-examples/tuple-reflection/src/main.rs
Line 70 in 4b15668
cc @bushrat011899