Skip to content

Commit 068c08a

Browse files
committed
---
yaml --- r: 42324 b: refs/heads/master c: 2600bcc h: refs/heads/master v: v3
1 parent 178f5a0 commit 068c08a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
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: 01cc9ecafeb235ad3c12aa2222c3911b2b450052
2+
refs/heads/master: 2600bcc05dcd51a5f6fe3404c60a5c1891a22dfe
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/test/compile-fail/no-binary-float-literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ fn main() {
1515
0b101.010;
1616
0b101p4f;
1717
}
18-

trunk/src/test/compile-fail/no-hex-float-literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ fn main() {
1515
0x567.89;
1616
0xDEAD.BEEFp-2f;
1717
}
18-

0 commit comments

Comments
 (0)