Skip to content

Commit

Permalink
fix #829 hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Oct 1, 2024
1 parent 50570df commit c4f5b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flux-middle/src/rty/projections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl<'genv, 'tcx, 'cx> Normalizer<'genv, 'tcx, 'cx> {
Ok((true, ty))
}

// See issue-808.rs for an example of what this function is for.
// See issue-829.rs for an example of what this function is for.
fn resolve_projection_predicates(
&mut self,
subst: &mut TVarSubst,
Expand Down
File renamed without changes.

0 comments on commit c4f5b83

Please sign in to comment.