We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df996e8 commit b4ddd91Copy full SHA for b4ddd91
src/librustc_infer/infer/error_reporting/need_type_info.rs
@@ -88,7 +88,7 @@ impl<'a, 'tcx> Visitor<'tcx> for FindHirNodeVisitor<'a, 'tcx> {
88
if let (None, Some(ty)) =
89
(self.found_local_pattern, self.node_ty_contains_target(local.hir_id))
90
{
91
- // There's a trade-off here - we can either check that our target span
+ // FIXME: There's a trade-off here - we can either check that our target span
92
// is contained in `local.span` or not. If we choose to check containment
93
// we can avoid some spurious suggestions (see #72690), but we lose
94
// the ability to report on things like:
0 commit comments