Skip to content

Commit 78caca0

Browse files
committed
explain Miri disabling
1 parent 73edef7 commit 78caca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/tests/slice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ fn test_rotate_right() {
11531153
}
11541154

11551155
#[test]
1156-
#[cfg(not(miri))]
1156+
#[cfg(not(miri))] // Miri is too slow
11571157
fn brute_force_rotate_test_0() {
11581158
// In case of edge cases involving multiple algorithms
11591159
let n = 300;

0 commit comments

Comments
 (0)