File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
trunk/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 1
1
---
2
- refs/heads/master: cd977ee21787c38510b2a674673e022a7fd0a393
2
+ refs/heads/master: b9c055cc70816585ccd715f24b5fc965fe286174
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 474b324eda10440d6568ef872a7307d38e7de95b
5
5
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
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