fn expand_via_file(
ctx: &Context<'_>,
target: Target,
broken: TokenStream,
) -> Result<TokenStream, String>Expand description
Constructs an include! which includes the text for broken
Appends the include to checking.output.
If this can’t be done, reports why not.