Skip to main content

match_cross_language_optional_validation

Function match_cross_language_optional_validation 

Source
pub fn match_cross_language_optional_validation(
    left: &SemanticOperationGraph,
    right: &SemanticOperationGraph,
) -> Option<CrossLanguageRuleMatch>
Expand description

Match an explicit Rust Option validation with its C++ optional counterpart.

The compiler helpers establish the standard fallible family; this rule does not infer it from source-level branch spelling.