Skip to content

Commit c779d9a

Browse files
committed
---
yaml --- r: 10605 b: refs/heads/snap-stage3 c: bcd3942 h: refs/heads/master i: 10603: 9730020 v: v3
1 parent cb32900 commit c779d9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b92a7b790b526176d92faf471e1f6f5da95ef76f
4+
refs/heads/snap-stage3: bcd3942f41252b989029683c33e61b3c92bf92ac
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
// error-pattern:cannot index a value of type `()`
12
fn main() {
23
let z = ();
3-
log(error, z[0]); //! ERROR cannot index a value of type `()`
4+
log(error, z[0]);
45
}

0 commit comments

Comments
 (0)