mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
225ba69ee2
Support primitives in type info reflection Tracking issue: rust-lang/rust#146922 `#![feature(type_info)]` This PR supports {`bool`,`char`,`int`,`uint`,`float`,`str`} primitive types for feature `type_info` reflection. r? @oli-obk