Skip to content

Commit

Permalink
Add line number in comments for some functions (to support Mariposa's…
Browse files Browse the repository at this point in the history
… Verus integration features) (#710)
  • Loading branch information
jetline0 authored Jul 27, 2023
1 parent 67d8917 commit a76746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rust_verify/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ impl Verifier {
if commands.len() > 0 {
air_context.blank_line();
air_context.comment(comment);
air_context.comment(&span.as_string);
}
let desc = desc_prefix.unwrap_or("").to_string() + desc;
for command in commands.iter() {
Expand Down Expand Up @@ -750,7 +751,6 @@ impl Verifier {

// Write the span of spun-off query
air_context.comment(&span.as_string);

air_context.blank_line();
air_context.comment("Fuel");
for command in ctx.fuel().iter() {
Expand Down

0 comments on commit a76746c

Please sign in to comment.