var Analyzer = &analysis.Analyzer{
Name: "norangeoverfunc",
Doc: `norangeoverfunc fails if a package uses go1.23 range-over-func
Require it from any analyzer that cannot yet safely process this new feature.`,
Requires: []*analysis.Analyzer{inspect.Analyzer},
Run: run,
}