mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
c5035271ac
Add missing high-level stable_mir::generics_of fn We forgot to add this function in https://github.com/rust-lang/rust/pull/115092, as we have done on https://github.com/rust-lang/rust/pull/115084 and other high level APIs. At some point I think we should re-organize the structure of the code but this is what we have for now. r? `@compiler-errors` Would have assigned `@oli-obk` but he is still on vacations