We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6254055 commit 07d0af1Copy full SHA for 07d0af1
src/libcore/int-template.rs
@@ -412,6 +412,7 @@ pub fn test_ranges() {
412
413
#[test]
414
#[should_fail]
415
+#[ignore(cfg(windows))]
416
fn test_range_step_zero_step() {
417
for range_step(0,10,0) |_i| {}
418
}
src/libcore/uint-template.rs
@@ -397,11 +397,13 @@ pub fn test_ranges() {
397
398
399
400
401
fn test_range_step_zero_step_up() {
402
403
404
405
406
407
fn test_range_step_zero_step_down() {
408
for range_step(0,-10,0) |_i| {}
409
0 commit comments