build_command

Function build_command 

Source
pub(crate) fn build_command<'a>(
    sh: &'a Shell,
    command: &str,
    target_name: &str,
    features: &[&str],
) -> Cmd<'a>
Expand description

Helper function to create a build command for rust-analyzer