Skip to content

Commit

Permalink
Disable more complete exhale.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Dec 8, 2023
1 parent 9567ddd commit fdf4811
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// compile-flags: -Puse_more_complete_exhale=false

//! An adaptation of the example from
//! https://rosettacode.org/wiki/Binary_search#Rust
//!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// compile-flags: -Puse_more_complete_exhale=false

//! A copy of `artefact_Binary_search_shared.rs` with fixed non-termination bug and manually
//! encoded termination check.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// compile-flags: -Puse_more_complete_exhale=false

//! An adaptation of the example from
//! https://rosettacode.org/wiki/Binary_search#Rust
//!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// compile-flags: -Puse_more_complete_exhale=false

//! A copy of `artefact_Binary_search_shared.rs` with fixed non-termination bug and manually
//! encoded termination check.

Expand Down

0 comments on commit fdf4811

Please sign in to comment.