Skip to content

Commit fb1b58a

Browse files
committed
---
yaml --- r: 212845 b: refs/heads/master c: 13b9a72 h: refs/heads/master i: 212843: dcc82f7 v: v3
1 parent a54a511 commit fb1b58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: bba934f19ab26d5afc4f0be923ea699010883906
2+
refs/heads/master: 13b9a725ea7e7bc949d08591e5f991d91498b9ce
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/test/compile-fail/dead-code-closure-bang.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
fn main() {
1616
let x = || panic!();
1717
x();
18-
std::io::println("Foo bar"); //~ ERROR: unreachable statement
18+
println!("Foo bar"); //~ ERROR: unreachable statement
1919
}

0 commit comments

Comments
 (0)