Skip to content

Commit

Permalink
Update crates/flux-fhir-analysis/src/conv.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 2, 2023
1 parent 104fd50 commit 509ef55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/flux-fhir-analysis/src/conv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,6 @@ impl<'a, 'tcx> ConvCtxt<'a, 'tcx> {

fn conv_base_ty(&self, env: &mut Env, bty: &fhir::BaseTy) -> QueryResult<rty::Ty> {
let sort = self.genv.sort_of_bty(bty);
// if sort.is_none() {
// println!("TRACE: conv_base_ty {bty:?} ==> None");
// }

if let fhir::BaseTyKind::Path(fhir::QPath::Resolved(self_ty, path)) = &bty.kind {
if let fhir::Res::Def(DefKind::AssocTy, def_id) = path.res {
Expand Down

0 comments on commit 509ef55

Please sign in to comment.