[][src]Function c2rust_refactor::contains_mark::contains_mark

pub fn contains_mark<T, S>(target: &T, label: S, st: &CommandState) -> bool where
    T: Visit,
    S: IntoSymbol

Check if any descendant of a node has a particular mark. It only looks at certain types of nodes, though, so it's not completely reliable and probably shouldn't be used.