Function make_nullary_fn

Source
fn make_nullary_fn(
    clean_type: &Type,
) -> (Vec<RenderType>, Vec<RenderType>, Vec<Symbol>, Vec<Vec<RenderType>>)
Expand description

Create a fake nullary function.

Used to allow type-based search on constants and statics.