rust-lang / project-stable-mir

Define compiler intermediate representation usable by external tools
Other
58 stars 12 forks source link

Add support to monomorphization #24

Closed celinval closed 1 year ago

celinval commented 1 year ago

Stable MIR should provide support to monomorphization. Users should be able to request a monomorphized version of an item with a given context.

oli-obk commented 1 year ago

This has been finished