Skip to content

Commit

Permalink
Clarify TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 20, 2024
1 parent e41c5e7 commit f2fdc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-compiler/src/codegen_aeneas_llbc/mir_to_ullbc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl<'a, 'tcx> Context<'a, 'tcx> {
rust_span_data: rustc_internal::internal(self.tcx(), span).data(),
};

// TODO
// TODO: populate `generated_from_span` info
CharonSpan { span: rspan, generated_from_span: None }
}

Expand Down

0 comments on commit f2fdc91

Please sign in to comment.