Skip to content

Commit

Permalink
Update dependencies (rustc nightly-2023-09-15, viper v-2023-08-26-2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored and vakaras committed Sep 19, 2023
1 parent 2258146 commit 24bd4c5
Show file tree
Hide file tree
Showing 18 changed files with 313 additions and 253 deletions.
164 changes: 82 additions & 82 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion analysis/src/bin/analysis-driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ impl prusti_rustc_interface::driver::Callbacks for OurCompilerCalls {

fn after_analysis<'tcx>(
&mut self,
_error_handler: &EarlyErrorHandler,
compiler: &interface::Compiler,
queries: &'tcx Queries<'tcx>,
) -> Compilation {
Expand Down
1 change: 0 additions & 1 deletion analysis/src/bin/gen-accessibility-driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl prusti_rustc_interface::driver::Callbacks for OurCompilerCalls {

fn after_analysis<'tcx>(
&mut self,
_error_handler: &EarlyErrorHandler,
compiler: &interface::Compiler,
queries: &'tcx Queries<'tcx>,
) -> Compilation {
Expand Down
22 changes: 14 additions & 8 deletions analysis/tests/test_cases/definitely_initialized/abs.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ Result for function abs():
"_6"
],
"statement: _5 = Ge(move _6, const 0_i32)"
],
[
"state:",
[
"_1",
"_5"
],
"statement: StorageDead(_6)"
]
],
"state before terminator:",
Expand All @@ -78,6 +70,13 @@ Result for function abs():
],
"bb1": [
[
[
"state:",
[
"_1"
],
"statement: StorageDead(_6)"
],
[
"state:",
[
Expand Down Expand Up @@ -137,6 +136,13 @@ Result for function abs():
],
"bb2": [
[
[
"state:",
[
"_1"
],
"statement: StorageDead(_6)"
],
[
"state:",
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ Result for function main():
"_6"
],
"statement: _5 = Gt(move _6, const 2_i32)"
],
[
"state:",
[
"_1",
"_2",
"_5"
],
"statement: StorageDead(_6)"
]
],
"state before terminator:",
Expand Down Expand Up @@ -168,6 +159,14 @@ Result for function main():
],
"bb2": [
[
[
"state:",
[
"_1",
"_2"
],
"statement: StorageDead(_6)"
],
[
"state:",
[
Expand Down Expand Up @@ -205,6 +204,14 @@ Result for function main():
],
"bb3": [
[
[
"state:",
[
"_1",
"_2"
],
"statement: StorageDead(_6)"
],
[
"state:",
[
Expand Down
Loading

0 comments on commit 24bd4c5

Please sign in to comment.