Sawa

Results 2 issues of Sawa

rustc 1.93.0-nightly (c871d09d1 2025-11-24) ```rust #[derive(Debug, Error, Diagnostic)] #[error("An error occurred in X")] struct X { #[label("Here is the problem")] range: SourceSpan, } ``` ```text warning: value assigned to `range`...