Skip to content

Commit

Permalink
Update crates/flux-fhir-analysis/src/wf/sortck.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Lehmann <[email protected]>
  • Loading branch information
ranjitjhala and nilehmann authored Nov 1, 2023
1 parent f53ba6f commit 104fd50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/flux-fhir-analysis/src/wf/sortck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
}
fhir::ExprKind::Dot(var, fld) => {
let sort = self[var.name].clone();
// println!("TRACE: synth_expr {:?} ==> {sort:?}", var.source_info.name);
match &sort {
fhir::Sort::Record(def_id, sort_args) => {
self.genv
Expand Down

0 comments on commit 104fd50

Please sign in to comment.