Skip to content

Commit

Permalink
Automatic toolchain upgrade to nightly-2024-10-19 (#3617)
Browse files Browse the repository at this point in the history
Update Rust toolchain from nightly-2024-10-18 to nightly-2024-10-19
without any other source changes.

---------

Co-authored-by: celinval <[email protected]>
Co-authored-by: Zyad Hassan <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2024
1 parent dcb4d6d commit a798ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kani-driver/src/cbmc_property_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,9 @@ fn annotate_properties_with_reach_results(
reach_map.entry(check_id_str).or_default().push(status);
}

let check_marker_pat = Regex::new(r"\[KANI_CHECK_ID_([^\]]*)\]").unwrap();
for prop in properties.iter_mut() {
let description = &prop.description;
let check_marker_pat = Regex::new(r"\[KANI_CHECK_ID_([^\]]*)\]").unwrap();
if check_marker_pat.is_match(description) {
// Capture the ID in the property
let prop_match_id =
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[toolchain]
channel = "nightly-2024-10-18"
channel = "nightly-2024-10-19"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 comments on commit a798ae1

Please sign in to comment.