File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
branches/tmp/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: cd977ee21787c38510b2a674673e022a7fd0a393
37
+ refs/heads/tmp: b9c055cc70816585ccd715f24b5fc965fe286174
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ pub fn main() {
17
17
18
18
// Float => does not implement iterator.
19
19
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`
24
21
25
22
// Unsized type.
26
23
let arr: & [ _ ] = & [ 1 us, 2 , 3 ] ;
You can’t perform that action at this time.
0 commit comments