We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73150 commit 9a5c9a5Copy full SHA for 9a5c9a5
test-cargo-miri/tests/test.rs
@@ -66,6 +66,7 @@ fn fail_index_check() {
66
fn page_size() {
67
let page_size = page_size::get();
68
69
+ // In particular, this checks that it is not 0.
70
assert!(
71
page_size.next_power_of_two() == page_size,
72
"page size not a power of two: {}",
0 commit comments