👋 FEEDBACK WANTED

..on this preliminary #rustlang reflection MVP design by oli: https://github.com/rust-lang/rust/pull/146923

(the PR works, you can compile it and play with it, see https://rustc-dev-guide.rust-lang.org/)

Reflection MVP by oli-obk · Pull Request #146923 · rust-lang/rust

I am opening this PR for discussion about the general design we should start out with, as there are various options (that are not too hard to transition between each other, so we should totally jus...

GitHub
@fasterthanlime caveat: "PR works" means that the things that you are not supposed to do (e.g. calling `TypeId::info` at runtime) do not have nice UX