//! Text-level fix functions for post-codegen Rust output correction.
//!
//! These functions operate on the generated Rust source code as text,
//! fixing patterns that the AST-level codegen cannot handle correctly.
//! Each fix targets a specific rustc error code (E0308, E0599, etc.).
pub