pub unsafe extern "C" fn mlirOperationStateEnableResultTypeInference(
    state: *mut MlirOperationState
)
Expand description

Enables result type inference for the operation under construction. If enabled, then the caller must not have called mlirOperationStateAddResults(). Note that if enabled, the mlirOperationCreate() call is failable: it will return a null operation on inference failure and will emit diagnostics.