[][src]Function c2rust_refactor::pick_node::pick_node_command

pub fn pick_node_command(krate: &Crate, cx: &RefactorCtxt, args: &[String])

pick_node Command

Test command - not intended for general use.

Usage: pick_node KIND FILE LINE COL

Find a node of kind KIND at location FILE:LINE:COL. If successful, logs the node's ID and span at level info.