Skip to content

Commit

Permalink
Update intrinsics.rs
Browse files Browse the repository at this point in the history
Silly brain... 🤦‍♀️
  • Loading branch information
celinval authored Sep 20, 2024
1 parent a38c161 commit d41e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3720,7 +3720,7 @@ mod verify {
fn check_copy_nonoverlapping() {
let mut generator = PointerGenerator::<char, 10>::new();
let src = generator.generate_ptr();
// Destination may or may not have the same precedence as src.
// Destination may or may not have the same provenance as src.
let dst = if kani::any() {
generator.generate_ptr();
} else {
Expand Down

0 comments on commit d41e5c1

Please sign in to comment.