Skip to content

Commit a302ade

Browse files
committed
---
yaml --- r: 178040 b: refs/heads/tmp c: b9c055c h: refs/heads/master v: v3
1 parent a5cab35 commit a302ade

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: cd977ee21787c38510b2a674673e022a7fd0a393
37+
refs/heads/tmp: b9c055cc70816585ccd715f24b5fc965fe286174

branches/tmp/src/test/compile-fail/range-1.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ pub fn main() {
1717

1818
// Float => does not implement iterator.
1919
for i in 0f32..42f32 {}
20-
//~^ ERROR `core::iter::Iterator` is not implemented for the type `core::ops::Range<f32>`
21-
//~^^ ERROR
22-
//~^^^ ERROR
23-
// FIXME(#21528) not fulfilled obligation error should be reported once, not thrice
20+
//~^ ERROR the trait `core::num::Int` is not implemented for the type `f32`
2421

2522
// Unsized type.
2623
let arr: &[_] = &[1us, 2, 3];

0 commit comments

Comments
 (0)