rustc_driver_impl

Function make_input

Source
pub(crate) fn make_input(
    early_dcx: &EarlyDiagCtxt,
    free_matches: &[String],
) -> Result<Option<Input>, ErrorGuaranteed>
Expand description

Extract input (string or file and optional path) from matches. This handles reading from stdin if - is provided.