tiger_lib::report::errors

Function recursive_pointed_msg_expansion

Source
fn recursive_pointed_msg_expansion(
    vec: &mut Vec<PointedMessage>,
    pointer: &PointedMessage,
)
Expand description

Expand PointedMessage recursively. That is; for the given PointedMessage, follow its location’s link until such link is no longer available, adding a newly created PointedMessage to the given Vec for each linked location.