mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
3e96d58557
Add a new trait to retrieve StableMir definition Ty We implement the trait only for definitions that should have a type. It's possible that I missed a few definitions, but we can add them later if needed. Fixes https://github.com/rust-lang/project-stable-mir/issues/80