Skip to content

Commit 241f2ed

Browse files
author
Carolyn Zech
committed
update to 6/5
1 parent 4b2f05f commit 241f2ed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
[toolchain]
5-
channel = "nightly-2025-06-04"
5+
channel = "nightly-2025-06-05"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

tests/expected/arbitrary/ptrs/pointer_generator_error.expected

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
error[E0080]: evaluation of `kani::PointerGenerator::<0>::VALID` failed\
1+
error[E0080]: evaluation panicked: PointerGenerator requires at least one byte.\
22

3-
evaluation panicked: PointerGenerator requires at least one byte.\
3+
|\
4+
| kani_core::kani_lib!(kani);\
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `kani::PointerGenerator::<0>::VALID` failed here\
6+
|\
47

58
note: the above error was encountered while instantiating `fn kani::PointerGenerator::<0>::new`\
69
pointer_generator_error.rs\

0 commit comments

Comments
 (0)