pub fn build_dfir_code_inline(
dfir_code: DfirCode,
root: &TokenStream,
) -> Result<BuildDfirCodeOutput, Diagnostics>Expand description
Compiles a DfirCode AST into inline source code that runs the dataflow
without the Dfir runtime scheduler. Experimental S3+Ref3 codegen path.