(line: &str)
| 1015 | }; |
| 1016 | if hint.allows(target_type) { |
| 1017 | return; |
| 1018 | } |
| 1019 | let source = format_source_location(ctx.project_dir, Some(ctx.file), None); |
| 1020 | ctx.report.warn(format!( |
| 1021 | "node ref type mismatch: {source}{label} wants {}, got {} @{}", |
| 1022 | hint.label(), |
no outgoing calls
no test coverage detected