minirust icon indicating copy to clipboard operation
minirust copied to clipboard

Minimize: restructure `ConstValue` minimization

Open essickmango opened this issue 1 year ago • 1 comments

Currently the minimizer only supports a few const values, and it assumes they are all represented as scalars. However what should actually happen is that it should recursively translate the const value using the API from https://github.com/rust-lang/rust/pull/121396, and therefore support arbitrary types.

essickmango avatar Feb 22 '24 11:02 essickmango