Skip to content

Commit 56f6ed7

Browse files
committed
---
yaml --- r: 178020 b: refs/heads/master c: b9c055c h: refs/heads/master v: v3
1 parent 08ff473 commit 56f6ed7

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cd977ee21787c38510b2a674673e022a7fd0a393
2+
refs/heads/master: b9c055cc70816585ccd715f24b5fc965fe286174
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 474b324eda10440d6568ef872a7307d38e7de95b
55
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6

trunk/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)