pub(super) fn parse_and_update_aux(
config: &Config,
directive_line: &DirectiveLine<'_>,
aux: &mut AuxProps,
)Expand description
If the given test directive line contains an aux-* directive, parse it
and update AuxProps accordingly.
pub(super) fn parse_and_update_aux(
config: &Config,
directive_line: &DirectiveLine<'_>,
aux: &mut AuxProps,
)If the given test directive line contains an aux-* directive, parse it
and update AuxProps accordingly.