mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
2956932345
feat: Support references in reflection type info Tracking issue: https://github.com/rust-lang/rust/issues/146922 `#![feature(type_info)]` Based on rust-lang/rust#151119 implementation for pointers for consistency r? oli-obk